tools/dimacs-to-lgf.cc
changeset 945 5b926cc36a4b
parent 608 6e0525ec5355
child 1397 d7e25df22e88
equal deleted inserted replaced
4:d064baeb1646 5:aaef048a2936
    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