Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

implementation files (.c files) of the default separators of SCIP

Files

file  sepa_aggregation.c
 flow cover and complemented mixed integer rounding cuts separator (Marchand's version)
 
file  sepa_cgmip.c
 Chvatal-Gomory cuts computed via a sub-MIP.
 
file  sepa_clique.c
 clique separator
 
file  sepa_closecuts.c
 closecuts meta separator
 
file  sepa_convexproj.c
 convexproj separator
 
file  sepa_disjunctive.c
 disjunctive cut separator
 
file  sepa_eccuts.c
 edge concave cut separator
 
file  sepa_gauge.c
 gauge separator
 
file  sepa_gomory.c
 Gomory MIR Cuts.
 
file  sepa_impliedbounds.c
 implied bounds separator
 
file  sepa_intobj.c
 integer objective value separator
 
file  sepa_mcf.c
 multi-commodity-flow network cut separator
 
file  sepa_oddcycle.c
 oddcycle separator
 
file  sepa_rapidlearning.c
 rapidlearning separator
 
file  sepa_strongcg.c
 Strong CG Cuts (Letchford & Lodi)
 
file  sepa_zerohalf.c
 {0,1/2}-cuts separator