All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_shifting.h
Go to the documentation of this file.
18 * @brief LP rounding heuristic that tries to recover from intermediate infeasibilities and shifts continuous variables
21 * This heuristic is similar to the Rounding heuristic (see @ref heur_rounding.h), but it tries to continue in the case
22 * that no rounding can decrease the violation of a linear constraint. In this case, the value of a continuous variable
23 * or an integer variable with integral value will be shifted in order to decrease the violation of the constraint. To
|