]> matita.cs.unibo.it Git - helm.git/history - components/tactics/paramodulation/indexing.ml
Modifications to auto due to the introduction of the universe in
[helm.git] / components / tactics / paramodulation / indexing.ml
2006-11-23 Andrea AspertiModifications to auto due to the introduction of the...
2006-10-20 Andrea AspertiMajor changes to auto, documented on the helm mailing...
2006-10-02 Enrico Tassirestored is_identity instead of is_weak_identity
2006-09-29 Enrico Tassiremoved bad guard that was always false (assert false...
2006-09-29 Enrico Tassirenamed inference in founif that is more appropriate
2006-09-29 Enrico Tassiis_identity -> is_weak_identity
2006-09-27 Enrico Tassiauto snapshot
2006-07-22 Enrico Tassimatitaprover
2006-07-11 Enrico Tassi- removed Positive and Negative (all is positive)
2006-06-29 Enrico Tassigoals after a superposition step are relocated
2006-06-28 Enrico Tassisuperposition_left not performed if the input goal...
2006-06-19 Andrea AspertiUtils.compare_terms instead of compare_weights
2006-06-18 Enrico Tassi- some fixes regarding URIs of equality that now should...
2006-06-15 Andrea Aspertisome fixed done in Orsay:
2006-06-09 Claudio Sacerdoti... 1. the default for the default equality/absurd/true...
2006-06-01 Enrico Tassifix
2006-05-30 Enrico Tassifixed proof generation again
2006-05-29 Enrico Tassi- proofs by subsumption now add a symmetry step if...
2006-05-28 Enrico Tassi- fixed a bug in unification (not sure in the right...
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/