Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move maxmin solver from system
authorBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 15 Mar 2022 17:26:02 +0000 (18:26 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 18 Mar 2022 08:24:44 +0000 (09:24 +0100)
commit919a006452206f935fe271499ab68eb8cf875854
tree71f337e832769ad4f4937ea308b424796b9aba7d
parent464d34f9d99aad1e50166cea9ed461f46c6099dd
Move maxmin solver from system

New class for maxmin solver:: lmm::MaxMin.

A tiny step towards better encapsulation, still far from good though.
14 files changed:
src/kernel/lmm/System.cpp
src/kernel/lmm/System.hpp
src/kernel/lmm/bmf.cpp
src/kernel/lmm/bmf.hpp
src/kernel/lmm/fair_bottleneck.cpp
src/kernel/lmm/fair_bottleneck.hpp [new file with mode: 0644]
src/kernel/lmm/maxmin.cpp [new file with mode: 0644]
src/kernel/lmm/maxmin.hpp
src/kernel/lmm/maxmin_test.cpp
src/kernel/resource/Model.cpp
src/surf/network_cm02.cpp
teshsuite/surf/lmm_usage/lmm_usage.cpp
teshsuite/surf/maxmin_bench/maxmin_bench.cpp
tools/cmake/DefinePackages.cmake