Click or drag to resize

SimplexSolverMixedIntParamsSearchStrategies Enumeration

Enumeration of options for search strategies for the mixed integer linear programming solver.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum SearchStrategies
Members
Member nameValueDescription
BestBound0 The node that has the smallest bound.
BestEstimate1 The node that has the best objective value estimate.
DepthFirst2 The node in the depth first maner.
See Also