Once #1055 is in place, it looks like Storm can almost model check weak until and release formulas using the LTL machinery. I see the following things missing for that
- Enable the new formulas in the
pctlStar() FragmentSpecification so that the model checker's canHandle returns true for the new formulas.
- The FormulaParserGrammar should be extended, so we can also parse the formulas in PRISM-style; not sure if introducing
W and R operators invalidates models that use W/R as variable or constant identifiers.
- Add proper tests
Originally posted by @tquatmann in #1055 (comment)
Once #1055 is in place, it looks like Storm can almost model check weak until and release formulas using the LTL machinery. I see the following things missing for that
pctlStar()FragmentSpecification so that the model checker's canHandle returnstruefor the new formulas.WandRoperators invalidates models that useW/Ras variable or constant identifiers.Originally posted by @tquatmann in #1055 (comment)