Implement a look-up table cache based on hashconsing to speed up automata evaluation.
[tatoo.git] / src / run.mli
2014-05-14 Kim NguyễnImplement a new automaton run (non optimized) with...
2014-01-11 Kim NguyễnRefactor the statistics gathering code in run.ml
2014-01-10 Kim NguyễnAbstract result sets beind a Node_list interface.
2013-12-01 Kim NguyễnSplit the formula cache into a top-down and bottom...
2013-11-08 Kim NguyễnPrint detailed statisticts of the run.
2013-07-24 Kim NguyễnImplement the multiple-starters feature:
2013-07-19 Kim NguyễnPreliminary work for multiple starters evaluation. refactor/sanitize-ata
2013-07-19 Kim NguyễnRefactor the Ata module: