initial
[prop.git] / app / willard / out4
blob6491532f80d3cecb52995946dd227b1dfd5b6c67
1 Input:
2 {[x,y]: x in A, y in B | (x < y)}
3 {[x,y]: x in A, y in B | (x < y)}
5 [Renaming phase]
7 {[x,y]: x in A, y in B | (x < y)}
9 [DNF construction and simplification phase]
11 {[x,y]: x in A, y in B | (x < y)}
13 [Constructing the query graph]
15 [Query Graph]
16    edge x -> y
17 {[x,y]: x in A, y in B | (x < y)}
19 [Quantifier elimination phase]
21 {[x,y]:[x,y] in [A,B] | (x < y)}
23 [Disjunction removal phase]
25 {[x,y]:[x,y] in [A,B] | (x < y)}
27 [Conjunctive query decomposition phase]
29 [Query Graph]
30    edge x -> y
31 {[x,y]:[x,y] in [A,B] | (x < y)}
33 [Projection recognition phase]
35 {[x,y]:[x,y] in [A,B] | (x < y)}
37 [Simple find/count query decomposition phase]
39 Output:
40 {[x,y]:[x,y] in [A,B] | (x < y)}