All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
|