Refactor the statistics gathering code in run.ml
[tatoo.git] / src / run.ml
2014-01-11 Kim NguyễnRefactor the statistics gathering code in run.ml
2014-01-11 Kim NguyễnImplement subtree-skipping optimisation (a one liner...
2014-01-11 Kim NguyễnPerform selection of nodes during the last run instead...
2014-01-11 Kim NguyễnChange the interface of node_list (fully imperative...
2014-01-10 Kim NguyễnAbstract result sets beind a Node_list interface.
2013-12-09 Kim NguyễnRefactor the tracing code, store the whole tree structu...
2013-12-08 Kim NguyễnRefactor HTML Tracing to not depend on external files...
2013-12-08 Kim NguyễnRefactor the run module, moving out of the Make functor...
2013-12-06 Kim NguyễnResurect the HTML trace. Now generates a single HTML...
2013-12-03 Kim NguyễnSpeed-up the run function by keeping only the set of...
2013-12-02 Kim NguyễnWIP
2013-12-01 Kim NguyễnSplit the formula cache into a top-down and bottom...
2013-12-01 Kim NguyễnRemove some unneeded code that was slowing down the...
2013-11-30 Kim NguyễnRefine the run to have a different set of states to...
2013-11-25 Kim NguyễnCosmetic changes (truncate long lines, remove trailing...
2013-11-24 Kim NguyễnImplement the ranked automata evaluation to guarantee...
2013-11-08 Kim NguyễnPrint detailed statisticts of the run.
2013-08-18 Kim NguyễnRefactor HTML tracing utility. Color the nodes that...
2013-08-18 Kim NguyễnIncrease the size of the border of selected nodes in...
2013-08-16 Kim NguyễnDo not update the run if the todo set is empty for...
2013-08-15 Kim NguyễnRewrite the HTML debugging output to generate an svg...
2013-08-14 Kim NguyễnAdd fold_left/right functions to the set interface...
2013-08-07 Kim NguyễnImprove performance of parallel run by replacing standa...
2013-07-27 Kim NguyễnLowlevel optimizations in the Ptset module, replace...
2013-07-26 Kim NguyễnDo not stupidely recompute a constant set of states...
2013-07-26 Kim NguyễnImprove performances by moving the caching outside...
2013-07-26 Kim NguyễnDrastically improve performances by simplifying the...
2013-07-25 Kim NguyễnRevert "Tentative optimization"
2013-07-25 Kim NguyễnTentative optimization
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: