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) Definition: objbranchrule.h:33 SCIP callable library. |