presol_boundshift.h
Go to the documentation of this file.
27 * @brief presolver that converts integer variables with domain [a,b] to integer variables with domain [0,b-a]
31 * This presolver converts all integer variables with domain \f$[a,b]\f$ to integer variables with domain
32 * \f$[0,b-a]\f$. This is done by creating a new integer variable \f$y\f$ which will be aggregated to the old variable
39 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
SCIP_RETCODE SCIPincludePresolBoundshift(SCIP *scip)
Definition: presol_boundshift.c:295
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:43