Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the update for the Df parameter (lmm_variable_t), which means the sum of all
[simgrid.git] / src / surf / maxmin.c
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-02-14 velhoImproved debbugging information.
2007-02-01 alegrandGlups. Second bug of the week on FATPIPES in the maxmin...
2007-01-24 alegrandStupid me! Bug fix in the maxmin algorithm (occurs...
2007-01-19 velhoMaking lmm_print public.
2006-10-11 dutotThanks Arnaud for allowing me to increase my commit...
2006-08-31 alegrandSome values were close to 0 instead of equal to 0,...
2006-08-27 mquinsonNo need to memset what we will free one line afterward
2006-08-09 thieryUse malloc instead of calloc because reset_f is called...
2006-08-08 thieryUse a mallocator for Surf variables
2006-07-19 mquinsonTypo (?)
2006-07-19 alegrandadd more debugging
2006-05-18 alegrandSanitize channel naming convention
2006-04-24 alegrandBug correction.
2006-04-24 alegrandAdding debuging informations
2006-03-27 alegrandAdding convenient functions and traces for debuging
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-07-25 alegrandExtending the maxmin solver to take into account shared...
2005-07-25 alegrandhelp readability
2005-07-22 alegrandtrivial API extension of the maxmin solver
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-01 alegrandbugfix... I'm so pissed off to keep finding bug in...
2005-01-19 alegrandBugfix... I had forgotten to reorder elements when...
2005-01-14 alegrandFinding this damn fucking bug took me an inordinate...
2005-01-10 alegrandAdd two convenient functions
2004-12-31 alegrandMem leak hunting!
2004-12-29 alegrand*** empty log message ***
2004-12-18 alegrandThis function has been accidentally deleted in the...
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-14 alegrandSorry for those stupid assert.
2004-12-12 mquinsoncosmetic
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-09 alegrandBug fix + handling of variables with a weight equal...
2004-12-09 alegrandMore explicit names
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandAdd lmm_get_var_from_cnst
2004-12-07 alegrandIf a system has not been modified between two successiv...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-29 alegrandFailures now taken into account. Need to write clean...
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandBug fix and add a fonction indicating whether a constra...
2004-11-12 alegrandComment some debugging stuff.
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandMax-min solver written ! :) Seems to be working fine !
2004-11-05 alegrandEfficient linear max-minimization library : first version.
2004-11-04 alegrandTypes and function prototypes for the max_min linear...