]> matita.cs.unibo.it Git - helm.git/history - components/tactics/paramodulation/indexing.ml
1) variables occurring only in proofs anre not relocated
[helm.git] / components / tactics / paramodulation / indexing.ml
2006-05-26 Andrea Asperti1) variables occurring only in proofs anre not relocated
2006-05-22 Enrico Tassi- code cleanup, especialli in Indexing where all the...
2006-05-20 Enrico Tassiremovedx a prerr_endline
2006-05-20 Enrico Tassifixed demodulation of goal
2006-05-18 Enrico Tassiexistential variables in goal supported
2006-05-16 Enrico Tassifixed subsumption_aux
2006-05-15 Enrico Tassi- new given_clause
2006-05-14 Enrico Tassi- Removed old proofs
2006-05-04 Enrico Tassigoal demodulated with new
2006-05-03 Enrico Tassimore transitivity on proofs
2006-04-26 Andrea AspertiBuild_proof_goal does not return the metasenv any more.
2006-04-26 Andrea Aspertifixed demodulation_goal (used to return always false)
2006-04-26 Enrico Tassiadded a new type for proofs.
2006-04-05 Enrico Tassithe tactic now returns as open goals the open metas...
2006-04-05 Enrico Tassisubsumption fixed and called in given_clause_fullred.
2006-04-04 Andrea AspertiNaif substitution. Removed local context in metas durin...
2006-03-28 Enrico Tassimore profiling and fixes for paramod
2006-03-27 Andrea Aspertiargs removed from equalities.
2006-03-21 Andrea AspertiChanged the type of compute-equality_weight that now...
2006-03-20 Andrea AspertiSnapshot.
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/