lgf-gen - Man Page
manual page for lgf-gen 1.3.1
Description
Usage
/builddir/build/BUILD/coin-or-lemon-1.3.1-build/BUILDROOT/usr/bin/lgf-gen
[-2con|-tree|-tsp|-tsp2|-dela] [-disc|-square|-gauss] [-rand|-seed int] [--help|-h|-help] [-area num] [-cities int] [-dir] [-eps] [-g int] [-n int] [-nonodes] [prefix]
Where
[prefix]
Prefix of the output files. Default is 'lgf-gen-out'
- --help|-h|-help
Print a short help message
- -2con
Create a two connected planar graph
- -area num
Full relative area of the cities (default is 1)
- -cities int
Number of cities (default is 1)
- -dela
Delaunay triangulation graph
- -dir
Directed graph is generated (each edge is replaced by two directed arcs)
- -disc
Nodes are evenly distributed on a unit disc (default)
- -eps
Also generate .eps output (<prefix>.eps)
- -g int
Girth parameter (default is 10)
- -gauss
Nodes are located according to a two-dim Gauss distribution
- -n int
Number of nodes (default is 100)
- -nonodes
Draw only the edges in the generated .eps output
- -rand
Use time seed for random number generator
- -seed int
Random seed
- -square
Nodes are evenly distributed on a unit square
- -tree
Create a min. cost spanning tree
- -tsp
Create a TSP tour
- -tsp2
Create a TSP tour (tree based)