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

#include <CGAL/GLPK_mixed_integer_program_traits.h>

Inherits CGAL::Mixed_integer_program_traits< FT >.

Definition

template<typename FT>
class CGAL::GLPK_mixed_integer_program_traits< FT >

This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using thirdpartyGLPK, 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.