36 Commits (d4d49e49ced82b891a4d1712c0cfeadc44b89f34)

Author SHA1 Message Date
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
dehnert fbd05cd780 more and more bugfixes 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 6fa1078fb1 some more work on reward model 10 years ago
dehnert dcd42d5653 started reworking reward models 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
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 0ba629ad3f More tests, bugfixes: All tests pass. 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
dehnert dd399c5f85 Finalized hybrid MDP model checker. It passes its tests now. 10 years ago
David_Korzeniewski 9a83dfac10 Typo in DTMC, tried to use same approach for MDPs, which won't work. 10 years ago
dehnert e3320ee086 Started working on hybrid MDP model checker. 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 10 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 10 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 10 years ago
dehnert a851fad65d More work on reward properties for CTMCs. 10 years ago
dehnert c84751f632 Started working on reward properties for CTMCs. 10 years ago
David_Korzeniewski 25739720e0 Finished implementation of LRA for MPDs. 10 years ago
David_Korzeniewski 7e672cddd9 Started implementation of LRA for MDPs 10 years ago
dehnert a44a3554c8 Fixed minimal command counterexample generation. 10 years ago
dehnert f0b174b756 Fixed performance tests. 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 10 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert d0917f033c Adapted Markov automaton model checker to new formula classes. 10 years ago
dehnert 89df9621a9 MDP model checker works again. 10 years ago