Commit d095e8d7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c839fc0d
......@@ -216,10 +216,10 @@ THEOREM Terminated => PathsOK
Inv == \A n \in Nodes :
/\ depth[n] >= Dist(n, root)
/\ depth[n] = Inf \/ depth[n]+1 >= Dist(n, root)
/\ (depth[n] /= Inf) => (LET p == ParentPath(n) IN
/\ p[Len(p)] = root
/\ Len(p) =< depth[n])
/\ Len(p) =< depth[n]+1)
--------
......
......@@ -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="60"/>
<intAttribute key="fpIndex" value="72"/>
<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