620 Commits (da65ef3aa93fb3ff60e15c841e795397303ad76b)

Author SHA1 Message Date
dehnert dcd42d5653 started reworking reward models 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
sjunges 2e0c9c1244 unification of some constructs in carl propagated to storm 10 years ago
sjunges 1ec453e587 support for intervals in matrices 10 years ago
sjunges 8b1e003657 Fix 10 years ago
sjunges 7a050434d9 bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize 10 years ago
sjunges b50c823c77 Refactored for faster compilation times. 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 10 years ago
TimQu a22c36e38a avoided unnecessary copy of matrix while doing graph analysis. const& was missing somehow. 10 years ago
sjunges fd3ffafcd9 First version of the monolithic state space generation 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
sjunges 40a0f4f18a stupid fix in cli (carl version can not be shown, no idea how...) 10 years ago
sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
sjunges 16c57decff print header including info for smtrat and carl (untested) 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 10 years ago
David_Korzeniewski 5623e66566 Ignore empty lines in property file and only warn if a line could not be parsed 10 years ago
David_Korzeniewski c3d0112975 Actually try to read all lines from property file 10 years ago
David_Korzeniewski 7d84b0a4c5 Added ability to check properties from property file to cli utility. 10 years ago
dehnert e4968b1dde Fixed minor issue in cli 10 years ago
dehnert e3320ee086 Started working on hybrid MDP model checker. 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert e1761fa774 Enabled hybrid CTMC model checker in cli. Further work on hybrid CTMC model checker (not yet working). Fixed some minor issues in sparse CTMC 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 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 10 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 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 f8c867300b Optimized time-bounded reachability of CTMCs a bit. 10 years ago
dehnert a851fad65d More work on reward properties for CTMCs. 10 years ago
dehnert ccc60ef145 Removed a lot of debug output. 10 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 10 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 10 years ago
dehnert 9d4ded66b2 Started implementing CTMC model checker. 10 years ago
dehnert cde9786dfa Made Fox-Glynn (hopefully) work. 10 years ago
dehnert e9d677c792 Further work on MTBDD-based mc. 10 years ago
dehnert 3434405cf4 Started working on CTMC mc. 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 00e7121bc4 some work towards BDD-based mc. 10 years ago
dehnert 81100c7afd debugged and added more tests for prob0/1 for MDPs using BDDs 10 years ago
dehnert c70d93f4d3 Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed. 10 years ago
dehnert 1a1906f811 Added functional tests for DD-based and sparse computation of states with prob 0 and 1. 10 years ago
dehnert c8007876ae Symbolic models can now be built from the command line. 10 years ago