HeurFrats.cpp
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
84 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
86 * This method is called when the presolving was finished and the branch and bound process is about to begin.
95 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
165 /* update, if an edge has a better LP value AND was not visited yet AND was not globally fixed to zero */
208 /* fix the variable which represents the best edge to one in the new solution and proceed to next node */
Definition: type_result.h:42
Definition: type_result.h:56
SCIP_DECL_HEURCLONE(scip::ObjCloneable *HeurFrats::clone)
Definition: HeurFrats.cpp:239
Definition: struct_sol.h:73
Definition: ProbDataTSP.h:42
Definition: type_result.h:44
Definition: pqueue.h:37
Definition: type_retcode.h:42
SCIP_Bool SCIPisFeasLE(SCIP *scip, SCIP_Real val1, SCIP_Real val2)
Definition: scip_numerics.c:806
Definition: type_lp.h:43
C++ problem data for TSP.
SCIP_RETCODE SCIPsetSolVal(SCIP *scip, SCIP_SOL *sol, SCIP_VAR *var, SCIP_Real val)
Definition: scip_sol.c:1221
fractional travelling salesman heuristic - Rounding heuristic for TSP
SCIP_RETCODE SCIPtrySol(SCIP *scip, SCIP_SOL *sol, SCIP_Bool printreason, SCIP_Bool completely, SCIP_Bool checkbounds, SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool *stored)
Definition: scip_sol.c:3098
Definition: HeurFrats.h:43
Definition: GomoryHuTree.h:40
Definition: GomoryHuTree.h:63
Definition: ConshdlrSubtour.h:38
Definition: objbenders.h:43
SCIP_Real SCIPgetSolVal(SCIP *scip, SCIP_SOL *sol, SCIP_VAR *var)
Definition: scip_sol.c:1361
SCIP_RETCODE SCIPcreateSol(SCIP *scip, SCIP_SOL **sol, SCIP_HEUR *heur)
Definition: scip_sol.c:328