Enum PreCoefElim
Presolve: Specifies whether the optimizer should attempt to recombine constraints in order to reduce the number of non zero coefficients when presolving a mixed integer problem.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress843.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress843.dll
Syntax
public enum PreCoefElim
Fields
Name | Description |
---|---|
Aggressive | Remove as many coefficients as possible. |
Cautious | Cautious eliminations. Will not perform a reduction if it might destroy problem structure useful to e.g. heuristics or cutting. |
Disabled | No coefficient elimination. |