Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'udpor-phase6' into 'master'
[simgrid.git] / src / mc / explo /
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-21 Martin QuinsonMake sure that the dtor of CheckerSide actually kills...
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-20 Martin QuinsonPut everything in position to re-fork the verified App
2023-03-20 Maxwell PirtleAddress minor comments in MR review
2023-03-20 Maxwell PirtleRemove empty Comb.cpp
2023-03-20 Maxwell PirtleAdd documentation for Comb data structure
2023-03-19 Martin QuinsonBetter responsabilities splitup between CheckerSide...
2023-03-19 Martin QuinsonFinally kill the now empty ModelChecker class
2023-03-19 Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2023-03-19 Martin QuinsonMake a global singleton of Exploration, to kill ModelCh...
2023-03-19 Martin QuinsonAnother use of mc_model_checker disapears. In Snapshot...
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMove DPOR and sleep set algorithm from backtrack to...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-18 mlaurentBasicGuide handle next_transition if asked to
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-17 Martin QuinsonMerge branch 'master' into 'master'
2023-03-17 mlaurentAdd reference to parent state: only use this creation...
2023-03-17 Maxwell PirtleFix test in k-partial alternatives step five
2023-03-16 Maxwell PirtleRemove unused code in Comb.cpp + fix MANIFEST.in
2023-03-16 Maxwell PirtleAdd full example for K-partial alternatives
2023-03-15 Martin QuinsonSanitize how we know the current MC mode
2023-03-15 Maxwell PirtleMove alternative computation to Configuration for testing
2023-03-15 Maxwell PirtleAdd semantic equivalence to UnfoldingEvent
2023-03-15 Maxwell PirtleAdd comments in K-partial alternatives computation
2023-03-14 Maxwell PirtleAdd first go at implementation of K-partial alternatives
2023-03-13 Martin QuinsonCosmetics
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Maxwell PirtleAdd Comb data structure for K-partial alternatives
2023-03-13 Maxwell PirtleAdd clean up phase to UDPOR
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin QuinsonMove another function out of ModelChecker
2023-03-12 Martin QuinsonMove a function from ModelChecker to Exploration
2023-03-12 Martin QuinsonMove one method from ModelChecker to Exploration
2023-03-12 Martin QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-12 Arnaud GierschFix build with -D_GLIBCXX_DEBUG [-Werror=range-loop...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-10 Maxwell PirtleAdd first test for immediate conflicts edge case
2023-03-10 Maxwell PirtleAdd first batch of tests for conflict detection among...
2023-03-09 Maxwell PirtleAdd implementation for immediate conflicts
2023-03-09 Maxwell PirtleRequire conflict-freedom in is_valid_configuration
2023-03-09 Maxwell PirtleAdd test to verify topological ordering of EventSet
2023-03-08 Maxwell PirtleBegin filling in computations of ex(C) and en(C)
2023-03-08 Arnaud GierschObvious typo.
2023-03-08 Maxwell PirtleFix logic for mutual conflict between two events
2023-03-08 Maxwell PirtleAdd conflict-free invariant check to Configuration
2023-03-08 Maxwell PirtleAdd preliminary tests for checking event conflicts
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-07 Maxwell PirtleAdd ability to restrict maximum subset size
2023-03-07 Maxwell PirtleAdd asserts for Configuration vs EventSet
2023-03-07 Maxwell PirtleAllow iteration over maximal subsets of an EventSet
2023-03-07 Maxwell PirtleMove topological ordering to EventSet
2023-03-07 Maxwell PirtleRename `EventSet::is_maximal_event_set()`
2023-03-06 Maxwell PirtleWrite maximal_subsets_iterator_wrapper with xbt utils
2023-03-06 Maxwell PirtleAdd first implementation of variable for-loop
2023-03-06 Maxwell PirtleAdd computation for minimally reproducible sets
2023-03-05 Arnaud GierschFix compilation error with clang 11.0.1.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-04 Arnaud GierschWalking the stack in the forward direction gives the...
2023-03-03 Martin QuinsonFix a useless change -- and go get some sleep
2023-03-03 Martin QuinsonReindent -- almost no real change
2023-03-03 Martin Quinsonfix MC + gcc builds
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-03-03 Maxwell PirtleFilter events before performing iteration
2023-03-02 Martin QuinsonMove the stats of visited_states count from ModelChecke...
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-03-02 Martin QuinsonOne reference to the global singleton mc_model_checker...
2023-03-02 Martin QuinsonRename some fields to obey our coding standard
2023-03-02 Maxwell PirtleFix subtle implementation bug with maximal set filtering
2023-03-02 Maxwell PirtleAdd working implementation of maximal_subsets_iterator
2023-03-02 Maxwell PirtleClean up maximum_subsets_iterator
2023-03-02 Maxwell PirtlePass references to `const Unfolding*` in most places
2023-03-02 Maxwell PirtleAdd first implementation of maximal_subsets_iterator
2023-03-01 Maxwell PirtleUse boost::iterator_facade for History::Iterator
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-28 Maxwell PirtleRemove CompatibilityGraph and friends
2023-02-27 Maxwell PirtleAdd iterator files to xbt/utils
2023-02-27 Maxwell PirtleFix most of the remaining code warnings
2023-02-27 Maxwell PirtleAdd default method for constructing full graph
2023-02-27 Maxwell PirtleAdd predicate filtering to compatibility graph comp
2023-02-27 Maxwell PirtleFix most cosmetics and code warnings
2023-02-27 Maxwell PirtleCreate a private struct to hold search data
2023-02-27 Maxwell PirtleAdd first go at compatibility graph construction
2023-02-27 Maxwell PirtleAdd first steps towards an implementation of ex(C)
2023-02-27 Maxwell PirtleAdd CompatibilityGraph and CompatibilityGraphNode
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 Martin QuinsonMerge branch 'udpor-phase2' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 mlaurentfix the done marking of multiple times taken transitions
2023-02-24 Maxwell PirtleAdd complicated topological sort test
2023-02-24 Maxwell PirtleAdd first unit tests for topological sorting
2023-02-24 Maxwell PirtleAdd topological sort of configuration events
2023-02-23 Arnaud GierschComment out unused private fields (fix compilation...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
next