aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
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/perf_ats_solver.conf
parent0dcd9e8e86aa2260b00d823a5fda87f9a18bdad1 (diff)
downloadgnunet-748449cc89a8ef631b8c3c5c3b9168634fc355a5.tar.gz
gnunet-748449cc89a8ef631b8c3c5c3b9168634fc355a5.zip
implementation of mip gap tolerance interval
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index 7de6d5d00..0557203f4 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -35,6 +35,9 @@ 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]
39MLP_MAX_MIP_GAP = 0,025
40
38# MLP_COEFFICIENT_D = 1.0 41# MLP_COEFFICIENT_D = 1.0
39# MLP_COEFFICIENT_U = 1.0 42# MLP_COEFFICIENT_U = 1.0
40# MLP_COEFFICIENT_R = 1.0 43# MLP_COEFFICIENT_R = 1.0
@@ -43,7 +46,8 @@ MLP_MIN_BANDWIDTH = 10
43# MLP_DBG_FEASIBILITY_ONLY = YES 46# MLP_DBG_FEASIBILITY_ONLY = YES
44MLP_DBG_AUTOSCALE_PROBLEM = YES 47MLP_DBG_AUTOSCALE_PROBLEM = YES
45# MLP_DBG_INTOPT_PRESOLVE = YES 48# MLP_DBG_INTOPT_PRESOLVE = YES
46 49# Print GLPK output
50#MLP_DBG_GLPK_VERBOSE = YES
47 51
48#MLP_DBG_OPTIMIZE_UTILITY = NO 52#MLP_DBG_OPTIMIZE_UTILITY = NO
49#MLP_DBG_OPTIMIZE_QUALITY = NO 53#MLP_DBG_OPTIMIZE_QUALITY = NO
@@ -54,8 +58,7 @@ MLP_LOG_FORMAT = CPLEX
54 58
55# MLP Log settings 59# MLP Log settings
56# Dump all problems to disk 60# Dump all problems to disk
57MLP_DUMP_PROBLEM_ALL = YES 61# MLP_DUMP_PROBLEM_ALL = YES
58# Dump all solution to disk 62# Dump all solution to disk
59MLP_DUMP_SOLUTION_ALL = YES 63# MLP_DUMP_SOLUTION_ALL = YES
60# Print GLPK output 64
61MLP_DBG_GLPK_VERBOSE = NO