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 27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurShifting(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |