tools/lgf-gen.cc
changeset 2493 6231d9d3957b
parent 2491 b63ae56979ef
child 2553 bfced05fa852
equal deleted inserted replaced
8:c5f619892f8b 9:3992d9a028f5
    20 ///\brief Special plane graph generator.
    20 ///\brief Special plane graph generator.
    21 ///
    21 ///
    22 ///Graph generator application for various types of plane graphs.
    22 ///Graph generator application for various types of plane graphs.
    23 ///
    23 ///
    24 ///\verbatim
    24 ///\verbatim
    25 /// This program converts various DIMACS formats to the LEMON Graph Format
       
    26 /// (LGF).
       
    27 ///
       
    28 /// Usage:
    25 /// Usage:
    29 ///   ./tools/lgf-gen [-2con|-tree|-tsp|-tsp2|-dela] [-disc|-square|-gauss]
    26 ///   ./tools/lgf-gen [-2con|-tree|-tsp|-tsp2|-dela] [-disc|-square|-gauss]
    30 ///      [-rand|-seed int] [--help|-h|-help] [-area num] [-cities int] [-dir]
    27 ///      [-rand|-seed int] [--help|-h|-help] [-area num] [-cities int] [-dir]
    31 ///      [-eps] [-g int] [-n int] [prefix]
    28 ///      [-eps] [-g int] [-n int] [prefix]
    32 /// Where:
    29 /// Where: