620 Commits (da65ef3aa93fb3ff60e15c841e795397303ad76b)

Author SHA1 Message Date
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
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 8c1870eb54 Intermediate commit. 10 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 10 years ago
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 10 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 10 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 10 years ago
dehnert 53b77e673b Fixed a minor issue. 10 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 10 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
dehnert 3f44b1295f started polishing pstorm a bit 10 years ago
dehnert 8fa67a6158 Enabled output file generation. 10 years ago
dehnert 40e148d9a4 Added overall performance measurements. 10 years ago
dehnert 6585e56768 Changed program header. 10 years ago
dehnert 072b7d0e1a Added performance statistics for model building. 10 years ago
dehnert 5343ea622a Fixed bug concerning conditional probabilities. 10 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 10 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 10 years ago
dehnert 9cf82bcd98 Added conversion from transition-based rewards to state-based rewards to enable proper treatment in bisimulation minimization 10 years ago
dehnert 98efde80f7 Fixed some compile issues (and some other issues). 10 years ago
dehnert ee7b591db1 Some work on cli. 10 years ago
dehnert ae2b950e86 Fixed some issue in model builder. 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 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
dehnert c474920fa4 Started refactoring SMT solvers. Now displaying MathSAT version in CLI. 11 years ago
dehnert b787d6420a Using correct carl::pow now. 11 years ago
dehnert b7492d543a Further work regarding rewards in parameterized models. Note: this includes some debug output. 11 years ago
dehnert 7014d289e8 Fixed some issues related to bisimulation in the presence of state rewards. 11 years ago
svkurowski 287281d053 Enable checking MDP models from the CLI 11 years ago
svkurowski 30b9811512 Enable checking MDP models from the CLI 11 years ago
dehnert 609a948495 Put noexcept in Macro and use deprecated throw() for MSVC to make it happy. 11 years ago
dehnert 79798e2cb1 Fixed the reward-issue even harder. 11 years ago
dehnert c4c7794069 Intermediate commit. 11 years ago
dehnert 7cd0dfe8b0 Fixed an issue regarding the reward model generation. 11 years ago
dehnert 370a0ae476 Fixed some issues in bisimulation and added some tests. 11 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 11 years ago
dehnert 71ceb3f34b Removed some time measurements and fixed simplify functionality. 11 years ago
dehnert ed6f3dae9f Renamed the newly added method. 11 years ago
dehnert 2437601a85 Added function to compute distances of states to some other set of states. 11 years ago
dehnert e6904dcb21 Renamed bisimulation decomposition class to reflect that now also weak bisimulations can be computed. 11 years ago
dehnert 7257bb23c3 Further work on weak bisimulation. Model checking can now be done from tne command line again. 11 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago