Currently, the model checker only supports the forall quantifiers for future expressions. It would be cool if it could also support the existential quantifier (i.e. ∃).
This would enable a user to express things like:
behavior of "Philosophers"
they should "not starve" in atLeastOneInterleaving {
implicit tec =>
new Philosophers(5).run will not complete
}
Currently, the model checker only supports the forall quantifiers for future expressions. It would be cool if it could also support the existential quantifier (i.e.
∃).This would enable a user to express things like: