gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15383 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r15383 - gnunet/src/transport
Date: Wed, 1 Jun 2011 14:38:59 +0200

Author: wachs
Date: 2011-06-01 14:38:59 +0200 (Wed, 01 Jun 2011)
New Revision: 15383

Modified:
   gnunet/src/transport/gnunet-service-transport.c
Log:
minor changes


Modified: gnunet/src/transport/gnunet-service-transport.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport.c     2011-06-01 10:53:12 UTC 
(rev 15382)
+++ gnunet/src/transport/gnunet-service-transport.c     2011-06-01 12:38:59 UTC 
(rev 15383)
@@ -6714,6 +6714,7 @@
                glp_set_col_name(ats->prob, c, name);
                GNUNET_free (name);
                glp_set_col_bnds(ats->prob, c, GLP_LO, 0.0, 0.0);
+               glp_set_col_kind(ats->prob, c, GLP_CV);
                glp_set_obj_coef(ats->prob, c, 0);
 
        }
@@ -6881,7 +6882,6 @@
        glp_set_row_bnds(ats->prob, row_index, GLP_FX, 0.0, 0.0);
        for (c=1; c<=c_mechs; c++)
        {
-               // b_t - n_t * b_min >= 0
                ia[array_index] = row_index;
                ja[array_index] = c_mechs + mechanisms[c].col_index;
                ar[array_index] = 1;




reply via email to

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