heur_mutation.h
Go to the documentation of this file.
21 * Mutation is a large neighborhood search improvement heuristic that is inspired by genetic algorithms and requires a
22 * known feasible solution. It randomly fixes variables to their value in the incumbent solution and solves a sub-SCIP,
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurMutation(SCIP *scip)
Definition: heur_mutation.c:554
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33