Click or drag to resize

SimplexSolverMixedIntParams Constructor

Constructs a SimplexSolverMixedIntParams object with default values for the parameters. Default values are: PostFeasibilityBranchingStrategy = BranchingStrategies.Automatic; PreFeasibilityBranchingStrategy = BranchingStrategies.Automatic; GapTolerance = 1e-5; GenerateCuts = false; GomoryCutRoundLimit = 200; NodePresolve = false; Presolve = true; SearchStrategy = SearchStrategies.BestBound;

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SimplexSolverMixedIntParams()
See Also