40 Commits (1860502a3afb4be68256155fff88219051f5cb90)

Author SHA1 Message Date
TimQu 1860502a3a Deterministic states with only constant outgoing transitions are now eliminated 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
TimQu 1c0438ff38 a few steps to efficiently analyze multiple regions... 11 years ago
TimQu f6c4b9be72 splitted "elimination model checker" and "region model checker" into two files. 11 years ago
TimQu 96cf3c65bb implemented instantiation as mdp to get valid bounds 11 years ago
TimQu 0e1552d3a5 eliminating of states with constant outgoing transitions 11 years ago
TimQu d9613b20c8 restriction of the state probability variables 11 years ago
TimQu bac0e01835 added time measurement, support for stateelimination 11 years ago
TimQu 2b807dd72e implemented communication with solver 11 years ago
TimQu 52a8c324a5 make storm compile when carl is not available 11 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 11 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 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
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 e32482b7a9 Added debug output. 11 years ago
dehnert a602cecb26 removed simplification of final result. 11 years ago
dehnert 43a1d0bc73 Added debug output. 11 years ago
dehnert 197c242bb1 Some minor changes. 11 years ago
dehnert 7a55fe9208 Fixed some issues related to conditional probs. 11 years ago
dehnert 5343ea622a Fixed bug concerning conditional probabilities. 11 years ago
dehnert a371d0eb04 Fixed assertion. 11 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 11 years ago
dehnert f5b7554590 Minor bugfix for conditional probability computation. 11 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 11 years ago
David_Korzeniewski 7da35af0bb Some compile errors on Windows fixed, some still persist. 11 years ago
dehnert f0a2db6485 Enabled checking formula nodes that contain an expression in the variable of the program. 11 years ago
dehnert ee7b591db1 Some work on cli. 11 years ago
dehnert c85df2cd74 Conditional Probabilities working. Included two tests. 11 years ago
dehnert 6bc6753e90 Some work on conditional probs. Not yet working. 11 years ago
dehnert ae2b950e86 Fixed some issue in model builder. 11 years ago
dehnert 9e8d8a2c27 Fixed wrong calculation of reachability rewards in state-elimination-based model checker. 11 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. 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