Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the removal of lagrange-related things
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Jun 2019 13:30:48 +0000 (15:30 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Jun 2019 13:36:29 +0000 (15:36 +0200)
src/kernel/lmm/maxmin.cpp
src/kernel/lmm/maxmin.hpp

index 6e02aa2..d4de8c9 100644 (file)
@@ -711,7 +711,6 @@ void Variable::initialize(resource::Action* id_value, double sharing_weight_valu
   value_             = 0.0;
   visited_           = visited_value;
   mu_                = 0.0;
-  new_mu_            = 0.0;
 
   xbt_assert(not variable_set_hook_.is_linked());
   xbt_assert(not saturated_variable_set_hook_.is_linked());
index fa5332d..ff81711 100644 (file)
@@ -388,10 +388,7 @@ public:
   resource::Action* id_;
   int rank_;         // Only used in debug messages to identify the variable
   unsigned visited_; /* used by System::update_modified_set() */
-  /* \begin{For Lagrange only} */
   double mu_;
-  double new_mu_;
-  /* \end{For Lagrange only} */
 
 private:
   static int next_rank_; // To give a separate rank_ to each variable