Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle modifications of the DTD in surf
[simgrid.git] / src / surf / lagrange.c
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-04-27 Arnaud GierschEmpty argument is allowed for XBT_IN().
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschRemove declaration for inexistent functions.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2007-09-10 alegranduseless dependency
2007-08-14 alegrandTake into account the case where some variable do not...
2007-08-10 alegrandreindent.
2007-08-01 alegrandIterate only on "active" variables
2007-07-30 velhoadd debugging
2007-07-26 alegrandCommenting now useless check.
2007-07-26 alegrandMany bug fix:
2007-07-25 alegrand* Hiding private functions
2007-07-20 alegrandChanging log hierarchy
2007-07-20 alegrandWe're still alpha version so let's keep the warnings...
2007-07-20 alegrandWe check feasability here, not the Karush Kuhn Tucker...
2007-07-20 alegrandShare precision value with other modules.
2007-07-20 velhoCleanups and cosmeticsCleanups and cosmetics
2007-07-19 alegrandDebug cosmetics.
2007-07-19 alegrandmoving lagrange functions for Vegas and Reno to their...
2007-07-18 alegrandRemoving bugs and changing verbosity.
2007-07-18 velhoDebuging surf Reno and Vegas with lagrange optimization...
2007-07-13 velhoBug corrections: i) boundless variables wasn't detected...
2007-07-06 velhoCorrected some bugs, added the simix support to the...
2007-07-04 velhoUsing relative error to approximate the values of lambd...
2007-07-02 velhoAdded the generic method to model fairness depending...
2007-06-27 velhoAdded function prototypes in maxmin_private, minor...
2007-05-10 velhoFinally working.
2007-05-09 velhoCleaned up need some fixup.
2007-04-21 velhoWorking and cleaned up.
2007-04-21 velhoCleaning up the lagrange model.
2007-04-18 velhoCorrected some bugs in when computting mu.
2007-04-12 velhoSigma step working.
2007-03-23 velhoDebugging.
2007-03-21 velhoModel using the proportional fairness to compute the...
2007-03-20 velhoStart the development of the lagrange optimization...