heur_trysol.h
Go to the documentation of this file.
21 * This heuristic takes a solution from somewhere else via the function SCIPheurPassSolTrySol(). It
22 * then tries to commit this solution. It is mainly used by cons_indicator, which tries to correct a
23 * given solution, but cannot directly submit this solution, because it is a constraint handler and
27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_EXPORT SCIP_RETCODE SCIPheurPassSolTrySol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol)
Definition: heur_trysol.c:243
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurTrySol(SCIP *scip)
Definition: heur_trysol.c:213
type definitions for return codes for SCIP methods
Definition: struct_sol.h:64
SCIP_EXPORT SCIP_RETCODE SCIPheurPassSolAddSol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol)
Definition: heur_trysol.c:284
type definitions for primal heuristics
type definitions for SCIP's main datastructure
Definition: struct_heur.h:88
type definitions for storing primal CIP solutions
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33