equal
deleted
inserted
replaced
21 /// \brief Special plane digraph generator. |
21 /// \brief Special plane digraph generator. |
22 /// |
22 /// |
23 /// Graph generator application for various types of plane graphs. |
23 /// Graph generator application for various types of plane graphs. |
24 /// |
24 /// |
25 /// See |
25 /// See |
26 /// \verbatim |
26 /// \code |
27 /// lgf-gen --help |
27 /// lgf-gen --help |
28 /// \endverbatim |
28 /// \endcode |
29 /// for more info on the usage. |
29 /// for more info on the usage. |
30 /// |
|
31 |
|
32 |
30 |
33 #include <algorithm> |
31 #include <algorithm> |
34 #include <set> |
32 #include <set> |
35 #include <ctime> |
33 #include <ctime> |
36 #include <lemon/list_graph.h> |
34 #include <lemon/list_graph.h> |