heur_shifting.h
Go to the documentation of this file.
27 * @brief LP rounding heuristic that tries to recover from intermediate infeasibilities and shifts continuous variables
30 * This heuristic is similar to the Rounding heuristic (see @ref heur_rounding.h), but it tries to continue in the case
31 * that no rounding can decrease the violation of a linear constraint. In this case, the value of a continuous variable
32 * or an integer variable with integral value will be shifted in order to decrease the violation of the constraint. To
36 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
SCIP_RETCODE SCIPincludeHeurShifting(SCIP *scip)
Definition: heur_shifting.c:997
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43