CGAL 5.3 - CGAL and Solvers
CGAL::GLPK_mixed_integer_program_traits< FT > Class Template Reference

#include <CGAL/GLPK_mixed_integer_program_traits.h>

Inherits from

CGAL::Mixed_integer_program_traits< FT >.

Definition

This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using GLPK, which must be available on the system.

Note
For better performance, please consider using CGAL::SCIP_mixed_integer_program_traits, or derive a new model from CGAL::Mixed_integer_program_traits.
Is Model Of:
MixedIntegerProgramTraits
See also
SCIP_mixed_integer_program_traits
Examples:
Solver_interface/mixed_integer_program.cpp.