aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index 0557203f4..debcef8c7 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -36,7 +36,9 @@ PROP_STABILITY_FACTOR = 125
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]
39MLP_MAX_MIP_GAP = 0,025 39MLP_MAX_MIP_GAP = 0,0025
40# Tolerated LP/MIP Gap [0.0 .. 1.0]
41MLP_MAX_LP_MIP_GAP = 0,025
40 42
41# MLP_COEFFICIENT_D = 1.0 43# MLP_COEFFICIENT_D = 1.0
42# MLP_COEFFICIENT_U = 1.0 44# MLP_COEFFICIENT_U = 1.0