ReaderTSP.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
75 * If the reader detected an error in the input file, it should return with RETCODE SCIP_READERR or SCIP_NOFILE.
102 /** method asserting, that the file has had the correct format and everything was set correctly */
107 std::string edgeweighttype, /**< type of the edgeweights, should be "EUC_2D", "MAX_2D", or "MAN_2D" */
Definition: struct_scip.h:59
virtual SCIP_DECL_READERFREE(scip_free)
Definition: struct_var.h:198
generator for global cuts in undirected graphs
SCIP_RETCODE SCIPaddBoolParam(SCIP *scip, const char *name, const char *desc, SCIP_Bool *valueptr, SCIP_Bool isadvanced, SCIP_Bool defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
Definition: scip_param.c:48
ObjReader(SCIP *scip, const char *name, const char *desc, const char *extension)
Definition: objreader.h:60
virtual SCIP_DECL_READERWRITE(scip_write)
C++ wrapper classes for SCIP.
Definition: ReaderTSP.h:45
virtual SCIP_DECL_READERREAD(scip_read)
Definition: GomoryHuTree.h:54
Definition: ConshdlrSubtour.h:29
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33