Do not stupidely recompute a constant set of states for each node
authorKim Nguyễn <kn@lri.fr>
Fri, 26 Jul 2013 15:16:13 +0000 (17:16 +0200)
committerKim Nguyễn <kn@lri.fr>
Fri, 26 Jul 2013 15:16:13 +0000 (17:16 +0200)
in the tree, compute it once and for all before the run and store it
at each node as we traverse them.


No differences found