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"
This reverts commit 159ec044f6 .
|
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
Former-commit-id: 17755ccf84
|
9 years ago |
dehnert
|
60bbce0ba1
|
added two tests for exploration engine
Former-commit-id: 960393b229
|
9 years ago |
TimQu
|
6a5f64c9fd
|
resultHint for dtmc model checker
Former-commit-id: 52a3cc37de
|
9 years ago |
dehnert
|
2604df54ec
|
more refactoring of formula classes: in particular fragment checking
Former-commit-id: 544c5f953f
|
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
Former-commit-id: c8527c8e9a
|
9 years ago |
dehnert
|
8f087597cc
|
more work towards proper scheduler generation
Former-commit-id: ee6237ef49
|
9 years ago |
dehnert
|
bdcd4b26a3
|
refactoring early termination and solve goals and bounds
Former-commit-id: 123835f655
|
9 years ago |
dehnert
|
dee44056d1
|
work towards generating schedulers (and some other related stuff)
Former-commit-id: 23cbcb5fb5
|
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)
Former-commit-id: 3745aa138f
|
9 years ago |
dehnert
|
4367bdb378
|
properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working)
Former-commit-id: d44db3c342
|
9 years ago |
dehnert
|
ecfff3d2f9
|
in the spirit of JP: up
Former-commit-id: 3d7982c083
|
9 years ago |
dehnert
|
e3c4f5fa72
|
more work on customizing checking process
Former-commit-id: 93e5895f77
|
9 years ago |
dehnert
|
31703b67ee
|
added reward model (name) to check settings
Former-commit-id: b830574c07
|
9 years ago |
dehnert
|
bd67b141fa
|
a bit more work toward CheckSettings objects
Former-commit-id: e8026b85e1
|
9 years ago |
dehnert
|
d6c141b336
|
started working on class to capture check-specific settings for model checkers
Former-commit-id: b293d25f1c
|
9 years ago |