All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_shiftandpropagate.h
Go to the documentation of this file.
22 * Preroot primal heuristic that fixes variables and propagates these fixings. In each step, the heuristic fixes a
23 * variable such that the number of violated LP rows gets maximally reduced. The fixing is then propagated to reduce
24 * further variable domains. In case that the domain propagation detects the infeasibility of the current partial
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurShiftandpropagate(SCIP *scip) SCIP callable library. |