aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-14 08:17:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-14 08:17:46 +0000
commit4cb749c370a4fd93a00734c5692a6e3664a5d67f (patch)
tree391ea69c7ca9d1225846c6285d0fbdf57e249fb9 /src/ats/perf_ats_solver.conf
parent62b5f9d7d649be845774ed4d876deb586f538c74 (diff)
downloadgnunet-4cb749c370a4fd93a00734c5692a6e3664a5d67f.tar.gz
gnunet-4cb749c370a4fd93a00734c5692a6e3664a5d67f.zip
read coefficients with cfg functions
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index debcef8c7..407dec323 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -35,10 +35,10 @@ PROP_STABILITY_FACTOR = 125
35 35
36# Maximum number of iterations for a solution process 36# Maximum number of iterations for a solution process
37# MLP_MAX_ITERATIONS = 1024 37# MLP_MAX_ITERATIONS = 1024
38# Tolerated MIP Gap [0.0 .. 1.0] 38# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
39MLP_MAX_MIP_GAP = 0,0025 39MLP_MAX_MIP_GAP = 0.025
40# Tolerated LP/MIP Gap [0.0 .. 1.0] 40# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
41MLP_MAX_LP_MIP_GAP = 0,025 41MLP_MAX_LP_MIP_GAP = 0.025
42 42
43# MLP_COEFFICIENT_D = 1.0 43# MLP_COEFFICIENT_D = 1.0
44# MLP_COEFFICIENT_U = 1.0 44# MLP_COEFFICIENT_U = 1.0