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_RETCODE SCIPincludeHeurMutation(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |