22 Commits (7937117e8d7677211e57c498c97a93161297c427)

Author SHA1 Message Date
Joachim Klein 5855a82e80 (MDP-LTL) CheckTask: negate() 6 years ago
Stefan Pranger f77293de78 added comments for CheckTask methods 5 years ago
Stefan Pranger 72baec5ec1 substituteFormula now respects shieldExpression 5 years ago
Stefan Pranger a3da5642f1 removed unused member of checkTask 5 years ago
Stefan Pranger 102b26b933 CheckTask may now hold info about shielding query 5 years ago
Tim Quatmann fe4ef46f6b CheckTask now stores player coalition. 5 years ago
Tim Quatmann 45803c547e storm-pars: Fixed an issue in the instantiation model checkers where maybestates were cached incorrectly. 6 years ago
TimQu b363a09025 Revert "added schedulerrestriction in checktask" 8 years ago
TimQu 159ec044f6 added schedulerrestriction in checktask 8 years ago
Sebastian Junges e205b1bf6a check task API slightly extended for scheduler extraction 8 years ago
dehnert 41828ca27d more work on bisimulation-based abstraction-refinement 9 years ago
dehnert 7f56c82523 moved to providing solve goals in sparse model checkers and helpers 9 years ago
dehnert beb80cc5af fixes issue #11 raised by Joachim Klein 9 years ago
dehnert b82e0608e5 Fix for CheckTask: now properly updating uperator information to make nested formulas work again (pointed out by Matt S Bauer) 9 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 9 years ago
TimQu 48d5025bd9 Fixed checking of formulas whose subformulas contain an OperatorFormula (like nested OperatorFormulas or conjunctions of Operatorformulas). 9 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 9 years ago
TimQu a1ad5377e8 implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel). 9 years ago
TimQu 92beab426f created a modelCheckerHint class that allows to store all kinds of hints that a model checker might make use of 9 years ago
dehnert 5d24a190ab some refactoring for menu games 10 years ago
Sebastian Junges d246517757 removed src prefix in all includes 10 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 10 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 10 years ago
sjunges cf583ec9dd formulae with rational number bounds 10 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 10 years ago
TimQu 6a5f64c9fd resultHint for dtmc model checker 10 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular 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
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 10 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert ecfff3d2f9 in the spirit of JP: up 10 years ago
dehnert e3c4f5fa72 more work on customizing checking process 10 years ago
dehnert 31703b67ee added reward model (name) to check settings 10 years ago
dehnert bd67b141fa a bit more work toward CheckSettings objects 10 years ago
dehnert d6c141b336 started working on class to capture check-specific settings for model checkers 10 years ago