presol_boundshift.h
Go to the documentation of this file.
18 * @brief presolver that converts integer variables with domain [a,b] to integer variables with domain [0,b-a]
22 * This presolver converts all integer variables with domain \f$[a,b]\f$ to integer variables with domain
23 * \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
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:58
SCIP_RETCODE SCIPincludePresolBoundshift(SCIP *scip)
Definition: presol_boundshift.c:266
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