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

#include <CGAL/SCIP_mixed_integer_program_traits.h>

Inherits CGAL::Mixed_integer_program_traits< FT >.

Definition

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

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