X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b019cb04afffe033db746899f08d5cd01ca73ddd..bf14756466400d3bf9ba7c47d52d3f510cd2ac98:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index 2ad066c67e..3cc65d62b0 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -249,7 +249,7 @@ public: * @param numelem parameter representing the number of elements to go * @return A variable associated to a constraint */ - Variable* get_variable_safe(const Element** elem, const Element** nextelem, int* numelem) const; + Variable* get_variable_safe(const Element** elem, const Element** nextelem, size_t* numelem) const; /** * @brief Get the data associated to a constraint @@ -300,7 +300,7 @@ private: */ class XBT_PUBLIC Variable { public: - void initialize(resource::Action* id_value, double sharing_penalty, double bound_value, int number_of_constraints, + void initialize(resource::Action* id_value, double sharing_penalty, double bound_value, size_t number_of_constraints, unsigned visited_value); /** @brief Get the value of the variable after the last lmm solve */