Drastically improve performances by simplifying the book-keeping
[tatoo.git] / src / ata.ml
2013-07-26 Kim NguyễnDrastically improve performances by simplifying the...
2013-07-24 Kim NguyễnImplement the multiple-starters feature:
2013-07-23 Kim NguyễnImplement copy and composition of automata.
2013-07-19 Kim NguyễnPreliminary work for multiple starters evaluation. refactor/sanitize-ata
2013-07-19 Kim NguyễnRefactor the Ata module:
2013-07-17 Kim NguyễnSanitize the representation of formula
2013-07-15 Kim NguyễnRemove the timestamp header in source files. This infor...
2013-04-26 Kim NguyễnRemove the 'round' counter from the hashconsed configur...
2013-04-25 Kim NguyễnAdd a clean logger infrastructure.
2013-04-25 Kim NguyễnAdd a bitmap to keep track of whether a subtree needs...
2013-04-23 Kim NguyễnMake the html trace tools use colors to represent the...
2013-04-22 Kim NguyễnImplement command line options, clean-up screen output.
2013-04-22 Kim NguyễnMerge branch 'feature/precise-sat'
2013-04-22 Kim NguyễnHashcons transition evaluation based on node configuration.
2013-04-22 Kim NguyễnStore a summary of the node (kind, topology) in the...
2013-04-18 Kim NguyễnHash-conses each node configuration.
2013-04-18 Kim NguyễnMaintain the set of unsatisfiable states.
2013-04-04 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/tatoo
2013-04-04 Kim NguyễnFlatten the sources, only leave the XPath module packed.
2013-02-07 Kim NguyễnRefactor module organisation and build process.
2013-02-06 Kim NguyễnImplement formulae parametrized by atomic predicates.
2013-02-04 Kim NguyễnSanitize header files and add a timestamp mark in each...
2013-02-04 Kim NguyễnAdd automata data structure.