aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-12 20:01:32 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-12 20:01:32 +0000
commit72f0b708d9e177fe54d10c0414db77c9578aa5cd (patch)
treef802f2c084b22342eae99fe69704b6858c5f3f0a /src/ats/perf_ats_solver.conf
parent116e346f3d01eaede6f48ef8aa0c9e03c71b0c19 (diff)
downloadgnunet-72f0b708d9e177fe54d10c0414db77c9578aa5cd.tar.gz
gnunet-72f0b708d9e177fe54d10c0414db77c9578aa5cd.zip
logging improvement for perf tool
intopt presolver support + cfg option
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf31
1 files changed, 17 insertions, 14 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index 2cdb6cfae..a48bae909 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -1,22 +1,22 @@
1[ats] 1[ats]
2# Network specific inbound/outbound quotas 2# Network specific inbound/outbound quotas
3UNSPECIFIED_QUOTA_IN = 1000 3UNSPECIFIED_QUOTA_IN = 10000
4UNSPECIFIED_QUOTA_OUT = 1000 4UNSPECIFIED_QUOTA_OUT = 10000
5# LOOPBACK 5# LOOPBACK
6LOOPBACK_QUOTA_IN = 1000 6LOOPBACK_QUOTA_IN = 10000
7LOOPBACK_QUOTA_OUT = 1000 7LOOPBACK_QUOTA_OUT = 10000
8# LAN 8# LAN
9LAN_QUOTA_IN = 1000 9LAN_QUOTA_IN = 10000
10LAN_QUOTA_OUT = 1000 10LAN_QUOTA_OUT = 10000
11# WAN 11# WAN
12WAN_QUOTA_IN = 1000 12WAN_QUOTA_IN = 10000
13WAN_QUOTA_OUT = 1000 13WAN_QUOTA_OUT = 10000
14# WLAN 14# WLAN
15WLAN_QUOTA_IN = 1000 15WLAN_QUOTA_IN = 10000
16WLAN_QUOTA_OUT = 1000 16WLAN_QUOTA_OUT = 10000
17# BLUETOOTH 17# BLUETOOTH
18BLUETOOTH_QUOTA_IN = 1000 18BLUETOOTH_QUOTA_IN = 10000
19BLUETOOTH_QUOTA_OUT = 1000 19BLUETOOTH_QUOTA_OUT = 10000
20 20
21# Proportional specific settings 21# Proportional specific settings
22# How proportional to preferences is bandwidth distribution in a network 22# How proportional to preferences is bandwidth distribution in a network
@@ -38,8 +38,12 @@ PROP_STABILITY_FACTOR = 125
38# MLP_COEFFICIENT_D = 1.0 38# MLP_COEFFICIENT_D = 1.0
39# MLP_COEFFICIENT_U = 1.0 39# MLP_COEFFICIENT_U = 1.0
40# MLP_COEFFICIENT_R = 1.0 40# MLP_COEFFICIENT_R = 1.0
41MLP_MIN_BANDWIDTH = 1 41MLP_MIN_BANDWIDTH = 10
42# MLP_MIN_CONNECTIONS = 4 42# MLP_MIN_CONNECTIONS = 4
43MLP_DBG_FEASIBILITY_ONLY = NO
44MLP_DBG_AUTOSCALE_PROBLEM = YES
45# MLP_DBG_INTOPT_PRESOLVE = YES
46#MLP_DBG_GLPK_VERBOSE = YES
43 47
44# MLP Log settings 48# MLP Log settings
45# Dump all problems to disk 49# Dump all problems to disk
@@ -47,4 +51,3 @@ MLP_DUMP_PROBLEM_ALL = NO
47# Dump all solution to disk 51# Dump all solution to disk
48MLP_DUMP_SOLUTION_ALL = NO 52MLP_DUMP_SOLUTION_ALL = NO
49# Print GLPK output 53# Print GLPK output
50MLP_GLPK_VERBOSE = NO