From: Matthias Wachs Date: Fri, 15 Apr 2011 17:22:13 +0000 (+0000) Subject: the mlp presolver does not provide an initial optimal solution X-Git-Tag: initial-import-from-subversion-38251~18671 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=841778ecf2382a978115f23a22ee1a885c917f93;p=oweals%2Fgnunet.git the mlp presolver does not provide an initial optimal solution so we have to use simplex solver to provide this optimal solution --- diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 89d869f5b..eeb35dfcf 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -6959,7 +6959,7 @@ void ats_init () if (GNUNET_CONFIGURATION_have_value(cfg, "transport", "DUMP_SOLUTION")) ats->save_solution = GNUNET_CONFIGURATION_get_value_yesno (cfg, "transport","DUMP_SOLUTION"); - ats->builtin_mlp_presolver = GNUNET_YES; + ats->builtin_mlp_presolver = GNUNET_NO; if (GNUNET_CONFIGURATION_have_value(cfg, "transport", "BUILTIN_PRESOLVER")) { ats->builtin_mlp_presolver = GNUNET_CONFIGURATION_get_value_yesno (cfg, "transport","BUILTIN_PRESOLVER");