The ActiveSetQPSolver type exposes the following members.

Properties

  NameDescription
ActiveSet
Gets the set of active constraint Indices for the solution. If algorithm did not converge it returns these Indices for the final iteration.
Iterations
The number of iterations performed before the algorithm terminated.
LagrangeMultiplier
Gets the values of the Lagrange multipliers for the solution if the algorithm converged. If it did not converge it returns the values of the Lagrange multiplier for the final iteration.
MaxIterations
Gets and set the maximum number of iterations to perform.
OptimalObjectiveFunctionValue
If the qpSubproblemSolver_ was successful, OptimalObjectiveFunctionValue returns the minimum value of the objective function.
OptimalX
If the qpSubproblemSolver_ was successful, OptimalX returns the point at which the objective function is minimized.
SolveException
If an unexpected exception was encountered during the most recent call to the Solve method and the Status property has the value AlgorithmStatus.UnexpectedException, this property will return the Exception object that was caught. Otherwise this property has the value of null.
Status
Gets the status of the qpSubproblemSolver_ for the most recent solution attempt.
StepSizeEpsilon
Gets and sets the smallest step size considered to be non-zero. This step size should be small when compared with the approximate magintude of the solution.

See Also