|
CGAL 4.3 - Linear and Quadratic Programming Solver
|
An object of class Linear_program_from_iterators describes a linear program of the form | |
An object of class Nonnegative_linear_program_from_iterators describes a linear program of the form | |
An object of class Nonnegative_quadratic_program_from_iterators describes a convex quadratic program of the form | |
An object of class Quadratic_program_from_iterators describes a convex quadratic program of the form | |
An object of class Quadratic_program_from_mps describes a convex quadratic program of the general form | |
| \( \newcommand{\qprel}{\gtreqless} \newcommand{\qpx}{\mathbf{x}} \newcommand{\qpl}{\mathbf{l}} \newcommand{\qpu}{\mathbf{u}} \newcommand{\qpc}{\mathbf{c}} \newcommand{\qpb}{\mathbf{b}} \newcommand{\qpy}{\mathbf{y}} \newcommand{\qpw}{\mathbf{w}} \newcommand{\qplambda}{\mathbf{\lambda}} \) | |
| This is a class used for passing options to the linear and quadratic programming solvers | |
An object of class Quadratic_program_solution represents the solution of a linear or convex quadratic program of the general form | |
A model of LinearProgram describes a linear program of the form | |
MPS is a commonly used file format for storing linear and quadratic programs according to the concepts QuadraticProgram, LinearProgram, NonnegativeQuadraticProgram, and NonnegativeLinearProgram, see also http://en.wikipedia.org/wiki/MPS_(format) | |
A model of NonnegativeLinearProgram describes a linear program of the form | |
A model of NonnegativeQuadraticProgram describes a convex quadratic program of the form | |
A model of QuadraticProgram describes a convex quadratic program of the form |