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