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*/ Definition: struct_scip.h:53 SCIP_RETCODE SCIPheurPassSolTrySol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) Definition: heur_trysol.c:236 Definition: struct_sol.h:50 Definition: struct_heur.h:75 SCIP_RETCODE SCIPheurPassSolAddSol(SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) Definition: heur_trysol.c:277 Definition: objbranchrule.h:33 SCIP callable library. |