22 Commits (bb7f4dd6d7b8203efb8c00448ac1f13b5671fb92)

Author SHA1 Message Date
TimQu bb7f4dd6d7 canHandle method of exact continuous time model checkers now return 'false' for time-bounded properties 7 years ago
TimQu 5a16b2befa minor fixes to let the total reward tests compile and pass 7 years ago
TimQu 8df9b461cb total reward formulas for ctmcs and markov automata 7 years ago
TimQu 51884895c8 Removed linear equation solver factories in model checkers 8 years ago
TimQu a2716ed85b environment in multi-objective model checking methods 8 years ago
TimQu fd8c99b989 Introducing Environment in MinMaxSolvers and ModelCheckers 8 years ago
TimQu 9e2dcca5ee extended/improved parsing reward bounded formulas to be compatible with the prism syntax 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
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
TimQu 75e4c229cb minor fix for Long run average rewards for Markov automata 8 years ago
TimQu 6151dc0e96 Enabled Long Run Average Rewards for MAs (LP based) 8 years ago
TimQu 267768a5b6 enabled markov automata with rationals 8 years ago
TimQu aa4d2141c3 build infrastructure for switching between multi objective model checking methods 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 9 years ago
dehnert 8d3f633cbc started working on allowing expressions in time-bounds of formulas 9 years ago
dehnert 136cb194d1 fixed a bunch of unused variable 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
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 dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 10 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 10 years ago
dehnert 5e1e5b55a1 renamed expected time formulas to time formulas 10 years ago
Mavo 796d7652df Fixed problem with bounds in MA model checker 10 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 10 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 10 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 10 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert 3cd5738bb7 more replacement work in interfaces 10 years ago
dehnert 85adfe9df2 more replacement work in interfaces 10 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 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
dehnert f51e8eeaea moved reward model template parameter from helper classes to the affected functions. this sadly excludes the SparseDtmcPrctlHelper for which clang then produces a segfault (bug report pending) 10 years ago
dehnert 5beb33e3d8 merged a bit more 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 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
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 dfab1c291c Error fixed. 10 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 11 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 11 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 11 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 11 years ago