Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / include / surf / maxmin.h
index fa6295b..86600a4 100644 (file)
@@ -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
  *