-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
21 lines (19 loc) · 779 Bytes
/
config.yaml
File metadata and controls
21 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# input output file path data
io_files:
#graph_obj: "../data/monkey.obj"
#graph_obj: "../data/monkey_connected.obj"
#graph_obj: "../data/graphs_test/0_graph_complete.obj"
#graph_obj: "../data/graphs_test/1_graph_complete_smaller.obj"
#graph_obj: "../data/graphs_test/4_1_edge_connectetivity.obj"
#graph_obj: "../data/graphs_test/5_2_edge_connectetivity.obj"
graph_obj: "../data/torus_skeleton_graph.obj"
#graph_obj: "../data/crab_skeleton_graph.obj"
general_params:
verbose: false # enable / disable the output (true / false)
visualization: true # enable / disable the visualizations (true / false)
visualization_params:
nodes_ratio: 150.0
edges_ratio: 300.0
graph_res: 30.0
nodes_color : [1.0, 0.1, 0.1]
edges_color : [0.1, 0.1, 0.1]