Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another bunch of cleanups
[simgrid.git] / src / kernel / lmm / maxmin.hpp
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-10 Frederic Suternamespacing cleanups
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Augustin DegommeMerge branch 'master' into 'master'
2019-12-02 Fabien ChaixClean up and use of vector for cleaner allocation
2019-11-29 Fabien ChaixAvoid allocation inside lmm_solve
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-18 Martin Quinsondefaults values to lmm::System::variable_new
2019-06-14 Arnaud GierschAdd method to free all variables at once.
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-06-05 Martin QuinsonLMM: rename sharing_weight into sharing_penalty for...
2019-06-03 Martin Quinsonlmm: cosmetics in documentation (reduce redundency)
2019-06-03 Martin Quinsonfinish the removal of lagrange-related things
2019-06-03 Martin Quinsonlmm: rename some fields for clarity
2019-06-03 Martin QuinsonRemove the lagrange-based models
2019-06-03 Martin Quinsonlmm::{Variable,Constraint}: Obey our coding conventions...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschRemove useless function pointer.
2019-01-14 Martin Quinsonuseless cosmetics hinted by qtcreator
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-20 Christian Heinrich[KERNEL] struct -> class to match it's declaration
2018-04-07 Martin Quinsonalways use the right type for link sharing policy
2018-04-07 Martin Quinsonvarious useless cosmetics
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Arnaud GierschKill useless typedefs const_lmm_element_t and lmm_const...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin Quinsonlmm::System: rename some fields, and initialize them...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-28 Arnaud GierschMake static functions in lagrange.cpp static methods...
2018-03-28 Arnaud GierschMake check_feasible() and dual_objective() private...
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-24 Martin QuinsonMove modifiedSet from Resource to lmm::System
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_el...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_va...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_co...
2017-11-30 Arnaud GierschUse const reference for parameter 'var' in lagrange...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming