All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_crossover.h File Reference Detailed DescriptionLNS heuristic that tries to combine several feasible solutions. Crossover is a large neighborhood search improvement heuristic that is inspired by genetic algorithms and requires more than one feasible solution. For a set of feasible solutions, e.g., the three best found so far, it fixes variables that take identical values in all of them and solves a corresponding sub-SCIP. See also heur_mutation.h Definition in file heur_crossover.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the crossover primal heuristic and includes it in SCIP
|