Browse Source
(stateformula) Modelcheckers: support P[phi], Pmax/min[phi] where phi is a state formula
(stateformula) Modelcheckers: support P[phi], Pmax/min[phi] where phi is a state formula
This a bit of a weird corner-case. Consider P>0[ s=0 ] or P=?[ s=0 ]. Those are not PCTL-formula (the P-operator requires a temporal operator) and they are not particularly useful, as we just need to evaluate the state formula and the threshold (or turn the satisfaction set into a quantitative result). They can be dealt with by the LTL machinery (DA-construction, product, ...), but this is quite expensive (and not implemented yet for all engines). So, we just deal with it by special treatment. Conflicts: src/storm/modelchecker/AbstractModelChecker.cpp src/storm/modelchecker/AbstractModelChecker.h It looks like you may be committing a cherry-pick. If this is not correct, please run git update-ref -d CHERRY_PICK_HEAD and try again.tempestpy_adaptions
Joachim Klein
4 years ago
committed by
Stefan Pranger
14 changed files with 70 additions and 1 deletions
-
9src/storm/modelchecker/AbstractModelChecker.cpp
-
1src/storm/modelchecker/AbstractModelChecker.h
-
10src/storm/modelchecker/prctl/HybridDtmcPrctlModelChecker.cpp
-
1src/storm/modelchecker/prctl/HybridDtmcPrctlModelChecker.h
-
9src/storm/modelchecker/prctl/HybridMdpPrctlModelChecker.cpp
-
2src/storm/modelchecker/prctl/HybridMdpPrctlModelChecker.h
-
8src/storm/modelchecker/prctl/SparseDtmcPrctlModelChecker.cpp
-
1src/storm/modelchecker/prctl/SparseDtmcPrctlModelChecker.h
-
9src/storm/modelchecker/prctl/SparseMdpPrctlModelChecker.cpp
-
1src/storm/modelchecker/prctl/SparseMdpPrctlModelChecker.h
-
8src/storm/modelchecker/prctl/SymbolicDtmcPrctlModelChecker.cpp
-
1src/storm/modelchecker/prctl/SymbolicDtmcPrctlModelChecker.h
-
10src/storm/modelchecker/prctl/SymbolicMdpPrctlModelChecker.cpp
-
1src/storm/modelchecker/prctl/SymbolicMdpPrctlModelChecker.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue