Skip to content

Commit

Permalink
Expaad FTP so that LTLSIM can simulate requirements with FTP in them
Browse files Browse the repository at this point in the history
  • Loading branch information
tpressburger authored and andreaskatis committed May 5, 2022
1 parent 4778272 commit 597598c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fret-electron/support/xform.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const futureTemporalConditions = [
]

const pastTemporalConditions = [
['FTP', trueFn, '(! (Y TRUE))'],
['persisted(__n,__p)',trueFn,'((H[<=__n] __p) & (H[<__n] ! $Left$))'],
['occurred(__n,__p)',trueFn,'(((! $Left$) S __p) & (O[<=__n] __p))'],
['prevOcc(__p,__q)', trueFn, '(Y ((! $Left$ & !__p) S (__p & __q)))']
Expand Down

0 comments on commit 597598c

Please sign in to comment.