equal
deleted
inserted
replaced
38 /// |
38 /// |
39 /// The \c GraphWriter class provides the graph output. |
39 /// The \c GraphWriter class provides the graph output. |
40 /// Before you read this documentation it might be useful to read the general |
40 /// Before you read this documentation it might be useful to read the general |
41 /// description of \ref graph-io-page "Graph Input-Output". |
41 /// description of \ref graph-io-page "Graph Input-Output". |
42 /// |
42 /// |
43 /// If you don't need very sophisticated |
|
44 /// behaviour then you can use the versions of the public function |
|
45 /// \ref writeGraph() to output a graph (or a max flow instance etc). |
|
46 /// |
|
47 /// To write a graph |
43 /// To write a graph |
48 /// you should first give writing commands to the writer. You can declare |
44 /// you should first give writing commands to the writer. You can declare |
49 /// write commands as \c NodeMap or \c EdgeMap writing and labeled Node and |
45 /// write commands as \c NodeMap or \c EdgeMap writing and labeled Node and |
50 /// Edge writing. |
46 /// Edge writing. |
51 /// |
47 /// |