62 Commits (9735ff98d02315cc9a338ad36054cb2f5b94d397)

Author SHA1 Message Date
TimQu 9735ff98d0 SolutionType is now a single vector instead of a struct 8 years ago
TimQu d6099a91a7 Further optimizations for setEpoch + started to work on single objective mode 8 years ago
TimQu e4ac32a6fc fixed selection of considered state in reduced model and optimized setting the stepsolutions 8 years ago
TimQu 1bb8b3b497 only store the results that will be needed eventually 8 years ago
TimQu 90a7ea4907 printing timing information 8 years ago
TimQu de1e9967a3 added some necessary conditions for the rewardbounded weight vector checker 8 years ago
TimQu 0cca4a51d0 added weight vector checker for reward bounded objectives 8 years ago
TimQu 721dd37a62 Moved reduction of the preprocessed model into the weightvectorchecker 8 years ago
TimQu 8efccd76d2 started to make multi-objective preprocessing more flexible w.r.t. different checkers 8 years ago
TimQu 31af523ea1 implemented caching of the EC elimination result in the standard weight vector checker 8 years ago
TimQu 9716289f6a Added abstract superclass for WeightVectorCheckers 8 years ago
TimQu 27ac2798c4 allowing multi(...) path formulas in multiobjective model checking 8 years ago
TimQu 0e8049d4df removed lots of debug output 8 years ago
TimQu 354b3103f0 improved multi-dimensional reward unfolding 8 years ago
TimQu 9e2f8fb1a8 first version of weight-vector based apporach with reward bounded objectives 8 years ago
TimQu 7c23aab43c code skeleton for multi-dimensional reward unfolding 8 years ago
TimQu 5b35927ecb fix for some multi-objective queries 8 years ago
TimQu defcd7d5d7 Multi-objective model checking: adapted data structures to allow more general objectives 8 years ago
TimQu 92f2f23603 initialization of some data for reward bounded objectives 8 years ago
TimQu 0e88d711e8 Correctly handled reward bounded objectives in multi-objective preprocessing 8 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 1d329176ba Resolved compiling issues due to recent merge 8 years ago
TimQu 4413afb542 used new helper functions at some points in the code 8 years ago
TimQu 267768a5b6 enabled markov automata with rationals 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 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 5f83f4451d added a few virtual destructors to prevent memory leaks. 8 years ago
TimQu 2e01c8b137 Fixed time bounds containing constant variables for multi objective formulas. 8 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 8 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 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
dehnert 8d3f633cbc started working on allowing expressions in time-bounds of formulas 9 years ago
TimQu 35d7f70ad5 more output for benchmarking 9 years ago
TimQu bfbd96a0e6 added some output for benchmarking 9 years ago
TimQu c1063f27cc added a few more tests for multi-objective MAs. Also fixed/improved minor stuff. 9 years ago
TimQu 6fb9e54973 minor fix for the selection of the precision in Pareto queries 9 years ago
TimQu 74d22cb336 fixed a few warnings related to P{L|CA}A 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago