All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_RETCODE SCIPheurPassSolTrySol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) SCIP_RETCODE SCIPheurPassSolAddSol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) SCIP_RETCODE SCIPincludeHeurTrySol(SCIP *scip) SCIP callable library. |