X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3735eb9d0e10ba6574aa0a59935d7dfe09b1658e..4b2b01eff3a1b860aed60642848a6e1000011c22:/src/include/surf/maxmin.h diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index fa6295b523..86600a4238 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -203,17 +203,6 @@ XBT_PUBLIC(void) lmm_expand(lmm_system_t sys, lmm_constraint_t cnst, void lmm_expand_add(lmm_system_t sys, lmm_constraint_t cnst, lmm_variable_t var, double value); -/** - * @brief Change the value of the coefficient between a constraint and a variable - * - * @param sys A system - * @param cnst A constraint - * @param var A variable - * @param value The new value of the coefficient between a constraint and a variable - */ -void lmm_elem_set_value(lmm_system_t sys, lmm_constraint_t cnst, - lmm_variable_t var, double value); - /** * @brief Get the numth constraint associated to the variable *