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.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index b80fbaa1e..010e5ca2d 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -48,9 +48,11 @@ PROP_STABILITY_FACTOR = 1.25
48# MLP_MAX_DURATION = 3 s 48# MLP_MAX_DURATION = 3 s
49# Maximum numbero of iterations for a solution process (only LP) 49# Maximum numbero of iterations for a solution process (only LP)
50# MLP_MAX_ITERATIONS = 50# MLP_MAX_ITERATIONS =
51# Tolerated MIP Gap in percent [0 .. 100] 51# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
52# MLP_MAX_MIP_GAP = 0.0 52MLP_MAX_MIP_GAP = 0.025
53# MLP_MAX_LP_MIP_GAP = 0,0 53# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
54MLP_MAX_LP_MIP_GAP = 0.025
55
54 56
55# Maximum number of iterations for a solution process 57# Maximum number of iterations for a solution process
56# MLP_MAX_ITERATIONS = 1024 58# MLP_MAX_ITERATIONS = 1024