CGAL 6.0.1 - Linear and Quadratic Programming Solver
|
▼NCGAL | |
CLinear_program_from_iterators | An object of class Linear_program_from_iterators describes a linear program of the form |
CNonnegative_linear_program_from_iterators | An object of class Nonnegative_linear_program_from_iterators describes a linear program of the form |
CNonnegative_quadratic_program_from_iterators | An object of class Nonnegative_quadratic_program_from_iterators describes a convex quadratic program of the form |
CQuadratic_program | An object of class Quadratic_program describes a convex quadratic program of the form |
CQuadratic_program_from_iterators | An object of class Quadratic_program_from_iterators describes a convex quadratic program of the form |
CQuadratic_program_from_mps | An object of class Quadratic_program_from_mps describes a convex quadratic program of the general form |
CQuadratic_program_options | This is a class used for passing options to the linear and quadratic programming solvers |
CQuadratic_program_solution | An object of class Quadratic_program_solution represents the solution of a linear or convex quadratic program of the general form |
CLinearProgram | A model of LinearProgram describes a linear program of the form |
CMPSFormat | 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) |
CNonnegativeLinearProgram | A model of NonnegativeLinearProgram describes a linear program of the form |
CNonnegativeQuadraticProgram | A model of NonnegativeQuadraticProgram describes a convex quadratic program of the form |
CQuadraticProgram | A model of QuadraticProgram describes a convex quadratic program of the form |