93 Commits (f879c608ebaa288a118395eb487b75b002e548d6)

Author SHA1 Message Date
dehnert c99a61307f hybrid dtmc model checker can now also treat lra 10 years ago
dehnert 39abecbad3 added some tests for LRA in CTMCs 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
PBerger 0c3c057f83 Fixed the usual "typename" errors in Clang-code. 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 d787b80fec CTMC examples now build properly using the DD-based model generator. 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 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 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 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
David_Korzeniewski 84f8a41302 More tests adapted, decreased verbosity of TopologicalValueIterationNondeterministicLinearEquationSolver 10 years ago
David_Korzeniewski 8b4309e53c Adapted first test to new interface. Test passes. 10 years ago
David_Korzeniewski 8066bb6637 Small fix for test. 10 years ago
David_Korzeniewski 3748905bcf Fixes and test refactoring for TopologicalValueIterationMdpPrctlModelChecker 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 c85df2cd74 Conditional Probabilities working. Included two tests. 10 years ago
dehnert 9e8d8a2c27 Fixed wrong calculation of reachability rewards in state-elimination-based model checker. 10 years ago
dehnert 89fc5be1ab Fixed some things and wrote tests for elimination-based DTMC modelchecker. They fail: apparently rewards are not correctly computed in some cases. 10 years ago
dehnert 89df9621a9 MDP model checker works again. 10 years ago
dehnert 9026aa9ac9 Adapted first model checker to the new properties. 10 years ago
dehnert 1699732dce More work on logic classes. 10 years ago
dehnert 433bae1156 Switched from an option to fix deadlocks to an option to not fix the deadlocks. Hence, deadlocks are now fixed by default unless otherwise requested. 10 years ago
dehnert 266d660d89 Added functions responsible for printing the help. Started adapting the tests to the new option system. 10 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 10 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 10 years ago
masawei 7f7ddc06e1 Removed two erronous keywords. 10 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 10 years ago
masawei 27df78c2b0 Finished testing Ltl. 10 years ago
masawei 2687809591 Finished testing of Csl. 10 years ago
masawei b7357c2cf9 Testing, noticed that vectors of pointers are not good. Changing that. 10 years ago
masawei 1c4d7b9ef9 Some more testing. 10 years ago
masawei ee1ebdf91d Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer. 11 years ago