578 Commits (28a49659dbbf5cb81cdc3c9d8acd0b3e6ba25261)

Author SHA1 Message Date
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 11 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 11 years ago
dehnert f8c867300b Optimized time-bounded reachability of CTMCs a bit. 11 years ago
dehnert a851fad65d More work on reward properties for CTMCs. 11 years ago
dehnert ccc60ef145 Removed a lot of debug output. 11 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 11 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 11 years ago
dehnert 9d4ded66b2 Started implementing CTMC model checker. 11 years ago
dehnert cde9786dfa Made Fox-Glynn (hopefully) work. 11 years ago
dehnert e9d677c792 Further work on MTBDD-based mc. 11 years ago
dehnert 3434405cf4 Started working on CTMC mc. 11 years ago
David_Korzeniewski 7e672cddd9 Started implementation of LRA for MDPs 11 years ago
dehnert a44a3554c8 Fixed minimal command counterexample generation. 11 years ago
dehnert 00e7121bc4 some work towards BDD-based mc. 11 years ago
dehnert 81100c7afd debugged and added more tests for prob0/1 for MDPs using BDDs 11 years ago
dehnert c70d93f4d3 Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed. 11 years ago
dehnert 1a1906f811 Added functional tests for DD-based and sparse computation of states with prob 0 and 1. 11 years ago
dehnert c8007876ae Symbolic models can now be built from the command line. 11 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. 11 years ago
David_Korzeniewski 8ebc0e4640 Final touches on cuda nondeterministic linear equation solver & modelchecker 11 years ago
David_Korzeniewski b623384dda Fixed merge errors and adapted to changes in master 11 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 11 years ago
dehnert 8c1870eb54 Intermediate commit. 11 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 11 years ago
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 53b77e673b Fixed a minor issue. 11 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 11 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 11 years ago
dehnert 3f44b1295f started polishing pstorm a bit 11 years ago
dehnert 8fa67a6158 Enabled output file generation. 11 years ago
dehnert 40e148d9a4 Added overall performance measurements. 11 years ago
dehnert 6585e56768 Changed program header. 11 years ago
dehnert 072b7d0e1a Added performance statistics for model building. 11 years ago
dehnert 5343ea622a Fixed bug concerning conditional probabilities. 11 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 11 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 11 years ago
dehnert 9cf82bcd98 Added conversion from transition-based rewards to state-based rewards to enable proper treatment in bisimulation minimization 11 years ago
dehnert 98efde80f7 Fixed some compile issues (and some other issues). 11 years ago
dehnert ee7b591db1 Some work on cli. 11 years ago
dehnert ae2b950e86 Fixed some issue in model builder. 11 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 11 years ago
dehnert 2bd0e2e377 Improved performance of explicit model generation a bit. 11 years ago
dehnert 91e177028d Started refactoring explicit model generator of PRISM models 11 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 11 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 11 years ago
dehnert ee9533e586 Started working on making the main executable build again. 11 years ago
dehnert 5e9e7b875b Proper output of MathSAT version on command line. 11 years ago