All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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*/
SCIP_RETCODE SCIPincludePresolInttobinary(SCIP *scip) SCIP callable library. |