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

Upload New File

parent eea6a676
No related branches found
No related tags found
No related merge requests found
/* Merged coordination adding multiple precedence
relations at once (MP Manual section 4.4) */
COORDINATE $x: a FROM A,
$y: b FROM B,
$z: c FROM C
DO ADD $x PRECEDES $y,
$x PRECEDES $z; 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