ProbDataTSP.cpp
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
157 SCIP_CALL( SCIPgetVarCopy(sourcescip, scip, sourcegraph->edges[e].var, &(edgeforw->var), varmap, consmap, global, &success) );
183/** destructor of user problem data to free original user data (called when original problem is freed) */
198/** destructor of user problem data to free original user data (called when original problem is freed) */
218 SCIP_Bool* deleteobject /**< pointer to store whether SCIP should delete the object after solving */
generator for global cuts in undirected graphs
static SCIP_RETCODE copy_graph(GRAPH **graph, GRAPH *sourcegraph)
Definition: ProbDataTSP.cpp:41
C++ problem data for TSP.
Definition: ProbDataTSP.h:43
virtual SCIP_RETCODE scip_delorig(SCIP *scip)
Definition: ProbDataTSP.cpp:184
virtual SCIP_RETCODE scip_trans(SCIP *scip, ObjProbData **objprobdata, SCIP_Bool *deleteobject)
Definition: ProbDataTSP.cpp:215
virtual SCIP_RETCODE scip_deltrans(SCIP *scip)
Definition: ProbDataTSP.cpp:199
SCIP_RETCODE SCIPgetVarCopy(SCIP *sourcescip, SCIP *targetscip, SCIP_VAR *sourcevar, SCIP_VAR **targetvar, SCIP_HASHMAP *varmap, SCIP_HASHMAP *consmap, SCIP_Bool global, SCIP_Bool *success)
Definition: scip_copy.c:711
SCIP_RETCODE SCIPgetTransformedVar(SCIP *scip, SCIP_VAR *var, SCIP_VAR **transvar)
Definition: scip_var.c:1439
Definition: objbenders.h:44
Definition: ConshdlrSubtour.h:39
C++ wrapper classes for SCIP.
Definition: GomoryHuTree.h:64
Definition: GomoryHuTree.h:41
Definition: GomoryHuTree.h:80
Definition: struct_misc.h:138
Definition: struct_scip.h:70