]> AND Public Git Repository - simgrid.git/blobdiff - src/include/surf/maxmin.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put double instead of size_t.
[simgrid.git] / src / include / surf / maxmin.h
index 5ebf9da119b3b037c9036848a9a3ccab8d5ada1a..ba06c740303dfc4a2d208c941a92df18bb5a0404 100644 (file)
@@ -59,6 +59,8 @@ void lmm_elem_set_value(lmm_system_t sys, lmm_constraint_t cnst,
 
 lmm_constraint_t lmm_get_cnst_from_var(lmm_system_t sys,
                                        lmm_variable_t var, int num);
+double lmm_get_cnst_weight_from_var(lmm_system_t sys, lmm_variable_t var,
+                                    int num);
 int lmm_get_number_of_cnst_from_var(lmm_system_t sys, lmm_variable_t var);
 lmm_variable_t lmm_get_var_from_cnst(lmm_system_t sys,
                                      lmm_constraint_t cnst,