18 Commits (76b2eb2ee9e3ca3b3be2ccd43996eb438c2352fa)

Author SHA1 Message Date
TimQu 76b2eb2ee9 added reward accumulation to formulas 7 years ago
TimQu 31ba64f018 bugfixes 8 years ago
TimQu ccf7521250 Multi-dimensional cumulative reward formulas 8 years ago
TimQu 36c3a4d9ef Avoided conversion of memory states. They are now directly represented as 64 bit integers 8 years ago
TimQu 8b466f1fa7 extended multidimensional bounded until formulas to have different subformulas in each dimension 8 years ago
TimQu 291264fff6 restricting multi-dimensional bounded until formulas to a single-dimensional one 8 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 8 years ago
TimQu d6447a56f0 minor fixes for reward bounded formulas 8 years ago
TimQu d0551c1d59 getting time/step/reward bounds as rational number 8 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
Matthias Volk b695dd48fb Fixed assertion to allow timebound 0 8 years ago
dehnert b7170b3c3b fixed two issues pointed out by Joachim Klein: spirit error message (superfluous tab) and wrong treatment of strict upper bounds in bounded until and cumulative reward properties 8 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 8 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 8 years ago
dehnert 8d3f633cbc started working on allowing expressions in time-bounds of formulas 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 599a3e99c7 minimal probabilities now working (for some test cases) 9 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular fragment checking 9 years ago
dehnert be8c65525e introduced some methods to query formula type 9 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 9 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 10 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 10 years ago
dehnert d0917f033c Adapted Markov automaton model checker to new formula classes. 10 years ago
dehnert 89df9621a9 MDP model checker works again. 10 years ago
dehnert 9026aa9ac9 Adapted first model checker to the new properties. 10 years ago
dehnert 1699732dce More work on logic classes. 10 years ago
dehnert 4c9d6ccfc5 Removed actions and filters and old logic classes. 10 years ago