aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
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