183 Commits (ec61e110f219ae7412dfd42f6b547a196bd2d593)

Author SHA1 Message Date
TimQu 09552d43a3 IsExact number trait 9 years ago
TimQu ee754c96e2 renamed ParameterLifting.h -> RegionChecker.h 9 years ago
TimQu f59e9a7f77 added flushing of cout in STORM_PRINT macro 9 years ago
TimQu 367b8f0a3e parameter lifting with hybrid engine 9 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
TimQu 3eb675f8c0 used helper methods instead of own implementations 9 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 9 years ago
JK 60ab1716b1 storm: bisimulation statistics 9 years ago
TimQu 9425d3506e reworked checking whether parameter lifting is applicable 9 years ago
TimQu cf340bed52 cleaned up some utility functions 9 years ago
TimQu d5d0a5f44a fixed a few issues related to having CLN numbers as storm::RationalNumber 9 years ago
TimQu 9ba2f90483 started to implement a validation that checks whether parameter lifting is sound 9 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 9 years ago
Tom Janson ee510df4ec add Path stream print for debug / Python __str__ 9 years ago
TimQu 457943351d fixed matrix building in ModelInstantiator for deterministic models. Previously, a non-trivial row grouping was introduced. 9 years ago
TimQu dd40254628 PLA for continuous models 9 years ago
dehnert 153339c5be first draft of policy iteration using DDs 9 years ago
dehnert 952776a057 hybrid engine working for rational numbers 9 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 9 years ago
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 9 years ago
TimQu 7f74f19342 exact pla 9 years ago
TimQu 3ece3317d5 template instantiation of game solver with rationals 9 years ago
dehnert 0354c9024a moved to new sylvan version and made everything work again 9 years ago
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 9 years ago
TimQu 95527421bf added missing parenthesis 9 years ago
TimQu ad3e99f558 Fixes in step bounded DFS implementations: A state should be reexplored whenever it is reached with a shorter path. Previously, it was not possible to explore a state multiple times. 9 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 9 years ago
TimQu 744126a380 visualization of result :) 9 years ago
TimQu 0283e402ad fixed output 9 years ago
TimQu 2dc976f9f9 beautified cli 9 years ago
dehnert fd31e23306 allow arbitrary-layer meta variables in DdManager; make DdManager available as non-const from a DD; started on symbolic state elimination linear equation solver 9 years ago
dehnert 97b33cf8b1 changed version output slightly 9 years ago
dehnert 98d956275a reworked version detection via git/defaults if not available 9 years ago
TimQu 3430a66335 fix for command line invokation of PLA 9 years ago
TimQu 38fa454ace fixed more compilation issues, considered the variables occurring in the model when parsing a region (otherwise, distinct variables with the same name would cause problems), adapted Tests to new interface for parameter lifting 9 years ago
TimQu 3686c42965 removed obsolete policy guessing 9 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 9 years ago
TimQu 428cb710cc Parameter lifting for mdps, some fixes 9 years ago
TimQu a1ad5377e8 implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel). 9 years ago
Matthias Volk a18161b6e3 Quick fix for CTMC instantiation 9 years ago
Matthias Volk 40e125fb85 Enable parsing of parametric DRN 9 years ago
Matthias Volk 9ad582dafc Import state labeling 9 years ago
Matthias Volk 36854d4636 Framework for DRN parser 9 years ago
Matthias Volk 97d09408d1 Export generated model from DFT 9 years ago
Matthias Volk 1c2426b0f4 Print model information 9 years ago
TimQu 4640e47e12 started with instantiation model checker 9 years ago
TimQu 59a72b4037 parametric simplifier for mdps 9 years ago
TimQu 98fff70cb1 some eigen adaptions 9 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 9 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 9 years ago