From 0086beb417f55ab47eb9a40fd40280bccf269e8b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 14 May 2014 10:39:08 +0000 Subject: updating cfg --- src/ats/ats.conf.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/ats/ats.conf.in') 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 # 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 -- cgit v1.2.3