752 Commits (81b4fa6b9bd74202673065c6d32d92419821bce2)

Author SHA1 Message Date
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 84ecabd2c8 further fixes, for performance tests and windows 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 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
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
sjunges 719ac4fb4e move perm sched to own dir 10 years ago
sjunges 5ec1e2acbe PermissiveSchedulers are on future now 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
sjunges 90fa8f6f0d convenience methods for sparse matrix added 10 years ago
dehnert e338cbe069 fixed a lot of warnings in the tests 10 years ago
sjunges 44e609ce86 merge fix 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
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
dehnert 507331d8a9 more debug output 10 years ago
sjunges ec74d01557 Fix in the comment. 10 years ago
sjunges f2c6bb91fd Some extra methods for the Expr. Manager. 10 years ago
sjunges 1ec453e587 support for intervals in matrices 10 years ago
sjunges 9a0e42babb static analysis for global variables 10 years ago
sjunges 7a050434d9 bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize 10 years ago
sjunges cf8da8a8df wrappers for common tuples added 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 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
sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
dehnert ce58a5fa6f steady state working for CTMCs 10 years ago
dehnert d3124f2c23 fixed bug in matrix builder 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
David_Korzeniewski 1cf0a73c4e Added methods to update nonzero entry count and update it when necessary 10 years ago
David_Korzeniewski 5acaed6048 Added flag to keep zeros when transposing. 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
dehnert e3320ee086 Started working on hybrid MDP model checker. 10 years ago
dehnert 869f8c50c9 Fixed some minor CTMC-related bugs. 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert 8868a50864 Removed superfluous code. 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 76b99a5515 Commit to switch workplace. 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 10 years ago
dehnert 72166bed37 Created new class for storing hybrid check results (symbolic as well as explicit parts) and the surrounding functionality. 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 907e3512c0 Fixed a potential bug in the ODD generation and it now uses hash maps instead of regular maps. 10 years ago
dehnert e83d191be3 ODDs can now also be constructed from BDDs directly (without a transformation step to ADDs). 10 years ago
dehnert c8d8f75a10 Working on ODD generation for BDDs (not yet working). 10 years ago