sepa_disjunctive.h File Reference Detailed Descriptiondisjunctive cut separator We separate disjunctive cuts for two term disjunctions of the form . They can be generated directly from the simplex tableau. For further information, we refer to Cut coefficients belonging to integer variables can be strengthened by the 'monoidal cut strengthening' procedure, see Definition in file sepa_disjunctive.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the disjunctive cut separator and includes it in SCIP
Definition at line 862 of file sepa_disjunctive.c. References DEFAULT_MAXCONFSDELAY, DEFAULT_MAXDEPTH, DEFAULT_MAXINVCUTS, DEFAULT_MAXINVCUTSROOT, DEFAULT_MAXRANK, DEFAULT_MAXRANKINTEGRAL, DEFAULT_MAXROUNDS, DEFAULT_MAXROUNDSROOT, DEFAULT_MAXWEIGHTRANGE, DEFAULT_STRENGTHEN, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPaddRealParam(), SCIPallocMemory, SCIPincludeSepaBasic(), SCIPsetSepaCopy(), SCIPsetSepaFree(), SCIPsetSepaInitsol(), SEPA_DELAY, SEPA_DESC, SEPA_FREQ, SEPA_MAXBOUNDDIST, SEPA_NAME, SEPA_PRIORITY, SEPA_USESSUBSCIP, and TRUE. Referenced by SCIP_DECL_SEPACOPY(), SCIP_DECL_SEPAEXECLP(), and SCIPincludeDefaultPlugins(). |