After Waltz filtering, some choices of node labels remain. The size of the combinatoric product of all possibilities has been reduced from 31,492,800 to 288.


> (print-nodes)
(A A (D B J) ((+ - +)))
(B L (E A) ((>  -)))
(C A (E D F) ((<  + > )))
(D Y (C A G) ((+ + +)))
(E T (C L B) ((>  <  < ) (>  - < )))
(F L (G C) ((>  < ) (- < )))
(G A (F D H) ((<  + > ) (- + -)))
(H L (I G) ((>  < ) (- < ) (>  -)))
(I A (H J K) ((<  + > ) (- + -)))
(J Y (L I A) ((+ + +)))
(K L (L I) ((>  < ) (- < ) (>  -)))
(L A (K J E) ((<  + > ) (- + -)))

Contents    Page-10    Prev    Next    Page+10    Index