Commit 448efbb8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ae13c84e
......@@ -62,7 +62,7 @@ EdgeQQ(e) == LET x == CHOOSE x \in e : TRUE
= [[n \in Nodes |-> NoRoute] EXCEPT ![root] = root],
\* msgs[<<n,m>>] is message queue for n->m
msgs = [UNION {EdgeQQ(e) : e \in Edges} |-> <<>>];
msgs = [UNION {EdgeQQ(e) : e \in Edges} |-> << >>];
fair process (RT \in Nodes) {
variables depth = IF self = root THEN 0 ELSE Inf,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment