Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge tag 'v3_9_90' into hypervisor
[simgrid.git] / src / include / surf / maxmin.h
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-24 Takahiro Hirofuchiadd lmm_shrink() as the opposite of lmm_expand()
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-30 acarpenaadded dvfs support
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-29 schnorrfunction to get the weight of a constraint of a lmm...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-16 NavarropAllow selective update to be independently set for...
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-10-11 alegrandIndent include and src using this command:
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-27 piniRevert "Compilation broken." This wasn't suppose to...
2010-09-27 piniCompilation broken.
2010-08-09 schnorrfullduplex support
2010-04-25 mquinsonFix copyright headers
2009-09-29 donassbrFix problem when comparing two doubles.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
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-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2007-12-20 mquinsonThese two certainly do not need hardcore portability...
2007-11-28 cheriermexports the reno and the vegas function
2007-08-10 alegrandAdd a new "max-min" like sharing for parallel tasks.
2007-08-01 alegrandmaking all needed functions "public"
2007-08-01 alegrandcan't see why these functions are considered more publi...
2007-07-26 alegrand * Provide func_f and func_fp as now required.
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 velhoCleanups and cosmetics
2007-07-18 velhoDebuging surf Reno and Vegas with lagrange optimization...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-04-18 velhoAdded lagrange_dicotomi_solve.
2007-03-21 velhoPrototype of function lagrange_solve added.
2007-02-16 cheriermsome functions of the maxmin api are now exported in...
2007-02-14 velhoExport sdp_solve only when compiling with csdp!
2007-02-07 mquinsontypo
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-17 alegrandAdding sdp.c and the bunch of modified Makefile.in...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsoncosmetics
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-03-27 alegrandAdding convenient functions and traces for debuging
2005-07-25 alegrandExtending the maxmin solver to take into account shared...
2005-07-22 alegrandtrivial API extension of the maxmin solver
2005-01-10 alegrandAdd two convenient functions
2004-12-29 alegrand*** empty log message ***
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
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-29 alegrandFailures now taken into account. Need to write clean...
2004-11-20 alegrandBug fix and add a fonction indicating whether a constra...
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
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...