380 Commits (49e4bba7c190b450870b6991017a6da29ba16a31)

Author SHA1 Message Date
TimQu 8a7609fb83 fixed Rmin computation with exact sparse engine when very high rewards occur 9 years ago
dehnert 7f346d2f0b more work on quotient extraction 9 years ago
Sebastian Junges 5c7d3db743 towards proper side constraints for parametetric systems 9 years ago
TimQu 267768a5b6 enabled markov automata with rationals 9 years ago
TimQu 2931436201 added utility functions for end component analysis 9 years ago
TimQu a887fd9224 added possibiliy to perfromProbGreater0A only for a selected set of choices 9 years ago
Sebastian Junges 0b2a8d1adf fixed comments and names of arguments in file.h for consistency 9 years ago
TimQu 3f9aa29db2 Fixed compilation with gmp as rationalNumber/ rationalFunctionCoefficient 9 years ago
dehnert 03ad4c2783 first version of symbolic bisimulation minimization 9 years ago
dehnert 86a783de92 two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result 9 years ago
dehnert 4e1855a440 use of intermediate value to make conversion work with gmp 9 years ago
TimQu a896c0df28 improved exact computations 9 years ago
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 10 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 10 years ago
dehnert 97b33cf8b1 changed version output slightly 10 years ago
dehnert 98d956275a reworked version detection via git/defaults if not available 10 years ago
TimQu 3430a66335 fix for command line invokation of PLA 10 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 10 years ago
TimQu 3686c42965 removed obsolete policy guessing 10 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 10 years ago
TimQu 428cb710cc Parameter lifting for mdps, some fixes 10 years ago