Click or drag to resize

DualSimplexSolverGetMSFSolverParams Method

Creates a Microsoft Solver Foundation simplex solver parameters from the given dual 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
Dual simplex solver parameters.

Return Value

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