ReaderTSP.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
77 * If the reader detected an error in the input file, it should return with RETCODE SCIP_READERR or SCIP_NOFILE.
104 /** method asserting, that the file has had the correct format and everything was set correctly */
109 const std::string& edgeweighttype, /**< type of the edgeweights, should be "EUC_2D", "MAX_2D", "MAN_2D",
generator for global cuts in undirected graphs
ObjReader(SCIP *scip, const char *name, const char *desc, const char *extension)
Definition: objreader.h:70
Definition: ReaderTSP.h:48
virtual SCIP_DECL_READERFREE(scip_free)
virtual SCIP_DECL_READERREAD(scip_read)
virtual SCIP_DECL_READERWRITE(scip_write)
common defines and data types used in all packages of SCIP
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:57
Definition: objbenders.h:44
Definition: ConshdlrSubtour.h:39
C++ wrapper classes for SCIP.
wrapper functions to map file i/o to standard or zlib file i/o
Definition: GomoryHuTree.h:64
Definition: GomoryHuTree.h:80
Definition: struct_var.h:208
Definition: struct_scip.h:70