X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=PyORAM%2Fsrc%2Fpyoram%2Ftests%2Fbaselines%2Fk2_h3_b1.dot;fp=PyORAM%2Fsrc%2Fpyoram%2Ftests%2Fbaselines%2Fk2_h3_b1.dot;h=3d92a16c766e0f3a9d86150cc4dc4b64bca05af5;hb=94177d594aa9ce08f05c7e7b44e5ca90c63a8cf6;hp=0000000000000000000000000000000000000000;hpb=0ff7f37c96339ab80c68452113b94e1074284bde;p=iotcloud.git diff --git a/PyORAM/src/pyoram/tests/baselines/k2_h3_b1.dot b/PyORAM/src/pyoram/tests/baselines/k2_h3_b1.dot new file mode 100644 index 0000000..3d92a16 --- /dev/null +++ b/PyORAM/src/pyoram/tests/baselines/k2_h3_b1.dot @@ -0,0 +1,33 @@ +// Created by SizedVirtualHeap.write_as_dot(...) +digraph heaptree { +node [shape=record] + 0 [penwidth=1,label="''}"]; + 1 [penwidth=1,label="'0'}"]; + 3 [penwidth=1,label="'00'}"]; + 7 [penwidth=1,label="'000'}"]; + 3 -> 7 ; + 8 [penwidth=1,label="'001'}"]; + 3 -> 8 ; + 1 -> 3 ; + 4 [penwidth=1,label="'01'}"]; + 9 [penwidth=1,label="'010'}"]; + 4 -> 9 ; + 10 [penwidth=1,label="'011'}"]; + 4 -> 10 ; + 1 -> 4 ; + 0 -> 1 ; + 2 [penwidth=1,label="'1'}"]; + 5 [penwidth=1,label="'10'}"]; + 11 [penwidth=1,label="'100'}"]; + 5 -> 11 ; + 12 [penwidth=1,label="'101'}"]; + 5 -> 12 ; + 2 -> 5 ; + 6 [penwidth=1,label="'11'}"]; + 13 [penwidth=1,label="'110'}"]; + 6 -> 13 ; + 14 [penwidth=1,label="'111'}"]; + 6 -> 14 ; + 2 -> 6 ; + 0 -> 2 ; +}