| SimplexSolverMixedIntParamsSearchStrategy Property |
Gets or sets the search strategy for finding an optimal solution.
Default is SearchStrategies.BestBound.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public SimplexSolverMixedIntParamsSearchStrategies SearchStrategy { get; set; }
Public Property SearchStrategy As SimplexSolverMixedIntParamsSearchStrategies
Get
Set
public:
property SimplexSolverMixedIntParamsSearchStrategies SearchStrategy {
SimplexSolverMixedIntParamsSearchStrategies get ();
void set (SimplexSolverMixedIntParamsSearchStrategies value);
}
member SearchStrategy : SimplexSolverMixedIntParamsSearchStrategies with get, set
Property Value
SimplexSolverMixedIntParamsSearchStrategiesSee Also