ReaderTSP.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
66 * If the reader detected an error in the input file, it should return with RETCODE SCIP_READERR or SCIP_NOFILE.
93 /** method asserting, that the file has had the correct format and everything was set correctly */
98 std::string edgeweighttype, /**< type of the edgeweights, should be "EUC_2D", "MAX_2D", or "MAN_2D" */
Definition: struct_scip.h:58
virtual SCIP_DECL_READERFREE(scip_free)
Definition: struct_var.h:198
generator for global cuts in undirected graphs
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:36
virtual SCIP_DECL_READERREAD(scip_read)
Definition: GomoryHuTree.h:53
Definition: ConshdlrSubtour.h:30
Definition: objbenders.h:33
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:129