CGAL 5.6.1 - Linear and Quadratic Programming Solver

Concepts

conceptLinearProgram
 A model of LinearProgram describes a linear program of the form. More...
 
conceptMPSFormat
 MPS is a commonly used file format for storing linear and quadratic programs according to the concepts QuadraticProgram, LinearProgram, NonnegativeQuadraticProgram, and NonnegativeLinearProgram, see also https://en.wikipedia.org/wiki/MPS_(format). More...
 
conceptNonnegativeLinearProgram
 A model of NonnegativeLinearProgram describes a linear program of the form. More...
 
conceptNonnegativeQuadraticProgram
 A model of NonnegativeQuadraticProgram describes a convex quadratic program of the form. More...
 
conceptQuadraticProgram
 A model of QuadraticProgram describes a convex quadratic program of the form. More...