From: Matthias Wachs Date: Wed, 14 May 2014 10:39:08 +0000 (+0000) Subject: updating cfg X-Git-Tag: initial-import-from-subversion-38251~4016 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0086beb417f55ab47eb9a40fd40280bccf269e8b;p=oweals%2Fgnunet.git updating cfg --- 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