Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove lmm_elem_set_value (Not used)
[simgrid.git] / src / include / surf / maxmin.h
index 53a54d7..86600a4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2013. The SimGrid Team.
+/* Copyright (c) 2004-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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
  * 
@@ -292,7 +281,7 @@ void *lmm_constraint_id(lmm_constraint_t cnst);
 /**
  * @brief Get the data associated to a variable
  * 
- * @param cnst A variable
+ * @param var A variable
  * @return The data associated to the variable
  */
 void *lmm_variable_id(lmm_variable_t var);