204 Commits (1067a94c6b7de703efd2258ffc2aaafe1e80ffaa)

Author SHA1 Message Date
TimQu 8aa2b57640 minor fix for multi-objective preprocessor 8 years ago
TimQu 9bfb1fedc2 requiring that multi objective queries have a multi(..) formula at top level. 8 years ago
TimQu 0e88d711e8 Correctly handled reward bounded objectives in multi-objective preprocessing 8 years ago
TimQu 5b868081f0 Fixed MA LRA computation for the case where the whole MA is a MEC 8 years ago
dehnert 6471bfdcea made cli output respect filters 8 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
TimQu 1c9d888676 uint_fast64_t -> uint64_t 8 years ago
TimQu 8da6a6e30e reduced memory consumption of VI based LRA computation 8 years ago
TimQu 19925ac74d implemented value iteration based Long run average rewards for Markov automata by Butkova et al. (TACAS 2017) 8 years ago
TimQu 75e4c229cb minor fix for Long run average rewards for Markov automata 8 years ago
TimQu 6151dc0e96 Enabled Long Run Average Rewards for MAs (LP based) 8 years ago
TimQu 752af135cd When computing expected rewards for Markov Automata, we now invoke the MDP implementation (instead of the rather inefficient MA implementation) 8 years ago
TimQu e2cfa54d5b Fixed an issue when computing expected rewards of Markov Automata 8 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 8 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 8 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) 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu a8e877d016 fixed capitalization. 8 years ago
TimQu 1d329176ba Resolved compiling issues due to recent merge 8 years ago
TimQu dc079b3196 moved a function to graph.h 8 years ago
TimQu 4413afb542 used new helper functions at some points in the code 8 years ago
TimQu 8a7609fb83 fixed Rmin computation with exact sparse engine when very high rewards occur 8 years ago
TimQu 29687ca5d5 added some statistics output 8 years ago
TimQu e49de6434b fix for multi-obj preprocessor 8 years ago
TimQu 267768a5b6 enabled markov automata with rationals 8 years ago
TimQu 9c8531d40a constraint based achievability queries 8 years ago
dehnert b82e0608e5 Fix for CheckTask: now properly updating uperator information to make nested formulas work again (pointed out by Matt S Bauer) 8 years ago
TimQu 1649d47d66 Renamed lower/upper bounds to under/over approximation in weightVectorCheckers 8 years ago
TimQu aa4d2141c3 build infrastructure for switching between multi objective model checking methods 8 years ago
TimQu 7dd5c9e2c5 actually fixed the issue with timed reachability 8 years ago
TimQu c2f21e007e fix that correctly sets the lower and upper bounds for multi-objective timed reachability 8 years ago
TimQu 725e0e12e7 replaced old pcaa preprocessor with the refactored preprocessor. 8 years ago
TimQu cdb923403f Improved and fixed multiObjectivePreprocessor 8 years ago
TimQu ee54c6cdac Towards refactoring multi-objective preprocessing 8 years ago
TimQu 6d86df0ead fixed doing the end component analysis in multi objective model checking multiple times 8 years ago
TimQu b7aaf1957e Replaced the StateDuplicator with the new memory structure product 8 years ago
TimQu 194015bcd4 PLA: display number of corrected regions when doing exact validation 8 years ago
TimQu 3f9aa29db2 Fixed compilation with gmp as rationalNumber/ rationalFunctionCoefficient 8 years ago
TimQu 5f83f4451d added a few virtual destructors to prevent memory leaks. 8 years ago
dehnert 86a783de92 two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result 8 years ago
TimQu 233c063ad8 statistics output for multi-obj model checking when -stats option is given 8 years ago
TimQu 2e01c8b137 Fixed time bounds containing constant variables for multi objective formulas. 8 years ago
dehnert 187e8bc52b fixed two bugs related to hybrid quantitative results 8 years ago
TimQu a896c0df28 improved exact computations 8 years ago
TimQu ee754c96e2 renamed ParameterLifting.h -> RegionChecker.h 8 years ago
TimQu ab7b31b08c optimized memory requirements when a large amount of regions is to be analyzed. Also: Progress bar :) 8 years ago
TimQu d659d193bc Fixed game solver test and potential memory leaks 8 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 8 years ago
TimQu 77e71b7876 capitalization error and fix for cumulative rewards 8 years ago
TimQu 3eb675f8c0 used helper methods instead of own implementations 8 years ago