Click or drag to resize

IActiveSetQPSolver Properties

The IActiveSetQPSolver type exposes the following members.

Properties
 NameDescription
Public propertyActiveSet Gets the set of active constraint Indices for the solution. If algorithm did not converge it returns these Indices for the final iteration.
Public propertyIterations The number of iterations performed before the algorithm terminated.
Public propertyLagrangeMultiplier 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.
Public propertyMaxIterations Gets and sets the maximum number of iterations to perform.
Public propertyMaxSeconds Gets and sets the maximum number of seconds to spend in the inequality constrained QP solver.
Public propertyOptimalObjectiveFunctionValue If the solver was successful, OptimalObjectiveFunctionValue returns the minimum value of the objective function.
Public propertyOptimalX If the solver was successful, OptimalX returns the point at which the objective function is minimized.
Public propertyStatus Gets the status of the solver for the most recent solution attempt.
Top
See Also