-
Notifications
You must be signed in to change notification settings - Fork 1
/
lanet.cfg
executable file
·32 lines (22 loc) · 895 Bytes
/
lanet.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#LaNet configuration file
#This config file contains parameters that will be read when the program is run.
#If you pass a parameter as argument at program invocation, then the value in this config file will not be considered, but the one passed as argument.
#Background color. Possible values: "black" and "white".
bckgnd = black
#Graph color. Possible values: "col", "bw" (black and white, one scale) and "bwi" (black and white, interlaced scale)
color = col
#Epsilon. Controls the possibility of rings overlapping. Used to tune image's rendering.
eps = 0.00
#Delta. Controls distance between components in graphical visualization.
delta = 1.0
#Gamma. Controls the component's diameter.
gamma = 1.0
#Percent of visible edges. Value: 0.0 - 1.0.
edges = 0.01
#Minimum number of visible edges (integer).
minedges = 100
#Image resolution
width = 800
height = 600
#u (Length unit)
u = 1.0