heur_crossover.h
Go to the documentation of this file.
30 * Crossover is a large neighborhood search improvement heuristic that is inspired by genetic algorithms and requires
31 * more than one feasible solution. For a set of feasible solutions, e.g., the three best found so far, it fixes
32 * variables that take identical values in all of them and solves a corresponding sub-SCIP. See also @ref
36 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
SCIP_RETCODE SCIPincludeHeurCrossover(SCIP *scip)
Definition: heur_crossover.c:1044
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43