14 #ifndef OR_TOOLS_UTIL_GRAPH_EXPORT_H_
15 #define OR_TOOLS_UTIL_GRAPH_EXPORT_H_
45 virtual void WriteNode(
const std::string&
name,
const std::string& label,
46 const std::string& shape,
47 const std::string& color) = 0;
51 const std::string& destination,
52 const std::string& label) = 0;
virtual void WriteNode(const std::string &name, const std::string &label, const std::string &shape, const std::string &color)=0
virtual void WriteFooter()=0
virtual void WriteLink(const std::string &source, const std::string &destination, const std::string &label)=0
virtual void WriteHeader(const std::string &name)=0
static GraphExporter * MakeFileExporter(File *const file, GraphExporter::GraphFormat format)
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...