CGAL 6.0 - CGAL and Solvers
Loading...
Searching...
No Matches
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

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 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.