Constrained |
The ConstrainedOptimizer type exposes the following members.
Name | Description | |
---|---|---|
exceptionMessage_ | Constains exception message if there is an unexpected exception during the solve. | |
MaxNumNonZeroCoeffs | 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. | |
optimalValue_ | Optimal value of the objective function if the the result of the solver is SolveResult.Optimal | |
optimalX_ | Optimal solution value of the the result if the solver is SolveResult.Optimal | |
result_ | Result of the solver attempt. |