All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_crossover.h
Go to the documentation of this file.
21 * Crossover is a large neighborhood search improvement heuristic that is inspired by genetic algorithms and requires
22 * more than one feasible solution. For a set of feasible solutions, e.g., the three best found so far, it fixes
23 * variables that take identical values in all of them and solves a corresponding sub-SCIP. See also @ref
27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurCrossover(SCIP *scip) SCIP callable library. |