Implement copy and composition of automata.
[tatoo.git] / src / ata.mli
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ễ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.