cppmain.cpp
Go to the documentation of this file.
30 * This is an example of using SCIP to solve the TSP problem on undirected graphs. See the doxygen documentation for an
34/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
C++ constraint handler for TSP subtour elimination constraints.
event handler for new solutions in TSP
2-Optimum - combinatorial improvement heuristic for TSP
farthest insert - combinatorial heuristic for TSP
fractional travelling salesman heuristic - Rounding heuristic for TSP
C++ file reader for TSP data files.
Definition: ConshdlrSubtour.h:43
Definition: EventhdlrNewSol.h:42
Definition: Heur2opt.h:42
Definition: HeurFarthestInsert.h:42
Definition: HeurFrats.h:44
Definition: ReaderTSP.h:48
Definition: objbenders.h:44
Definition: pqueue.h:38
Definition: ConshdlrSubtour.h:39
SCIP_RETCODE SCIPincludeObjConshdlr(SCIP *scip, scip::ObjConshdlr *objconshdlr, SCIP_Bool deleteobject)
Definition: objconshdlr.cpp:662
SCIP_RETCODE SCIPincludeObjEventhdlr(SCIP *scip, scip::ObjEventhdlr *objeventhdlr, SCIP_Bool deleteobject)
Definition: objeventhdlr.cpp:221
SCIP_RETCODE SCIPincludeObjHeur(SCIP *scip, scip::ObjHeur *objheur, SCIP_Bool deleteobject)
Definition: objheur.cpp:204
SCIP_RETCODE SCIPincludeObjReader(SCIP *scip, scip::ObjReader *objreader, SCIP_Bool deleteobject)
Definition: objreader.cpp:155
C++ wrapper classes for SCIP.
C++ wrapper for default SCIP plugins.
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:37
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:273
Definition: struct_scip.h:70