Add test and make it pass

This commit is contained in:
kortschak 2014-08-12 10:13:39 +09:30
parent aad21b0585
commit 99d44e3228
2 changed files with 10 additions and 2 deletions

View file

@ -70,7 +70,7 @@ func (it *And) Optimize() (graph.Iterator, bool) {
// now a permutation of itself, but the contents are unchanged.
its = optimizeOrder(its)
its = materializeIts(its)
//its = materializeIts(its)
// Okay! At this point we have an optimized order.