220 Commits (a5c09fa801a42f6069e6ace3716ff315e6d029a2)

Author SHA1 Message Date
dehnert fd615289e0 outline of learning algorithm 10 years ago
Mavo 869b0f95d1 Support for pdeps with more than one child 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 10 years ago
Mavo 2c172cd082 Refactoring 10 years ago
Mavo 5796da9a5c Refactoring 10 years ago
Mavo bdad8aedd7 Set dependencies to dont care after dependent event has failed 10 years ago
Mavo 2c15c89751 No DC propagation for failed toplevel 10 years ago
Mavo e5fd604498 Flag for disabling DC propagation 10 years ago
Mavo 7e8b790451 Preparation for pseudo state generation from bit vector 10 years ago
dehnert 1f5439e270 added state labeling generator interface 10 years ago
Mavo 1e79e5b2a4 Only print debug matrix for small state sizes 10 years ago
dehnert ffe63ea95d made dfs as exploration order available 10 years ago
Mavo 9b8dd018cf Fixed problem with gate as trigger events for dependencies 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert fff7b2d5db fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced 10 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert 9eec5b140c refactoring of model builder 10 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 10 years ago
Mavo ea2fe4a19a First working version of symmetry reduction 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago
dehnert 7ce969b312 started working on more flexible model generation using next-state-generators 10 years ago
Mavo a44d38e0bf Symmetries are given to StateGenerationInfo 10 years ago
sjunges dde9af6c44 mergeFailedStates and some updates for SEQs 10 years ago
Mavo 371ba87f1c Fixed activation of spares 10 years ago
Mavo 0156b12764 Fixed compile problem under gcc 10 years ago
sjunges b93f5c2f62 refactored a bit, plus bisimulation is now done 10 years ago
Mavo d160bb1b13 Use only state ids instead of complete data structure 10 years ago
sjunges 102602dea2 some refactoring 10 years ago
Mavo b8ff542b7b One conversion less for MA 10 years ago
Mavo 0d3687cf5e Refactored and sorted bitvector 10 years ago
Mavo 5da88d5d52 Small refactoring 10 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular fragment checking 10 years ago
Mavo c78d9ff802 Fixed problems with pdeps 10 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 10 years ago
Mavo 63b0513f38 Set probability for pdeps 10 years ago
Mavo 6d84d030bd Fixed lowercase 10 years ago
sjunges 42eb671435 work towards const correctness and additional methods 10 years ago
Mavo 64b24043c5 Dependencies working 10 years ago
Mavo 24cd1ec597 Vector output without template seems to work 10 years ago
Mavo 46642f2bca CTMCs are working again 10 years ago
Mavo 35f5f9de15 Small refactoring 10 years ago
Mavo d507eab7f3 Build Markov Automaton instead of CTMC 10 years ago
Mavo 4ece7e45a9 Added assertions 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert e3c4f5fa72 more work on customizing checking process 10 years ago
Mavo 7dd1bb67ea Some refactoring 10 years ago
Mavo 69a464d5ef Changed unordered_set to BitVectorHashMap for DFTState 10 years ago
Mavo 0a21431c07 Use representant for usage flag in DFTBuilder 10 years ago
Mavo a781df35c2 Use passive failure rate if BE is not used 10 years ago