Solving Constraint Integer Programs
Gomory MIR Cuts.
Definition in file sepa_gomory.h.
#include "scip/scip.h"
Go to the source code of this file.
creates the Gomory MIR cut separator and includes it in SCIP
Definition at line 579 of file sepa_gomory.c.
References DEFAULT_AWAY, DEFAULT_DELAYEDCUTS, DEFAULT_DYNAMICCUTS, DEFAULT_FORCECUTS, DEFAULT_MAKEINTEGRAL, DEFAULT_MAXRANK, DEFAULT_MAXRANKINTEGRAL, DEFAULT_MAXROUNDS, DEFAULT_MAXROUNDSROOT, DEFAULT_MAXSEPACUTS, DEFAULT_MAXSEPACUTSROOT, DEFAULT_MAXWEIGHTRANGE, DEFAULT_SEPARATEROWS, DEFAULT_SIDETYPEBASIS, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPaddRealParam(), SCIPallocMemory, SCIPincludeSepaBasic(), SCIPsetSepaCopy(), SCIPsetSepaFree(), SEPA_DELAY, SEPA_DESC, SEPA_FREQ, SEPA_MAXBOUNDDIST, SEPA_NAME, SEPA_PRIORITY, SEPA_USESSUBSCIP, and TRUE.
Referenced by SCIP_DECL_SEPACOPY(), and SCIPincludeDefaultPlugins().