Click or drag to resize

InteriorPointQPSolver Properties

The InteriorPointQPSolver type exposes the following members.

Properties
 NameDescription
Public propertyCoefficientCount Gets the total number of non-zero coefficients specified in the constraints. The solver is limited to 50,000 non-zero coefficients.
Public propertyExceptionMessage If the solver result is SolverResult.UnexpectedException gets the exception message property.
(Inherited from ConstrainedOptimizer)
Public propertyIterationCount Gets the number of iterations performed by the solver for the most recent solve attempt.
Public propertyOptimalObjectiveFunctionValue Gets the optimal objective function value if the solve result is SolverResult.Optimal, or the current solution value if the result is SolverResult.SolutionFeasibleButNotOptimal Otherwise the value is Double.NaN.
(Inherited from ConstrainedOptimizer)
Public propertyOptimalX Gets the optimal value if the solve result is SolverResult.Optimal, or the current solution value if the result is SolverResult.SolutionFeasibleButNotOptimal Contains an empty vector otherwise.
(Inherited from ConstrainedOptimizer)
Public propertyResult Gets the result of the most recent solve attempt.
(Inherited from ConstrainedOptimizer)
Top
See Also