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*/
SCIP_RETCODE SCIPincludePresolBoundshift(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |