Click or drag to resize

InteriorPointQPSolver Methods

The InteriorPointQPSolver type exposes the following members.

Methods
 NameDescription
Protected methodAddConstraints Adds the linear constraints in the given linearly constrained problem to a Microsoft Solver Foundation linear model.
(Inherited from ConstrainedOptimizer)
Protected methodAddVariablesAndBounds Adds the variables in the given linearly constrained problem to a Microsoft Solver Foundation linear model.
(Inherited from ConstrainedOptimizer)
Protected methodSetStatus Sets the SolverResult value base on the give Microsoft Solver Foundation LinearResult value.
(Inherited from ConstrainedOptimizer)
Public methodSolve(QuadraticProgrammingProblem) Attempts to solve a quadratic programming problem with default solver parameters.
Public methodSolve(QuadraticProgrammingProblem, InteriorPointQPSolverParams) Attempts to solve a quadratic programming problem using the given solver parameters and starting point.
Top
See Also