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

Upload New File

parent 4bb07223
No related branches found
No related tags found
No related merge requests found
/* Basic coordination adding a precedence relation
between events in different roots. FROM clause is
optional when there is no reuse of same event name
in different roots. (MP Manual sections 2.3, 4.4) */
COORDINATE $x: a FROM A,
$y: b FROM B
DO ADD $x PRECEDES $y; OD;
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