Click or drag to resize

SimplexSolverMixedIntParamsPreFeasibilityBranchingStrategy Property

Gets or sets the method that the solver uses before feasibility to select variables to branch on. Default is BranchingStrategies.Automatic.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SimplexSolverMixedIntParamsBranchingStrategies PreFeasibilityBranchingStrategy { get; set; }

Property Value

SimplexSolverMixedIntParamsBranchingStrategies
See Also