gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33845 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r33845 - gnunet/src/ats
Date: Wed, 25 Jun 2014 17:34:54 +0200

Author: wachs
Date: 2014-06-25 17:34:54 +0200 (Wed, 25 Jun 2014)
New Revision: 33845

Modified:
   gnunet/src/ats/plugin_ats_mlp.c
Log:
fixing comment


Modified: gnunet/src/ats/plugin_ats_mlp.c
===================================================================
--- gnunet/src/ats/plugin_ats_mlp.c     2014-06-25 14:35:47 UTC (rev 33844)
+++ gnunet/src/ats/plugin_ats_mlp.c     2014-06-25 15:34:54 UTC (rev 33845)
@@ -1698,8 +1698,9 @@
     start_cur_op = GNUNET_TIME_absolute_get();
 
     /* Solve LP */
-    /* Only for debugging, always use LP presolver:
-     *  mlp->control_param_lp.presolve = GLP_YES; */
+    /* Only for debugging:
+     * Always use LP presolver:
+     * mlp->control_param_lp.presolve = GLP_YES; */
     res_lp = mlp_solve_lp_problem(mlp);
     if (GNUNET_OK == res_lp)
     {
@@ -1728,11 +1729,10 @@
 
     /* Solve MIP */
 
-    /* Only for debugging, always use MLP presolver */
+    /* Only for debugging, always use LP presolver */
     if (GNUNET_YES == mlp->opt_dbg_intopt_presolver)
       mlp->control_param_mlp.presolve = GNUNET_YES;
 
-
     mip_res = glp_intopt (mlp->p.prob, &mlp->control_param_mlp);
     switch (mip_res)
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]