ProbDataTSP.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
77 /** destructor of user problem data to free original user data (called when original problem is freed) */
82 /** destructor of user problem data to free transformed user data (called when transformed problem is freed) */
93 SCIP_Bool* deleteobject /**< pointer to store whether SCIP should delete the object after solving */
Definition: struct_scip.h:68
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:124
generator for global cuts in undirected graphs
virtual SCIP_RETCODE scip_delorig(SCIP *scip)
Definition: ProbDataTSP.cpp:184
Definition: ProbDataTSP.h:42
Definition: struct_misc.h:137
C++ wrapper classes for SCIP.
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
Definition: ConshdlrSubtour.h:38
Definition: GomoryHuTree.h:79
Definition: objbenders.h:43