1) Optimiser les fontions auxiliaires par eviter d'utiliser List.mem
[tatoo.git] / src /
2014-04-07 Huibo SHI1) Optimiser les fontions auxiliaires par eviter d...
2014-04-07 Huibo SHISupprimer la definition move, la fonction eval_move...
2014-04-07 Huibo SHI1) Supprimer le module Tas car il sert a rien
2014-04-03 Huibo SHIRemplacer la fonction List.sort par les fonctions d...
2014-04-02 Huibo SHIVerifier si seulement Descendant et Ancestor sont influ...
2014-04-01 Huibo SHISupprimer des fonctions 'keep_elements' et 'keep_attributs'
2014-03-28 Huibo SHIAjoute le module Tas pour remplacer la fonction List...
2014-03-26 Huibo SHI1) ecrire la fonction hash et equal
2014-03-19 Huibo SHIAjouter la fonction compare_query_tree pour verifer...
2014-03-19 Huibo SHI1) modifie la definition de query_tree
2014-03-19 Huibo SHIremedier a la liste desordonné par l'ajout de sort...
2014-03-18 Huibo SHInettoyer les commentaires
2014-03-18 Huibo SHIajoute l'evaluation d'attributes
2014-03-18 Huibo SHI optimiser la fonction eval_query_tree par l'ajoutation...
2014-03-11 Huibo SHIajout d'un compteur pour compter le nombre de noeuds...
2014-03-11 Huibo SHIsupprimer (List.rev p) dans la fonction compile_path_rev
2014-03-11 Huibo SHISuppression d'un commentaire
2014-03-11 Huibo SHIAjout de l'implementation preliminaire.
2014-03-11 shibingAjout des fonctions is_next_sibling, is_first_child...
2013-12-09 Kim NguyễnRefactor the tracing code, store the whole tree structu...
2013-12-08 Kim NguyễnCosmetic changes (whitespaces) and add comments at...
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-22 Kim NguyễnPut the move type of automata in a Move module and...
2013-11-22 Kim NguyễnAdd a utility function Boolean.iter that iterates a...
2013-11-22 Kim NguyễnRemove useless cycles in the generated automaton. A...
2013-11-22 Kim NguyễnSilence an unused variable warning.
2013-11-08 Kim NguyễnPrint detailed statisticts of the run.
2013-11-07 Kim NguyễnFix a bug in the compilation of * tests.
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-18 Kim NguyễnAlso print the number of states when printing automata.
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ễnImplement set-theoretic operation on 2WSATA (union...
2013-08-07 Kim NguyễnImplement reverse mapping from preorder to nodes.
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-25 Kim NguyễnFactor Remakefie and add more tests for parallel query... feature/multiple-starters
2013-07-24 Kim NguyễnRefactor the build process. Piggyback on remake's depen...
2013-07-24 Kim NguyễnImplement the multiple-starters feature:
2013-07-23 Kim NguyễnChange command line options:
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-17 Kim NguyễnAdd a bullet symbol.
2013-07-17 Kim NguyễnAdd an int_of_bool cast function.
2013-07-17 Kim NguyễnAdd an interface for the evaluation module.
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-23 Kim NguyễnCosmetic changes.
2013-04-22 Kim NguyễnTune the Remakefile to re-run tests when the binary...
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-18 Kim NguyễnRe-organize the Remakefile.
2013-04-17 Kim NguyễnRemove OCamlbuild related files. Youpi.
2013-04-17 Kim NguyễnFix remaining compilation bug caused by the refactoring...
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-03-23 Kim NguyễnPrintout statistics about cache occupation.
2013-03-18 Kim Nguyễn- Reorder the keys used to cache transitions
2013-03-16 Kim NguyễnDisplay caching and iteration statistics at the end...
2013-03-15 Kim NguyễnSimplify transition instead of evaluating them to true...
2013-03-15 Kim NguyễnAdd debugging information to the automaton.
2013-03-15 Kim NguyễnCode refactoring:
2013-03-15 Kim NguyễnMake the output graph nodes rectangular.
2013-03-14 Kim NguyễnAdd a 'trace' mode (must be enabled at build time)...
2013-03-14 Kim NguyễnWrite the caching module in a more systematic way.
2013-03-14 Kim NguyễnReuse the same cache between different iterations.
2013-03-14 Kim NguyễnRework the testing script.
2013-03-13 Kim NguyễnMake the program report query execution time and query...
2013-03-13 Kim NguyễnStaturate the set of state of the current node to avoid...
2013-03-13 Kim NguyễnReplace the Hashtbl.t used for mapping nodes to state...
2013-03-13 Kim NguyễnImplement runtime optimisation via Hashing of transitions.
2013-03-13 Kim NguyễnAdd a caching module.
2013-03-13 Kim NguyễnRemove spurious debugging messages.
2013-03-13 Kim NguyễnAdd .. and . to the path syntax.
2013-03-13 Kim NguyễnFix a bug in the handling of processing-instruction...
next