Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Civl] Add support for preconditions to actions #872

Merged
merged 7 commits into from
Apr 22, 2024
Merged

Commits on Apr 21, 2024

  1. refactored parser

    cleaned up PingPong specs
    Shaz Qadeer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    142fd45 View commit details
    Browse the repository at this point in the history
  2. added requires and yield requires to actions

    Shaz Qadeer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    07664ea View commit details
    Browse the repository at this point in the history
  3. added preconditions to actions

    fixed type checking
    Shaz Qadeer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    dbddb6b View commit details
    Browse the repository at this point in the history
  4. added check that pre/post only call yield invariants

    Shaz Qadeer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bc945b0 View commit details
    Browse the repository at this point in the history
  5. added layer checking to preconditions

    Shaz Qadeer committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c20b844 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. added support for preconditions in inductive sequentialization mover …

    …checks
    Shaz Qadeer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7d8f3e2 View commit details
    Browse the repository at this point in the history
  2. removed eliminates from last two tests

    Shaz Qadeer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8dc1b5b View commit details
    Browse the repository at this point in the history