Click or drag to resize

ConstrainedOptimizerMaxNumNonZeroCoeffs Field

The maximum number of nonzero coefficients allowed in Microsoft Solver Foundation Standard Edition, for linear and quadratic programming. This is the sum of all nonzero coefficients used in specifying constraints and the objective function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected const int MaxNumNonZeroCoeffs = 100000

Field Value

Int32
See Also