Enum PreProbing
Amount of probing to perform on binary variables during presolve. This is done by fixing a binary to each of its values in turn and analyzing the implications.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress843.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress843.dll
Syntax
public enum PreProbing
Fields
Name | Description |
---|---|
Automatic | Let the optimizer decide on the amount of probing. |
Disabled | No probing. |
FullProbing | All implications for all binaries will be examined. |
FullProbingAndRepeat | Full probing and repeat as long as the problem is significantly reduced. |
LightProbing | Only few implications will be examined. |