Commit 11fd47a9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cc0e6515
...@@ -326,6 +326,8 @@ def AllStructs(kv1txt, kv2txt, maxdepth, maxsplit, n, seed=None): ...@@ -326,6 +326,8 @@ def AllStructs(kv1txt, kv2txt, maxdepth, maxsplit, n, seed=None):
print(zctx.TopoEncode(tstruct)) print(zctx.TopoEncode(tstruct))
print("# ----")
# bitravel2Way generates travel path through all A<->B edges such # bitravel2Way generates travel path through all A<->B edges such
# that all edges a->b and a<-b are traveled and exactly once. # that all edges a->b and a<-b are traveled and exactly once.
......
...@@ -509,6 +509,8 @@ func TestΔBTreeAllStructs(t *testing.T) { ...@@ -509,6 +509,8 @@ func TestΔBTreeAllStructs(t *testing.T) {
// given (kv1, kv2) test on automatically generated (tree1 -> tree2) // given (kv1, kv2) test on automatically generated (tree1 -> tree2)
fmt.Printf("%s -> %s\n", kvtxt(kv1), kvtxt(kv2)) fmt.Printf("%s -> %s\n", kvtxt(kv1), kvtxt(kv2))
testq <- ...
} }
}() }()
......
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