Heur2opt.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
46 : ObjHeur(scip, "2opt", "2-Opt heuristic for TSPs", 'K',-1000000, 1, 0, -1, SCIP_HEURTIMING_AFTERNODE, FALSE),
69 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
71 * This method is called when the presolving was finished and the branch and bound process is about to begin.
77 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
92 * - SCIP_DELAYED : the heuristic was skipped, but should be called again as soon as possible, disregarding
virtual SCIP_DECL_HEUREXEC(scip_exec)
virtual SCIP_DECL_HEUREXIT(scip_exit)
Definition: struct_scip.h:58
virtual SCIP_DECL_HEURISCLONEABLE(iscloneable)
Definition: Heur2opt.h:101
virtual SCIP_DECL_HEURINIT(scip_init)
Definition: struct_sol.h:63
C++ wrapper classes for SCIP.
virtual SCIP_DECL_HEURCLONE(ObjCloneable *clone)
virtual SCIP_DECL_HEUREXITSOL(scip_exitsol)
virtual SCIP_DECL_HEURFREE(scip_free)
Definition: GomoryHuTree.h:53
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
Definition: Heur2opt.h:32
Definition: ConshdlrSubtour.h:30
virtual SCIP_DECL_HEURINITSOL(scip_initsol)
Definition: objbenders.h:33