All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_dins.h
Go to the documentation of this file.
21 * DINS combines the ideas of RINS (see @ref heur_rins.h) and Local Branching (see @ref heur_localbranching.h). It
22 * defines the neighborhood by introducing a distance function between the incumbent solution and the optimum of the LP
23 * relaxation. When applied during a branch-and-bound search, it further takes into account how variables change their
27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurDins(SCIP *scip) SCIP callable library. |