CGAL 5.0 - 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 | \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}} |
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 |