X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e70cf8c19e3bc258c6ee36d9a5a917008451337..fdd5a5f1bea4c3aced2cab95a9a2191b5090042d:/src/surf/maxmin_private.h diff --git a/src/surf/maxmin_private.h b/src/surf/maxmin_private.h index 20480d057e..034a25202e 100644 --- a/src/surf/maxmin_private.h +++ b/src/surf/maxmin_private.h @@ -33,7 +33,8 @@ typedef struct lmm_constraint { s_xbt_swag_t element_set; /* a list of lmm_mat_element_t */ s_xbt_swag_t active_element_set; /* a list of lmm_mat_element_t */ double bound; - double initial_bound; + double lambda; + double new_lambda; double remaining; int shared; double usage; @@ -50,7 +51,8 @@ typedef struct lmm_variable { int cnsts_number; double weight; double bound; - double initial_bound; + double mu; + double new_mu; double value; void *id; int index;