63 bool load(std::istream& in, std::string& error);
Stores additional attributes of a graph (like layout information).
Data type for general directed graphs (adjacency list representation).
Parses tsplib files in xml format.
bool read(Graph &G, GraphAttributes &GA)
bool read(Graph &G, GraphAttributes *GA)
bool load(std::istream &in, std::string &error)
TsplibXmlParser(std::istream &in)
~TsplibXmlParser()=default
pugi::xml_node m_graphTag
The namespace for all OGDF objects.