Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - Linear and Quadratic Programming Solver
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

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...