600 Commits (673c329311f17d9b7d87a404e01e05b403f9e986)

Author SHA1 Message Date
dehnert f51e8eeaea moved reward model template parameter from helper classes to the affected functions. this sadly excludes the SparseDtmcPrctlHelper for which clang then produces a segfault (bug report pending) 10 years ago
dehnert 21d9e91586 work towards interval reward model 10 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 10 years ago
sjunges f219437acf Faster compilation times! 10 years ago
sjunges 0b6cc91808 Remove not existing variant of compute until probabilities. 10 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert 8d6a5a7fd5 added some missing includes 10 years ago
dehnert 5d07a840be removed debug output 10 years ago
dehnert 45d6bc0f6f added more headers to make gcc even happier 10 years ago
dehnert 28f5a8799a added header to make gcc happy 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 5b77d827dc fixed a bug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
sjunges 5e428a795a And more includes on the right spot. 10 years ago
dehnert 5beb33e3d8 merged a bit more 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 10 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