8 Commits (b98edfb595673a87e369858e3c2c35cebafaf17d)

Author SHA1 Message Date
Tim Quatmann 37da2b4e1f Added a new model checker that allows to compute trivial (but sound) bounds on the value of POMDP states 5 years ago
Tim Quatmann 05471d94fd Optimizations in JaniNextStateGenerator that avoid unnecessary (re-) allocations of memory. Moreover, before collecting the complete set of enabled edges for each automaton, we first check whether each automaton (that synchronizes with that action) has at least one enabled edge. This avoids checking unnecessarily many edge guards. 5 years ago
TimQu 4351be5512 Allowed building memory product with respect to a scheduler 8 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert bba69684c9 reworked explicit Markov automaton generation a bit 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 9 years ago
dehnert 7ce969b312 started working on more flexible model generation using next-state-generators 9 years ago
dehnert 1d49bc6dd0 extracting the bisimulation quotient for MDPs; tests for MDP bisimulation 10 years ago
dehnert b31d98909b Explicit MDP bisim working but unfortunately slow :( 10 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
dehnert b67ac0619f Weak bisimulation now supported. Still need to improve the performance of the quotienting, however. 11 years ago
dehnert ca9dddb110 Sparse Bisimulation is still ongoing work. 11 years ago
dehnert caa7335afa Started work on sparse bisimulation decomposition. 11 years ago