equal
deleted
inserted
replaced
22 /// |
22 /// |
23 /// This program converts various DIMACS formats to the LEMON Digraph Format |
23 /// This program converts various DIMACS formats to the LEMON Digraph Format |
24 /// (LGF). |
24 /// (LGF). |
25 /// |
25 /// |
26 /// See |
26 /// See |
27 /// \verbatim |
27 /// \code |
28 /// dimacs-to-lgf --help |
28 /// dimacs-to-lgf --help |
29 /// \endverbatim |
29 /// \endcode |
30 /// for more info on usage. |
30 /// for more info on the usage. |
31 /// |
|
32 |
31 |
33 #include <iostream> |
32 #include <iostream> |
34 #include <fstream> |
33 #include <fstream> |
35 #include <cstring> |
34 #include <cstring> |
36 |
35 |