heur_intshifting.h
Go to the documentation of this file.
18 * @brief LP rounding heuristic that tries to recover from intermediate infeasibilities, shifts integer variables, and 22 * This heuristic is similar to the Shifting heuristic (see @ref heur_shifting.h), but it ignores continuous variables 23 * during the shifting phase and solves a final LP to find feasible (and optimal w.r.t. the integer fixings) values for 27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurIntshifting(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |