Skip to content

Support existential quantifier for future expressions #3

@phiros

Description

@phiros

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
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions