updating cfg
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 14 May 2014 10:39:08 +0000 (10:39 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 14 May 2014 10:39:08 +0000 (10:39 +0000)
src/ats/ats.conf.in

index b80fbaa1e2adbaf0ed6923488fa77beabb5e6940..010e5ca2dab9c151b40edaa4077e7c47bb0f076b 100644 (file)
@@ -48,9 +48,11 @@ PROP_STABILITY_FACTOR = 1.25
 # MLP_MAX_DURATION = 3 s
 # Maximum numbero of iterations for a solution process (only LP)
 # MLP_MAX_ITERATIONS = 
-# Tolerated MIP Gap in percent [0 .. 100]
-# MLP_MAX_MIP_GAP = 0.0
-# MLP_MAX_LP_MIP_GAP = 0,0
+# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
+MLP_MAX_MIP_GAP = 0.025
+# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
+MLP_MAX_LP_MIP_GAP = 0.025
+
 
 # Maximum number of iterations for a solution process
 # MLP_MAX_ITERATIONS = 1024