ProbDataTSP.cpp
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
148 SCIP_CALL( SCIPgetVarCopy(sourcescip, scip, sourcegraph->edges[e].var, &(edgeforw->var), varmap, consmap, global, &success) );
174 /** destructor of user problem data to free original user data (called when original problem is freed) */
189 /** destructor of user problem data to free original user data (called when original problem is freed) */
209 SCIP_Bool* deleteobject /**< pointer to store whether SCIP should delete the object after solving */
Definition: graphdefs.h:184
Definition: struct_scip.h:59
Definition: type_result.h:49
SCIP_RETCODE SCIPgetTransformedVar(SCIP *scip, SCIP_VAR *var, SCIP_VAR **transvar)
Definition: scip_var.c:1436
virtual SCIP_RETCODE scip_copy(SCIP *scip, SCIP *sourcescip, SCIP_HASHMAP *varmap, SCIP_HASHMAP *consmap, ObjProbData **objprobdata, SCIP_Bool global, SCIP_RESULT *result)
Definition: ProbDataTSP.cpp:115
generator for global cuts in undirected graphs
virtual SCIP_RETCODE scip_delorig(SCIP *scip)
Definition: ProbDataTSP.cpp:175
Definition: ProbDataTSP.h:33
Definition: struct_misc.h:128
C++ wrapper classes for SCIP.
Definition: type_retcode.h:33
C++ problem data for TSP.
virtual SCIP_RETCODE scip_trans(SCIP *scip, ObjProbData **objprobdata, SCIP_Bool *deleteobject)
Definition: ProbDataTSP.cpp:206
Definition: GomoryHuTree.h:31
Definition: GomoryHuTree.h:54
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:702
static SCIP_RETCODE copy_graph(GRAPH **graph, GRAPH *sourcegraph)
Definition: ProbDataTSP.cpp:32
virtual SCIP_RETCODE scip_deltrans(SCIP *scip)
Definition: ProbDataTSP.cpp:190
Definition: ConshdlrSubtour.h:29
Definition: type_retcode.h:35
Definition: objbenders.h:33