Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a variable HAVE_MC for enable model-checking.
[simgrid.git] / src / surf / lagrange.c
index 24f308e..f46883e 100644 (file)
@@ -1,7 +1,9 @@
-/*     $Id$     */
-/* Copyright (c) 2007 Arnaud Legrand, Pedro Velho. All rights reserved.     */
+/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
+
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
+
 /*
  * Modelling the proportional fairness using the Lagrange Optimization 
  * Approach. For a detailed description see:
@@ -532,6 +534,9 @@ static double partial_diff_lambda(double lambda, void *param_cnst)
 void lmm_set_default_protocol_function(double (*func_f)
 
 
+
+
+
                                         
                                        (lmm_variable_t var, double x),
                                        double (*func_fp) (lmm_variable_t var,