179 Commits (f461c990b53c750ea998f13de536a8e39108053c)

Author SHA1 Message Date
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
Mavo 4079a3f9cc Refactoring 10 years ago
Mavo 0775bdf549 Disabled some debug output 10 years ago
Mavo d6b7331a5c Fixed problem with multiple transitions to one state 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
PBerger 8eec3f2306 Fixed issue in ExplicitPrismModelBuilder.cpp when CARL is not available. 10 years ago
Mavo 3b9a48136c Sort transitions before building them 10 years ago
Mavo f38eeff1ef First try on parsing of rational functions 10 years ago
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 10 years ago
sjunges 1e1400d68d merge 10 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 10 years ago
Mavo 6e2f5602e1 Finished templating 10 years ago
Mavo 69168e9236 Use rate instead of prob 10 years ago
Mavo 7737205149 More refactoring with templates 10 years ago
Mavo 4343b5b980 Refactored some classes into templates 10 years ago
Mavo d5474722c0 Label generation from FT 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
Mavo 91fe16c699 1st try on CTMC model checking 10 years ago
Mavo 4ae86c76f9 Output uses logger now 10 years ago
Mavo 0c37f078fb Build transition matrix for FT 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
Mavo 7b37023f79 Some refactoring 10 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 10 years ago
dehnert 494f263b71 fixed a wrong assumption for sylvan relnext 10 years ago
dehnert 3556743d7e more work on introducing relation products 10 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 10 years ago
dehnert 31147a90d2 removed or and not operation on ADDs as they should conceptually be used on BDDs 10 years ago
dehnert 2c69232560 started cleaning ADD interface 10 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 1d49bc6dd0 extracting the bisimulation quotient for MDPs; tests for MDP bisimulation 10 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 10 years ago
sjunges ecb214bc10 StateInfo is a StateAnnotation now 11 years ago
dehnert 5c838e2006 added the feature to build information about the state space that can be retrieved after building the model to the explicit model builder 11 years ago
sjunges 7884fc37ed explicit model builder supports non-default reward models 11 years ago
dehnert e51a3cfa85 refined cut-off of builders a little. Now, based on the property, more of the states are treated as terminal states of the model 11 years ago