]> matita.cs.unibo.it Git - helm.git/commit
New implementation of experimental_hint/auto (called new_experimental_hint) that
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Jun 2005 15:00:05 +0000 (15:00 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Jun 2005 15:00:05 +0000 (15:00 +0000)
commit9eee519f40a2cf6dfaaaa0c5e37d23ad8748552c
tree97d297782421c37d3e8b6134600eeed17e12a658
parentfb53caa837dad54352753c100094027dd8e45334
New implementation of experimental_hint/auto (called new_experimental_hint) that
dramatically cuts down the total time in certain cases. The idea of
new_experimental_hint is to take in input the universe (the list of uris that
occur in the signature) and to prune the results using the universe in place
of the signature. Thus in place of doing a lot of sigmatches a sigmatch is
done just once at the very beginning.

NOTE: to reduce the size of the universe the empty set of constraints is
not considered.
helm/ocaml/metadata/metadataConstraints.ml
helm/ocaml/tactics/autoTactic.ml
helm/ocaml/tactics/metadataQuery.ml
helm/ocaml/tactics/metadataQuery.mli