Click or drag to resize

ConstrainedOptimizerSetStatus Method

Sets the SolverResult value base on the give Microsoft Solver Foundation LinearResult value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual void SetStatus(
	LinearResult result
)

Parameters

result  LinearResult
Microsoft Solver Foundation LinearResult value.
See Also