595 Commits (20f07bf291caa13066382e342f09920e8cacb789)

Author SHA1 Message Date
sjunges 0b6cc91808 Remove not existing variant of compute until probabilities. 9 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 9 years ago
dehnert b94e978843 another round of fixes 9 years ago
dehnert 8d6a5a7fd5 added some missing includes 9 years ago
dehnert 5d07a840be removed debug output 9 years ago
dehnert 45d6bc0f6f added more headers to make gcc even happier 9 years ago
dehnert 28f5a8799a added header to make gcc happy 9 years ago
dehnert fbd05cd780 more and more bugfixes 9 years ago
dehnert b3178e17f6 more bug fixes 9 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 9 years ago
dehnert 5b77d827dc fixed a bug 9 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 9 years ago
dehnert e631dbd1a0 more work on new reward models 9 years ago
sjunges 5e428a795a And more includes on the right spot. 9 years ago
dehnert 5beb33e3d8 merged a bit more 9 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 9 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 9 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 9 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 9 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 9 years ago
dehnert 661ba7d16f Further work on new reward model 10 years ago
dehnert 6fa1078fb1 some more work on reward model 10 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
dehnert 7b2bfa592c started working on integration of games-based abstraction refinement in production code quality 10 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 10 years ago
dehnert c99a61307f hybrid dtmc model checker can now also treat lra 10 years ago
dehnert 39abecbad3 added some tests for LRA in CTMCs 10 years ago
dehnert 13514c9da8 hybrid CTMC model checker can now do lra as well 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
dehnert b9cc6c2708 fixed bug in concatenating results of subformulas 10 years ago
dehnert ce58a5fa6f steady state working for CTMCs 10 years ago
dehnert 6c4162fae4 more work towards steady state for CTMCs 10 years ago
dehnert 1130efe0dc step towards steady-state for CTMCs 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
David_Korzeniewski 1cf0a73c4e Added methods to update nonzero entry count and update it when necessary 10 years ago
David_Korzeniewski cf5442fe45 Bugfix and test-fix: Only the "never leave MEC"-states have cost > 0 and transition costs are all 0 in the ssp. 10 years ago
David_Korzeniewski 8e688f71ff Tests for DTMC LRA and some bugfixes. All tests pass. 10 years ago
David_Korzeniewski 0ba629ad3f More tests, bugfixes: All tests pass. 10 years ago
David_Korzeniewski dfab1c291c Error fixed. 10 years ago
David_Korzeniewski 716cf3abdd Adapted to new solver interface some tests and bugfixes. Tests still failing. 10 years ago
David_Korzeniewski 8fc58439bc Computing LRA as expected reward in MDPs. 10 years ago
David_Korzeniewski 0fdb3685d1 Computing LRA for states not in bsccs as expected reward 10 years ago
David_Korzeniewski 916c821b3e Compute steady state for all BSCCs together by solving just one equation system instead of solving an equation system for each BSCC. 10 years ago
dehnert dd399c5f85 Finalized hybrid MDP model checker. It passes its tests now. 10 years ago
dehnert 2bf7eafb4b Further work on hybrid MDP model checker. 10 years ago
David_Korzeniewski 9a83dfac10 Typo in DTMC, tried to use same approach for MDPs, which won't work. 10 years ago