Skip to content
Snippets Groups Projects
Commit eea6a676 authored by Giammarco, Kristin M's avatar Giammarco, Kristin M
Browse files

Upload New File

parent 735f9143
No related branches found
No related tags found
No related merge requests found
/* Conditional coordination adding precedence relation
only if event B is present in a trace (MP Manual section 4.7)
ROOT R1: (A | B | C);
ROOT R2: D; */
IF #B > 0 THEN
COORDINATE $x: B, $y: D
DO ADD $x PRECEDES $y; OD;
FI;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment