equal
deleted
inserted
replaced
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: |