CGAL 6.0.1 - Linear and Quadratic Programming Solver
Loading...
Searching...
No Matches
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]
 NCGAL
 CLinear_program_from_iteratorsAn object of class Linear_program_from_iterators describes a linear program of the form
 CNonnegative_linear_program_from_iteratorsAn object of class Nonnegative_linear_program_from_iterators describes a linear program of the form
 CNonnegative_quadratic_program_from_iteratorsAn object of class Nonnegative_quadratic_program_from_iterators describes a convex quadratic program of the form
 CQuadratic_programAn object of class Quadratic_program describes a convex quadratic program of the form
 CQuadratic_program_from_iteratorsAn object of class Quadratic_program_from_iterators describes a convex quadratic program of the form
 CQuadratic_program_from_mpsAn object of class Quadratic_program_from_mps describes a convex quadratic program of the general form
 CQuadratic_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
 CLinearProgramA model of LinearProgram describes a linear program of the form
 CMPSFormatMPS 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)
 CNonnegativeLinearProgramA model of NonnegativeLinearProgram describes a linear program of the form
 CNonnegativeQuadraticProgramA model of NonnegativeQuadraticProgram describes a convex quadratic program of the form
 CQuadraticProgramA model of QuadraticProgram describes a convex quadratic program of the form