\( \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 4.10.2 - Linear and Quadratic Programming Solver
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
oNCGAL
|oCLinear_program_from_iteratorsAn object of class Linear_program_from_iterators describes a linear program of the form
|oCNonnegative_linear_program_from_iteratorsAn object of class Nonnegative_linear_program_from_iterators describes a linear program of the form
|oCNonnegative_quadratic_program_from_iteratorsAn object of class Nonnegative_quadratic_program_from_iterators describes a convex quadratic program of the form
|oCQuadratic_program_from_iteratorsAn object of class Quadratic_program_from_iterators describes a convex quadratic program of the form
|oCQuadratic_program_from_mpsAn object of class Quadratic_program_from_mps describes a convex quadratic program of the general form
|oCQuadratic_program\( \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}} \)
|oCQuadratic_program_optionsThis is a class used for passing options to the linear and quadratic programming solvers
|\CQuadratic_program_solutionAn object of class Quadratic_program_solution represents the solution of a linear or convex quadratic program of the general form
oCLinearProgramA model of LinearProgram describes a linear program of the form
oCMPSFormatMPS 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)
oCNonnegativeLinearProgramA model of NonnegativeLinearProgram describes a linear program of the form
oCNonnegativeQuadraticProgramA model of NonnegativeQuadraticProgram describes a convex quadratic program of the form
\CQuadraticProgramA model of QuadraticProgram describes a convex quadratic program of the form