Skip to content

Commit

Permalink
Added sentence to temporal condition explanations about the first arg…
Browse files Browse the repository at this point in the history
…ument to a temporal condition operator needing to be a literal integer
  • Loading branch information
tpressburger authored and anmavrid committed Aug 28, 2023
1 parent f0654ad commit f4bdf09
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ unformalized in the future-time formalization of the requirement; similarly,
the future-time predicates appear unformalized in the past-time
formalization of the requirement.

In what follows, the variable `n` must be a literal integer (i.e., 1, 2);
e.g., not a variable name.

The past-time predicates are `persisted(n,p)` and `occurred(n,p)`. Here `p`
is any boolean expression, which may include temporal predicates itself. The
predicate `persisted` means that `p` has held true for the previous `n` time
Expand Down

0 comments on commit f4bdf09

Please sign in to comment.