heur_mutation.h
Go to the documentation of this file.
30 * Mutation is a large neighborhood search improvement heuristic that is inspired by genetic algorithms and requires a
31 * known feasible solution. It randomly fixes variables to their value in the incumbent solution and solves a sub-SCIP,
35 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurMutation(SCIP *scip)
Definition: heur_mutation.c:552
Definition: struct_scip.h:68
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:43