Add a bitmap to keep track of whether a subtree needs to be
authorKim Nguyễn <kn@lri.fr>
Wed, 24 Apr 2013 16:42:24 +0000 (18:42 +0200)
committerKim Nguyễn <kn@lri.fr>
Thu, 25 Apr 2013 11:22:28 +0000 (13:22 +0200)
recomputed or not.
A subtree needs to be recomputed when:
(1) it's todo transition list is not empty or
(2) one of its subtrees needs to be recomputed.

Introduce a bitvector module to efficiently represent arrays of
booleans.


No differences found