Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I comment all the calls to used_routing, in order to use global routing.
[simgrid.git] / src / surf / lagrange.c
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...