Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow precision/bmf as a synonym to bmf/precision
[simgrid.git] / src / kernel / lmm / bmf.hpp
2023-02-17 Martin QuinsonAllow precision/bmf as a synonym to bmf/precision
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-31 Arnaud GierschReduce scope for global variables.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-28 Arnaud GierschAdd comment for workaround.
2022-04-22 Arnaud GierschWorkaround build error with older versions of Eigen3.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-18 Bruno DonassoloBMF: undo weight adding.
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
2022-03-18 Bruno DonassoloBMF: remove warning since the solver can be used by...
2022-03-18 Bruno DonassoloAvoid negative rate
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Bruno DonassoloBMF: One pass in sonar issues
2022-03-07 Arnaud GierschTry to fix detection of eigen3.
2022-03-07 Bruno DonassoloFix build
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloFix bug found at ptask experiments
2022-03-07 Bruno Donassoloptask_BMF: High-level documentation of BMF and the...
2022-03-07 Bruno Donassoloptask_BMF: support for dynamic bounds (user's callback)
2022-03-07 Bruno DonassoloBMF: Fatpipe support
2022-03-07 Bruno DonassoloImplements selective-update for bmf model (off by default).
2022-03-07 Bruno Donassoloptask_BMF: refactor code and loop scenarios
2022-03-07 Bruno DonassoloSupport for bounded actions in BMF solver
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF