equal
deleted
inserted
replaced
20 ///\brief Demonstrating graph input and output |
20 ///\brief Demonstrating graph input and output |
21 /// |
21 /// |
22 /// This simple demo program gives an example of how to read and write |
22 /// This simple demo program gives an example of how to read and write |
23 /// a graph and additional maps (on the nodes or the edges) from/to a |
23 /// a graph and additional maps (on the nodes or the edges) from/to a |
24 /// stream. |
24 /// stream. |
25 |
25 /// |
|
26 /// \include reader_writer_demo.cc |
26 |
27 |
27 #include <iostream> |
28 #include <iostream> |
28 #include <lemon/smart_graph.h> |
29 #include <lemon/smart_graph.h> |
29 #include <lemon/graph_reader.h> |
30 #include <lemon/graph_reader.h> |
30 #include <lemon/graph_writer.h> |
31 #include <lemon/graph_writer.h> |