Hashcons transition evaluation based on node configuration.
[tatoo.git] / src / eval.ml
index b48d129..e8e1d5a 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-04-22 14:47:46 CEST by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-04-22 15:31:24 CEST by Kim Nguyen>
 *)
 
 INCLUDE "utils.ml"
@@ -134,6 +134,7 @@ END
     Ata.reset auto;
     while !redo do
       redo := false;
+      Ata.reset auto;
       redo := top_down_run auto tree node cache !iter;
       incr iter;
     done;