HeurFrats.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
44 : ObjHeur(scip, "frats", "fractional travelling salesman: TSP rounding heuristic", 'T',-50000, 5, 0, -1,
65 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
67 * This method is called when the presolving was finished and the branch and bound process is about to begin.
73 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
88 * - SCIP_DELAYED : the heuristic was skipped, but should be called again as soon as possible, disregarding
virtual SCIP_DECL_HEURISCLONEABLE(iscloneable)
Definition: HeurFrats.h:97
Definition: struct_scip.h:59
virtual SCIP_DECL_HEUREXEC(scip_exec)
generator for global cuts in undirected graphs
Definition: struct_sol.h:64
virtual SCIP_DECL_HEURINITSOL(scip_initsol)
virtual SCIP_DECL_HEUREXITSOL(scip_exitsol)
C++ wrapper for primal heuristics.
virtual SCIP_DECL_HEUREXIT(scip_exit)
Definition: HeurFrats.h:34
ObjHeur(SCIP *scip, const char *name, const char *desc, char dispchar, int priority, int freq, int freqofs, int maxdepth, SCIP_HEURTIMING timingmask, SCIP_Bool usessubscip)
Definition: objheur.h:79
virtual SCIP_DECL_HEURCLONE(ObjCloneable *clone)
Definition: ConshdlrSubtour.h:29
virtual SCIP_DECL_HEURFREE(scip_free)
Definition: objbenders.h:33
virtual SCIP_DECL_HEURINIT(scip_init)