Heur2opt.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
45 : ObjHeur(scip, "2opt", "2-Opt heuristic for TSPs", 'K',-1000000, 1, 0, -1, SCIP_HEURTIMING_AFTERNODE, FALSE),
67 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
69 * This method is called when the presolving was finished and the branch and bound process is about to begin.
75 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
90 * - 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:59
virtual SCIP_DECL_HEURISCLONEABLE(iscloneable)
Definition: Heur2opt.h:99
virtual SCIP_DECL_HEURINIT(scip_init)
Definition: struct_sol.h:64
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:54
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:29
virtual SCIP_DECL_HEURINITSOL(scip_initsol)
Definition: objbenders.h:33