CGAL 5.6.1 - CGAL and Solvers
Mixed Integer Programming

Classes to define and solve mixed integer programs.

Classes

class  CGAL::GLPK_mixed_integer_program_traits< FT >
 This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using GLPK, which must be available on the system. More...
 
class  CGAL::Variable< FT >
 The variable of a mixed integer program. More...
 
class  CGAL::Linear_constraint< FT >
 The linear constraint of a mixed integer program. More...
 
class  CGAL::Linear_objective< FT >
 The linear objective of a mixed integer program. More...
 
class  CGAL::Mixed_integer_program_traits< FT >
 The class CGAL::Mixed_integer_program_traits provides an interface for formulating and solving (constrained or unconstrained) mixed integer programs. More...
 
class  CGAL::SCIP_mixed_integer_program_traits< FT >
 This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using SCIP (which must be available on the system). More...