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*/
Definition: struct_scip.h:58
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurShifting(SCIP *scip)
Definition: heur_shifting.c:987
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33