Commit 85325301 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d3188bb6
......@@ -23,6 +23,12 @@ ASSUME \A i,j \in Nodes : Connected(i,j)
\* ReachableFrom returns set of nodes reachable from nodes in S.
RECURSIVE ReachableFrom(_)
ReachableFrom(S) == S \cup ReachableFrom({n \in Nodes : \E x \in S : {x,n} \in Edges})
ASSUME ReachableFrom({root}) = Nodes
--------
......
......@@ -5,7 +5,7 @@
<stringAttribute key="distributedNetworkInterface" value="192.168.122.1"/>
<intAttribute key="distributedNodesCount" value="1"/>
<stringAttribute key="distributedTLC" value="off"/>
<intAttribute key="fpIndex" value="90"/>
<intAttribute key="fpIndex" value="52"/>
<intAttribute key="maxHeapSize" value="25"/>
<stringAttribute key="modelBehaviorInit" value=""/>
<stringAttribute key="modelBehaviorNext" value=""/>
......
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