174 Commits (5c38a4ef896684ddfa9a5b27629958076234f7f5)

Author SHA1 Message Date
TimQu 2eb13cdc10 fixed exploration of reachable epochs 9 years ago
TimQu 9e2f8fb1a8 first version of weight-vector based apporach with reward bounded objectives 9 years ago
TimQu cf4ee1eb5f also store the initial states within an epoch model 9 years ago
TimQu 6334168fbe also store the reward choices in the epoch model 9 years ago
TimQu 3c5a270482 Further improvements for the multi dimensional reward unfolding 9 years ago
TimQu 22e375bd79 Implemented more functionality of the reward unfolding 9 years ago
TimQu fb6aa69750 started building the model for a given epoch 9 years ago
TimQu fffb9207d7 implemented basic functionality of the multi-dimensional reward unfolding 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 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
Sebastian Junges 3de51e28e5 towards reward-bounded properties 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 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
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 5f83f4451d added a few virtual destructors to prevent memory leaks. 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
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 9 years ago
TimQu 4081e4bfbe removed debug output and fixed a test 9 years ago
TimQu 1f4552c046 Fixed check results of hybrid multi objective model checking 9 years ago
TimQu 53402293d6 no maximal end component decomposition for multi-obj model checking when it is not necessary. 9 years ago
TimQu e70f7716fe Fixed minor pcaa bugs that were introduced due to recent changes 9 years ago
TimQu fb0222cf62 fixed new interface of stopwatch 9 years ago
TimQu f02ffd9d5b fixed pcaa tests 9 years ago
TimQu 6eeae9ed9b fixed pcaa tests 9 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 9 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 9 years ago