the mlp presolver does not provide an initial optimal solution
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 15 Apr 2011 17:22:13 +0000 (17:22 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 15 Apr 2011 17:22:13 +0000 (17:22 +0000)
so we have to use simplex solver to provide this optimal solution

src/transport/gnunet-service-transport.c

index 89d869f5bfe598e33c67f64ad0a42687ff0c4291..eeb35dfcfba5a52460c4782e802854c5059ffd23 100644 (file)
@@ -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");