-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.txt
17 lines (17 loc) · 915 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
N_POINTS=10
INPUT_FLAT_FILE=/home/delaunay/Projects/Git/Delaunay/data/TestData/PointsGolden/Points1000000.bin
INPUT_DCEL_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/dcel.bin
INPUT_GRAPH_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/graph.bin
INPUT_VORONOI_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/voronoi.bin
OUTPUT_FLAT_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/flat.bin
OUTPUT_DCEL_FILE=/home/delaunay/Projects/Git/Delaunay/data/TestData/StarGolden/Star.bin
OUTPUT_GRAPH_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/graph.bin
OUTPUT_VORONOI_FILE=/home/delaunay/Projects/Git/Delaunay/tmp/output/voronoi.bin
CLOSEST_POINT=-1.0,-1.0
ORIGIN_POINT=-1.0,-1.0
DESTINATION_POINT=-1.0,-1.0
N_ANCHORS=2
MIN_LENGTH_EDGE=2000.0
ZOOM=-1.0,10000.0,-1,10000.0
CLUSTER_SET=2,200
OUTPUT_EXTRA_FILE=/home/delaunay/Projects/Git/Delaunay/data/TestData/VoronoiPathGolden/Path_1000000.bin