Click or drag to resize

PrimalSimplexSolverGetMSFSolverParams Method

Creates a Microsoft Solver Foundation simplex solver parameters from the given primal simplex solver parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected override SimplexSolverParams GetMSFSolverParams(
	SimplexSolverParamsBase solverParamsBase
)

Parameters

solverParamsBase  SimplexSolverParamsBase
Primal simplex solver parameters.

Return Value

SimplexSolverParams
Equivalent MSF simplex solver parameters.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the the supplied SimplexSolverParamsBase is not an instance of PrimalSimplexSolverParams
See Also