827 Commits (45803c547e096f3ecf9f37a7ed09d78093b08b4e)

Author SHA1 Message Date
TimQu fb6aa69750 started building the model for a given epoch 9 years ago
dehnert 3bf40471b4 small fixes in matrix builder and removal of debug output 9 years ago
TimQu fffb9207d7 implemented basic functionality of the multi-dimensional reward unfolding 9 years ago
dehnert 52b07a0c2f fixed a bug in sparse matrix builder, fixed some tests 9 years ago
dehnert ad9008e0c1 fixing more warnings related to struct vs. class forward declarations 9 years ago
TimQu 7c23aab43c code skeleton for multi-dimensional reward unfolding 9 years ago
TimQu 234b590bdf Fixed #include 9 years ago
TimQu 5b35927ecb fix for some multi-objective queries 9 years ago
TimQu defcd7d5d7 Multi-objective model checking: adapted data structures to allow more general objectives 9 years ago
TimQu 4251c9f525 added function to build a trivial memory structure 9 years ago
TimQu 8aa2b57640 minor fix for multi-objective preprocessor 9 years ago
TimQu 9bfb1fedc2 requiring that multi objective queries have a multi(..) formula at top level. 9 years ago
TimQu 92f2f23603 initialization of some data for reward bounded objectives 9 years ago
TimQu 0e88d711e8 Correctly handled reward bounded objectives in multi-objective preprocessing 9 years ago
TimQu 5b868081f0 Fixed MA LRA computation for the case where the whole MA is a MEC 9 years ago
dehnert 6471bfdcea made cli output respect filters 9 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 9 years ago
TimQu 1c9d888676 uint_fast64_t -> uint64_t 9 years ago
TimQu 8da6a6e30e reduced memory consumption of VI based LRA computation 9 years ago
TimQu 19925ac74d implemented value iteration based Long run average rewards for Markov automata by Butkova et al. (TACAS 2017) 9 years ago
TimQu 75e4c229cb minor fix for Long run average rewards for Markov automata 9 years ago
TimQu 6151dc0e96 Enabled Long Run Average Rewards for MAs (LP based) 9 years ago
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