411 Commits (0289f12d4589dd7958b77d3f613aa0d8e9b46a31)

Author SHA1 Message Date
TimQu 752af135cd When computing expected rewards for Markov Automata, we now invoke the MDP implementation (instead of the rather inefficient MA implementation) 9 years ago
TimQu e2cfa54d5b Fixed an issue when computing expected rewards of Markov Automata 9 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 9 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 9 years ago
TimQu 16041bc936 Improved memory structure so that a memory update is triggered based on the transition that was taken (and not only the state that was reached) 9 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago
TimQu a8e877d016 fixed capitalization. 9 years ago
TimQu 1d329176ba Resolved compiling issues due to recent merge 9 years ago
TimQu dc079b3196 moved a function to graph.h 9 years ago
TimQu 4413afb542 used new helper functions at some points in the code 9 years ago
TimQu 8a7609fb83 fixed Rmin computation with exact sparse engine when very high rewards occur 9 years ago
TimQu 29687ca5d5 added some statistics output 9 years ago
TimQu e49de6434b fix for multi-obj preprocessor 9 years ago
TimQu 267768a5b6 enabled markov automata with rationals 9 years ago
TimQu 9c8531d40a constraint based achievability queries 9 years ago
dehnert b82e0608e5 Fix for CheckTask: now properly updating uperator information to make nested formulas work again (pointed out by Matt S Bauer) 9 years ago
TimQu 1649d47d66 Renamed lower/upper bounds to under/over approximation in weightVectorCheckers 9 years ago
TimQu aa4d2141c3 build infrastructure for switching between multi objective model checking methods 9 years ago
TimQu 7dd5c9e2c5 actually fixed the issue with timed reachability 9 years ago
TimQu c2f21e007e fix that correctly sets the lower and upper bounds for multi-objective timed reachability 9 years ago
TimQu 725e0e12e7 replaced old pcaa preprocessor with the refactored preprocessor. 9 years ago
TimQu cdb923403f Improved and fixed multiObjectivePreprocessor 9 years ago
TimQu ee54c6cdac Towards refactoring multi-objective preprocessing 9 years ago
TimQu 6d86df0ead fixed doing the end component analysis in multi objective model checking multiple times 9 years ago
TimQu b7aaf1957e Replaced the StateDuplicator with the new memory structure product 9 years ago
TimQu 194015bcd4 PLA: display number of corrected regions when doing exact validation 9 years ago
TimQu 3f9aa29db2 Fixed compilation with gmp as rationalNumber/ rationalFunctionCoefficient 9 years ago
TimQu 5f83f4451d added a few virtual destructors to prevent memory leaks. 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
TimQu 233c063ad8 statistics output for multi-obj model checking when -stats option is given 9 years ago
TimQu 2e01c8b137 Fixed time bounds containing constant variables for multi objective formulas. 9 years ago
dehnert 187e8bc52b fixed two bugs related to hybrid quantitative results 9 years ago
TimQu a896c0df28 improved exact computations 9 years ago
TimQu ee754c96e2 renamed ParameterLifting.h -> RegionChecker.h 9 years ago
TimQu ab7b31b08c optimized memory requirements when a large amount of regions is to be analyzed. Also: Progress bar :) 9 years ago
TimQu d659d193bc Fixed game solver test and potential memory leaks 9 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
TimQu 77e71b7876 capitalization error and fix for cumulative rewards 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
TimQu d5d0a5f44a fixed a few issues related to having CLN numbers as storm::RationalNumber 9 years ago
TimQu 36976f0607 temporarily fixed exact validation to make things compile again 9 years ago
TimQu 48d5025bd9 Fixed checking of formulas whose subformulas contain an OperatorFormula (like nested OperatorFormulas or conjunctions of Operatorformulas). 10 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 10 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 10 years ago
TimQu dd40254628 PLA for continuous models 10 years ago
dehnert 153339c5be first draft of policy iteration using DDs 10 years ago
dehnert 952776a057 hybrid engine working for rational numbers 10 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 10 years ago
TimQu 64c37d4da1 minor fixes for exact validation in parameter lifting 10 years ago