Click or drag to resize

SimplexSolverMixedIntParamsPostFeasibilityBranchingStrategy Property

Gets or sets the method that the solver uses after 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 PostFeasibilityBranchingStrategy { get; set; }

Property Value

SimplexSolverMixedIntParamsBranchingStrategies
See Also