demo/reader_writer_demo.cc
changeset 1681 84e43c7ca1e3
parent 1640 9c7834ac5e64
child 1875 98698b69a902
equal deleted inserted replaced
5:84e38452df70 6:f027b0449eb0
    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>