Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding convenient functions and traces for debuging
[simgrid.git] / src / surf / maxmin.c
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...