cppmain.cpp
Go to the documentation of this file.
21 * This is an example of using SCIP to solve the TSP problem on undirected graphs. See the doxygen documentation for an
25 /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeObjEventhdlr(SCIP *scip, scip::ObjEventhdlr *objeventhdlr, SCIP_Bool deleteobject)
Definition: objeventhdlr.cpp:212
Definition: struct_scip.h:59
2-Optimum - combinatorial improvement heuristic for TSP
Definition: HeurFarthestInsert.h:32
farthest insert - combinatorial heuristic for TSP
SCIP_RETCODE SCIPincludeObjHeur(SCIP *scip, scip::ObjHeur *objheur, SCIP_Bool deleteobject)
Definition: objheur.cpp:195
C++ wrapper for default SCIP plugins.
SCIP_RETCODE SCIPincludeObjConshdlr(SCIP *scip, scip::ObjConshdlr *objconshdlr, SCIP_Bool deleteobject)
Definition: objconshdlr.cpp:621
Definition: pqueue.h:28
C++ wrapper classes for SCIP.
Definition: type_retcode.h:33
event handler for new solutions in TSP
Definition: ReaderTSP.h:45
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:28
C++ constraint handler for TSP subtour elimination constraints.
Definition: EventhdlrNewSol.h:32
SCIP_RETCODE SCIPincludeObjReader(SCIP *scip, scip::ObjReader *objreader, SCIP_Bool deleteobject)
Definition: objreader.cpp:146
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:148
fractional travelling salesman heuristic - Rounding heuristic for TSP
Definition: HeurFrats.h:34
Definition: ConshdlrSubtour.h:33
C++ file reader for TSP data files.
Definition: Heur2opt.h:32
Definition: ConshdlrSubtour.h:29
Definition: objbenders.h:33