equal
deleted
inserted
replaced
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 |