heur_sync.h
Go to the documentation of this file.
23 * communicated between solvers, but cannot directly submitted because SCIP might be in a stage where
25 * If multiple solutions are passed it will keep the best N solutions depending on the parameter setting
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSync(SCIP *scip)
Definition: heur_sync.c:152
Definition: struct_sol.h:64
type definitions for primal heuristics
type definitions for SCIP's main datastructure
Definition: struct_heur.h:88
SCIP_EXPORT SCIP_RETCODE SCIPheurSyncPassSol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol)
Definition: heur_sync.c:181
type definitions for storing primal CIP solutions
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33