CGAL 5.5 - CGAL and Solvers
CGAL::SCIP_mixed_integer_program_traits< FT > Class Template Reference

#include <CGAL/SCIP_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 SCIP (which must be available on the system).

Is Model Of:
MixedIntegerProgramTraits
See also
GLPK_mixed_integer_program_traits
Examples:
Solver_interface/mixed_integer_program.cpp.