Enum RootPresolve
Determines if presolving should be performed on the problem after the global search has finished with root cutting and heuristics.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress804.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress804.dll
Syntax
public enum RootPresolve
Fields
Name | Description |
---|---|
Always | Always presolve the root problem. |
Automatic | Let the optimizer decide if the problem should be presolved again. |
Disabled | Disable repeated presolve. |