71 Commits (2be3f17b91bd2c5b3ecbffd39f5bc0925d62d30b)

Author SHA1 Message Date
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 9 years ago
Mavo 3f41aa55f8 Cleaned up debug output 9 years ago
Mavo fa4a1aa68f Fixed bug with filtering reward vector 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 9 years ago
Mavo 6b31b23c62 Removed unused time keeping variables 9 years ago
Mavo 56bcdcc807 Priority queue as pointer 9 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 9 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 9 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 85adfe9df2 more replacement work in interfaces 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
dehnert 2a5780d5be first version of long-run-average for parametric DTMCs 10 years ago
dehnert cd8fd76520 some refactoring in an attempt to make the state-elimination procedure flexible and readable at the same time 10 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 10 years ago
dehnert 98d173ca3c changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards) 10 years ago
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 10 years ago
dehnert d5601bd328 bugfix 10 years ago
dehnert fc41c3a6dd some more work on other elimination orders 10 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 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
dehnert 3b4dca1a03 Improved Jacobi method a bit. 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
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 e32482b7a9 Added debug output. 10 years ago
dehnert a602cecb26 removed simplification of final result. 10 years ago
dehnert 43a1d0bc73 Added debug output. 10 years ago
dehnert 197c242bb1 Some minor changes. 10 years ago
dehnert 7a55fe9208 Fixed some issues related to conditional probs. 10 years ago
dehnert 5343ea622a Fixed bug concerning conditional probabilities. 10 years ago
dehnert a371d0eb04 Fixed assertion. 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 f5b7554590 Minor bugfix for conditional probability computation. 10 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 10 years ago
David_Korzeniewski 7da35af0bb Some compile errors on Windows fixed, some still persist. 10 years ago
dehnert f0a2db6485 Enabled checking formula nodes that contain an expression in the variable of the program. 10 years ago
dehnert ee7b591db1 Some work on cli. 10 years ago