18 Commits (47ab74a16b0eb44aa218206a9687a9c591c4bc45)

Author SHA1 Message Date
TimQu 47ab74a16b implemented single objective queries 8 years ago
TimQu df6ba12c74 enabled handling of reward bounded formulas within multi-objective formulas 8 years ago
TimQu aebe9fa3c3 LP-based long run average rewards for MDPs 8 years ago
TimQu 9bfb1fedc2 requiring that multi objective queries have a multi(..) formula at top level. 8 years ago
TimQu aa4d2141c3 build infrastructure for switching between multi objective model checking methods 8 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 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
TimQu ac6694f103 Improved sparse mdp model checking: Now allows hints for expected rewards 8 years ago
TimQu 92beab426f created a modelCheckerHint class that allows to store all kinds of hints that a model checker might make use of 8 years ago
TimQu 49e6df5860 resultHint for sparse mdp model checker 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
dehnert 8d6b029d67 next batch of fixing warnings 9 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
TimQu f09e97d1e7 fixed tests, removed old files 9 years ago
sjunges e4b3f4eeb9 intermediate commit, come back after refactoring formulae 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 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
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 85adfe9df2 more replacement work in interfaces 9 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 9 years ago
dehnert 3e38e73efe conditional probabilities in MDPs (Baier method) available in sparse MDP model checker 10 years ago
dehnert 135dfb27b1 added globally operator to funcationlity of sparse MDP model checker 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert 56eae69703 added more missing headers 10 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 10 years ago
dehnert 6fa1078fb1 some more work on reward model 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
David_Korzeniewski cf5442fe45 Bugfix and test-fix: Only the "never leave MEC"-states have cost > 0 and transition costs are all 0 in the ssp. 10 years ago
David_Korzeniewski 0ba629ad3f More tests, bugfixes: All tests pass. 10 years ago
David_Korzeniewski 716cf3abdd Adapted to new solver interface some tests and bugfixes. Tests still failing. 10 years ago
David_Korzeniewski 8fc58439bc Computing LRA as expected reward in MDPs. 10 years ago
dehnert dd399c5f85 Finalized hybrid MDP model checker. It passes its tests now. 10 years ago