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

Add new file

parent de0e36b0
No related branches found
No related tags found
No related merge requests found
SCHEMA Coordinated_Iteration_with_Replication_and_Repetition
ROOT A: (+ a +);
ROOT B: {+ b +};
b: (+ c +);
/* The following nested COORDINATE statements add a precedence
relation between a pair of activities a from A and each c from
b for each instance of b from B. */
COORDINATE $z: b FROM B
DO
COORDINATE $x: a FROM A,
$y: c FROM $b
DO ADD $x PRECEDES $y; OD;
OD;
\ No newline at end of file
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