CGAL 5.2.2 - CGAL and Solvers
|
#include <CGAL/GLPK_mixed_integer_program_traits.h>
CGAL::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.
CGAL::SCIP_mixed_integer_program_traits
, or derive a new model from CGAL::Mixed_integer_program_traits
.