equal
deleted
inserted
replaced
21 #include <string> |
21 #include <string> |
22 #include <vector> |
22 #include <vector> |
23 #include <lemon/maps.h> |
23 #include <lemon/maps.h> |
24 #include <lemon/invalid.h> |
24 #include <lemon/invalid.h> |
25 |
25 |
26 /// \ingroup misc |
26 /// \ingroup dimacs_group |
27 /// \file |
27 /// \file |
28 /// \brief Dimacs file format reader. |
28 /// \brief Dimacs file format reader. |
29 |
29 |
30 namespace lemon { |
30 namespace lemon { |
31 |
31 |
32 |
32 /// |
33 /// \addtogroup misc |
33 ///@defgroup dimacs_group DIMACS format |
|
34 ///\brief Read and write files in DIMACS format |
|
35 /// |
|
36 ///Tools to read a graph from or write it to a file in DIMACS format |
|
37 ///data |
|
38 ///\ingroup io_group |
|
39 |
|
40 /// \addtogroup dimacs_group |
34 /// @{ |
41 /// @{ |
35 |
42 |
36 /// Dimacs min cost flow reader function. |
43 /// Dimacs min cost flow reader function. |
37 |
44 |
38 /// This function reads a min cost flow instance from dimacs format, |
45 /// This function reads a min cost flow instance from dimacs format, |