aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-13 21:54:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-13 21:54:23 +0000
commit748449cc89a8ef631b8c3c5c3b9168634fc355a5 (patch)
tree7a7e444e78d19c51408320611ef81215b33bed3c /src/ats/ats.conf.in
parent0dcd9e8e86aa2260b00d823a5fda87f9a18bdad1 (diff)
downloadgnunet-748449cc89a8ef631b8c3c5c3b9168634fc355a5.tar.gz
gnunet-748449cc89a8ef631b8c3c5c3b9168634fc355a5.zip
implementation of mip gap tolerance interval
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index db70f143a..e1ad75c8f 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -44,8 +44,12 @@ PROP_STABILITY_FACTOR = 125
44# MLP specific settings 44# MLP specific settings
45# MLP defaults 45# MLP defaults
46 46
47# Maximum duration for a solution process 47# Maximum duration for a solution process (both LP and MILP)
48# MLP_MAX_DURATION = 3 s 48# MLP_MAX_DURATION = 3 s
49# Maximum numbero of iterations for a solution process (only LP)
50# MLP_MAX_ITERATIONS =
51# Tolerated MIP Gap in percent [0 .. 100]
52# MLP_MAX_MIP_GAP = 0.0
49 53
50# Maximum number of iterations for a solution process 54# Maximum number of iterations for a solution process
51# MLP_MAX_ITERATIONS = 1024 55# MLP_MAX_ITERATIONS = 1024