1LGF-GEN(1) User Commands LGF-GEN(1)
2
3
4
6 lgf-gen - manual page for lgf-gen 1.3.1
7
9 Usage:
10 /builddir/build/BUILD‐
11 ROOT/coin-or-lemon-1.3.1-26.fc38.x86_64/usr/bin/lgf-gen
12
13 [-2con|-tree|-tsp|-tsp2|-dela] [-disc|-square|-gauss]
14 [-rand|-seed int] [--help|-h|-help] [-area num] [-cities int]
15 [-dir] [-eps] [-g int] [-n int] [-nonodes] [prefix]
16
17 Where:
18 [prefix]
19
20 Prefix of the output files. Default is 'lgf-gen-out'
21
22 --help|-h|-help
23
24 Print a short help message
25
26 -2con
27
28 Create a two connected planar graph
29
30 -area num
31
32 Full relative area of the cities (default is 1)
33
34 -cities int
35
36 Number of cities (default is 1)
37
38 -dela
39
40 Delaunay triangulation graph
41
42 -dir
43
44 Directed graph is generated (each edge is replaced by two di‐
45 rected arcs)
46
47 -disc
48
49 Nodes are evenly distributed on a unit disc (default)
50
51 -eps
52
53 Also generate .eps output (<prefix>.eps)
54
55 -g int
56
57 Girth parameter (default is 10)
58
59 -gauss
60
61 Nodes are located according to a two-dim Gauss distribution
62
63 -n int
64
65 Number of nodes (default is 100)
66
67 -nonodes
68
69 Draw only the edges in the generated .eps output
70
71 -rand
72
73 Use time seed for random number generator
74
75 -seed int
76
77 Random seed
78
79 -square
80
81 Nodes are evenly distributed on a unit square
82
83 -tree
84
85 Create a min. cost spanning tree
86
87 -tsp
88
89 Create a TSP tour
90
91 -tsp2
92
93 Create a TSP tour (tree based)
94
95
96
97lgf-gen 1.3.1 January 2023 LGF-GEN(1)