presol_dualinfer.h
Go to the documentation of this file.
31 * This presolver does bound strengthening on continuous variables (columns) for getting bounds on dual variables y.
32 * The bounds of the dual variables are then used to fix primal variables or change the side of constraints.
43 * Chen et al. "Two-row and two-column mixed-integer presolve using hasing-based pairing methods".
46/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPincludePresolDualinfer(SCIP *scip)
Definition: presol_dualinfer.c:2417
Definition: objbenders.h:44
Definition: struct_scip.h:70
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure