lemon/graph_reader.h
changeset 2037 32e4bebee616
parent 1956 a055123339d5
child 2084 59769591eb60
equal deleted inserted replaced
11:4855eff6f81c 12:04ee46bf4583
    37   ///
    37   ///
    38   /// The \c GraphReader class provides the graph input. 
    38   /// The \c GraphReader class provides the graph input. 
    39   /// Before you read this documentation it might be useful to read the general
    39   /// Before you read this documentation it might be useful to read the general
    40   /// description of  \ref graph-io-page "Graph Input-Output".
    40   /// description of  \ref graph-io-page "Graph Input-Output".
    41   ///
    41   ///
    42   /// If you don't need very sophisticated
       
    43   /// behaviour then you can use the versions of the public function
       
    44   /// \ref readGraph() to read a graph (or a max flow instance etc).
       
    45   ///
       
    46   /// The file to be read may contain several maps and labeled nodes or 
    42   /// The file to be read may contain several maps and labeled nodes or 
    47   /// edges.
    43   /// edges.
    48   ///
    44   ///
    49   /// If you read a graph you need not read all the maps and items just those
    45   /// If you read a graph you need not read all the maps and items just those
    50   /// that you need. The interface of the \c GraphReader is very similar to
    46   /// that you need. The interface of the \c GraphReader is very similar to
   382   ///
   378   ///
   383   /// The \c UGraphReader class provides the graph input. 
   379   /// The \c UGraphReader class provides the graph input. 
   384   /// Before you read this documentation it might be useful to read the general
   380   /// Before you read this documentation it might be useful to read the general
   385   /// description of  \ref graph-io-page "Graph Input-Output".
   381   /// description of  \ref graph-io-page "Graph Input-Output".
   386   ///
   382   ///
   387   /// If you don't need very sophisticated
       
   388   /// behaviour then you can use the versions of the public function
       
   389   /// \ref readGraph() to read a graph (or a max flow instance etc).
       
   390   ///
       
   391   /// The given file format may contain several maps and labeled nodes or 
   383   /// The given file format may contain several maps and labeled nodes or 
   392   /// edges.
   384   /// edges.
   393   ///
   385   ///
   394   /// If you read a graph you need not read all the maps and items just those
   386   /// If you read a graph you need not read all the maps and items just those
   395   /// that you need. The interface of the \c UGraphReader is very similar
   387   /// that you need. The interface of the \c UGraphReader is very similar