Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add iterator_wrapping convenience container
[simgrid.git] / src / xbt / utils /
2023-03-06 Maxwell PirtleAdd iterator_wrapping convenience container
2023-03-06 Maxwell PirtleAdd first implementation of variable for-loop
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonFix a typo found by clang in MC builds
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-28 Maxwell PirtleAdd tests for LazyKSubsets and LazyPowerset
2023-02-28 Maxwell PirtleAdd LazyPowerSet and LazyKSubsets
2023-02-28 Maxwell PirtleAdd more comments to subsets_iterator implementation
2023-02-28 Maxwell PirtleAdd powerset_iterator to simgrid::xbt
2023-02-28 Maxwell PirtleUse boost::iterator_facade for subsets_iterator
2023-02-27 Maxwell PirtleRemove subsets.cpp file
2023-02-27 Maxwell PirtleAdd "working" (but untested) implementation of iterativ...
2023-02-27 Maxwell PirtleAdd first "implementation" of k-subsets iterator
2023-02-27 Maxwell PirtleAdd iterator files to xbt/utils