supporting additional log formats like MPS
[oweals/gnunet.git] / src / ats / perf_ats_solver.conf
1 [ats]
2 # Network specific inbound/outbound quotas
3 UNSPECIFIED_QUOTA_IN = 1000
4 UNSPECIFIED_QUOTA_OUT = 1000
5 # LOOPBACK
6 LOOPBACK_QUOTA_IN = 100000
7 LOOPBACK_QUOTA_OUT = 100000
8 # LAN
9 LAN_QUOTA_IN = 100000
10 LAN_QUOTA_OUT = 100000
11 # WAN
12 WAN_QUOTA_IN = 100000
13 WAN_QUOTA_OUT = 100000
14 # WLAN
15 WLAN_QUOTA_IN = 1000
16 WLAN_QUOTA_OUT = 1000
17 # BLUETOOTH
18 BLUETOOTH_QUOTA_IN = 1000
19 BLUETOOTH_QUOTA_OUT = 1000
20
21 # Proportional specific settings
22 # How proportional to preferences is bandwidth distribution in a network
23 # 1: Fair with respect to addresses without preferences
24 # > 10: The bigger, the more respect is payed to preferences 
25 PROP_PROPORTIONALITY_FACTOR = 200
26 # Should we stick to existing connections are prefer to switch?
27 # [10...200], lower value prefers to switch, bigger value is more tolerant
28 PROP_STABILITY_FACTOR = 125
29
30 # MLP specific settings
31 # MLP defaults
32
33 # Maximum duration for a solution process
34 # MLP_MAX_DURATION = 3 s
35
36 # Maximum number of iterations for a solution process
37 # MLP_MAX_ITERATIONS = 1024
38 # MLP_COEFFICIENT_D = 1.0
39 # MLP_COEFFICIENT_U = 1.0
40 # MLP_COEFFICIENT_R = 1.0
41 MLP_MIN_BANDWIDTH = 1024
42 # MLP_MIN_CONNECTIONS = 4
43 #MLP_DBG_FEASIBILITY_ONLY = YES
44 MLP_DBG_AUTOSCALE_PROBLEM = YES
45 # MLP_DBG_INTOPT_PRESOLVE = YES
46 MLP_DBG_GLPK_VERBOSE = YES
47
48 MLP_LOG_FORMAT = MPS
49
50 # MLP Log settings
51 # Dump all problems to disk
52 MLP_DUMP_PROBLEM_ALL = YES
53 # Dump all solution to disk
54 MLP_DUMP_SOLUTION_ALL = NO
55 # Print GLPK output