HeurFrats.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
53 : ObjHeur(scip, "frats", "fractional travelling salesman: TSP rounding heuristic", 'T',-50000, 5, 0, -1,
74 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
76 * This method is called when the presolving was finished and the branch and bound process is about to begin.
82 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
97 * - SCIP_DELAYED : the heuristic was skipped, but should be called again as soon as possible, disregarding
virtual SCIP_DECL_HEURISCLONEABLE(iscloneable)
Definition: HeurFrats.h:106
Definition: struct_scip.h:68
virtual SCIP_DECL_HEUREXEC(scip_exec)
generator for global cuts in undirected graphs
Definition: struct_sol.h:73
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:43
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:89
virtual SCIP_DECL_HEURCLONE(ObjCloneable *clone)
Definition: ConshdlrSubtour.h:38
Definition: GomoryHuTree.h:79
virtual SCIP_DECL_HEURFREE(scip_free)
Definition: objbenders.h:43
virtual SCIP_DECL_HEURINIT(scip_init)