16 Commits (45803c547e096f3ecf9f37a7ed09d78093b08b4e)

Author SHA1 Message Date
Tim Quatmann 45803c547e storm-pars: Fixed an issue in the instantiation model checkers where maybestates were cached incorrectly. 5 years ago
TimQu b363a09025 Revert "added schedulerrestriction in checktask" 7 years ago
TimQu 159ec044f6 added schedulerrestriction in checktask 7 years ago
Sebastian Junges e205b1bf6a check task API slightly extended for scheduler extraction 7 years ago
dehnert 41828ca27d more work on bisimulation-based abstraction-refinement 8 years ago
dehnert 7f56c82523 moved to providing solve goals in sparse model checkers and helpers 8 years ago
dehnert beb80cc5af fixes issue #11 raised by Joachim Klein 8 years ago
dehnert b82e0608e5 Fix for CheckTask: now properly updating uperator information to make nested formulas work again (pointed out by Matt S Bauer) 8 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 8 years ago
TimQu 48d5025bd9 Fixed checking of formulas whose subformulas contain an OperatorFormula (like nested OperatorFormulas or conjunctions of Operatorformulas). 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 a1ad5377e8 implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel). 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
dehnert 5d24a190ab some refactoring for menu games 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
sjunges cf583ec9dd formulae with rational number bounds 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
TimQu 6a5f64c9fd resultHint for dtmc model checker 9 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular 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 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert ecfff3d2f9 in the spirit of JP: up 9 years ago
dehnert e3c4f5fa72 more work on customizing checking process 9 years ago
dehnert 31703b67ee added reward model (name) to check settings 9 years ago
dehnert bd67b141fa a bit more work toward CheckSettings objects 9 years ago
dehnert d6c141b336 started working on class to capture check-specific settings for model checkers 9 years ago