| 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected const int MaxNumNonZeroCoeffs = 100000
Protected Const MaxNumNonZeroCoeffs As Integer = 100000
protected:
literal int MaxNumNonZeroCoeffs = 100000
static val mutable MaxNumNonZeroCoeffs: int
Field Value
Int32See Also