All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sepa_cmir.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
35 /** Performs the cut generation heuristic of the c-MIR separation algorithm, i.e., tries to generate a c-MIR cut which is
36 * valid for the mixed knapsack set corresponding to the current aggregated constraint. Cuts will only be added here if
47 SCIP_Real boundswitch, /**< fraction of domain up to which lower bound is used in transformation */
49 SCIP_Bool allowlocal, /**< should local information allowed to be used, resulting in a local cut? */
50 SCIP_Bool fixintegralrhs, /**< should complementation tried to be adjusted such that rhs gets fractional? */
52 SCIP_Real maxweightrange, /**< maximal valid range max(|weights|)/min(|weights|) of row weights */
|