heur_trysol.h File Reference
Detailed Description
primal heuristic that tries a given solution
This heuristic takes a solution from somewhere else via the function SCIPheurPassSolTrySol(). It then tries to commit this solution. It is mainly used by cons_indicator, which tries to correct a given solution, but cannot directly submit this solution, because it is a constraint handler and not a heuristic.
Definition in file heur_trysol.h.
#include "scip/def.h"#include "scip/type_heur.h"#include "scip/type_retcode.h"#include "scip/type_scip.h"#include "scip/type_sol.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPincludeHeurTrySol (SCIP *scip) |
| SCIP_RETCODE | SCIPheurPassSolTrySol (SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) |
| SCIP_RETCODE | SCIPheurPassSolAddSol (SCIP *scip, SCIP_HEUR *heur, SCIP_SOL *sol) |
