presol_inttobinary.h
Go to the documentation of this file.
21 * This presolver converts all integer variables with domain \f$[a,a+1]\f$ to binaries variables. This is done by 22 * creating a new binary variable \f$y\f$ which will be aggregated to the old variable \f$x\f$ such that 28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ Definition: struct_scip.h:53 SCIP_RETCODE SCIPincludePresolInttobinary(SCIP *scip) Definition: presol_inttobinary.c:154 Definition: objbranchrule.h:33 SCIP callable library. |