Enum BranchDisjunctions
Determines whether the optimizer should attempt to branch on general split disjunctions during the branch and bound search.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress79.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress79.dll
Syntax
public enum BranchDisjunctions
Fields
Name | Description |
---|---|
Aggressive | Aggressive strategy. Disjunctive branches will be created for both binaries and integers. |
Automatic | Automatic selection of the strategy. |
Cautious | Cautious strategy. Disjunctive branches will be created only for general integers with a wide range. |
Disabled | Disable branching on general split disjunctions. |
Moderate | Moderate strategy. |