666 Commits (0f1c1f28ab25705f307ef01440b39631cd6015e4)

Author SHA1 Message Date
dehnert c99a61307f hybrid dtmc model checker can now also treat lra 9 years ago
dehnert 39abecbad3 added some tests for LRA in CTMCs 9 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 9 years ago
dehnert 331ea9fc19 further work on steady state probabilities 9 years ago
dehnert 6c4162fae4 more work towards steady state for CTMCs 9 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 9 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 9 years ago
PBerger 0c3c057f83 Fixed the usual "typename" errors in Clang-code. 10 years ago
dehnert a4663ccfd3 added missing input file for tests 10 years ago
PBerger 287393abc4 Added Policy Iteration to the NativeMinMaxLinearEquationSolver. 10 years ago
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 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 716cf3abdd Adapted to new solver interface some tests and bugfixes. Tests still failing. 10 years ago
David_Korzeniewski d4f051c4f0 Fixed Windows build 10 years ago
David_Korzeniewski 1f87e7c8b2 First test for LRA on MDPs 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 869f8c50c9 Fixed some minor CTMC-related bugs. 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 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
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 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 49bed497b0 Fixed a model building problem. Included checking of reward properties on CTMCs and wrote tests for it. 10 years ago
dehnert 799cbce775 Added function tests for CTMC creation and time-bounded reachability. 10 years ago
dehnert 00e7121bc4 some work towards BDD-based mc. 10 years ago
dehnert 0c2080f220 Added tests for sparse Prob0/1 to functional tests 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
David_Korzeniewski 7d2d1cac55 Functional Testing Suite now prints a note if not all optional dependencies were included in the build. 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 239caf57eb Added symbolic models and made DD-based model generator build the correct instances. 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
David_Korzeniewski 4dc69dd6f5 Fixed performance tests, and again things concerning templates I never heard of before. 10 years ago
David_Korzeniewski 8ebc0e4640 Final touches on cuda nondeterministic linear equation solver & modelchecker 10 years ago
David_Korzeniewski b623384dda Fixed merge errors and adapted to changes in master 10 years ago
David_Korzeniewski ea2e616196 All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 10 years ago
dehnert e79233bd7b Added check in PRISM program that prevents global varibles from written in possibly synchronizing commands. 10 years ago