QuadraticProgram Properties

Properties

AssumeConvex Gets or sets whether to assume the quadratic program is convex.
Constant
(Inherited from LinearProgram)
Constraints Gets the collection of constraints for this OptimizationModel.
(Inherited from OptimizationModel)
ExtremumType Gets or sets whether a minimum or a maximum should be computed.
(Inherited from OptimizationModel)
Hessian 
InitialGuess Gets or sets an initial guess for the solution of the quadratic program.
LinearObjective 
Name Gets or sets the name of the model.
(Inherited from OptimizationModel)
OptimalValue Gets the extreme value of the cost function.
(Inherited from OptimizationModel)
SolutionReport Gets an object that contains information about the solution of the model.
(Inherited from OptimizationModel)
Status Gets the status of the optimization model's solution.
(Inherited from OptimizationModel)
Tolerance Gets or sets the tolerance used to determine if a solution has been found.
(Inherited from LinearProgram)
Variables Gets the collection of variables for this OptimizationModel.
(Inherited from OptimizationModel)

See Also