]> matita.cs.unibo.it Git - helm.git/history - components/tactics/paramodulation/saturation.ml
Added the computation of max_weight for equations in proofs.
[helm.git] / components / tactics / paramodulation / saturation.ml
2006-07-14 Andrea AspertiAdded the computation of max_weight for equations in...
2006-07-11 Enrico Tassi- removed Positive and Negative (all is positive)
2006-07-03 Enrico Tassi- patch to consider the symbols of the goal when comput...
2006-06-29 Andrea AspertiCleaning up; removed a couple of "open".
2006-06-29 Claudio Sacerdoti... Demodulate used to be a reduction_kind and it used...
2006-06-29 Enrico Tassibefore goals are inferred with current,
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-27 Enrico Tassifixed infer_goal, added simplification before inferring...
2006-06-26 Enrico Tassimore work for the generic auto parameters
2006-06-21 Enrico Tassiadded the geniric
2006-06-20 Enrico Tassigarbage collection of dead equalities implemented
2006-06-19 Enrico Tassireorganized guiven_clause to work with the on_the_fly...
2006-06-19 Enrico Tassidemodulation of goal activated again.
2006-06-19 Andrea Aspertisome experiments
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-06-01 Andrea AspertiSubsumption_subst must be applied to the initial proof...
2006-05-30 Enrico Tassifixed proof generation again
2006-05-30 Enrico Tassithe function to create on the fly a symmetry step has...
2006-05-29 Enrico Tassi- proofs by subsumption now add a symmetry step if...
2006-05-28 Enrico Tassiweak equality on meta used when replacing.
2006-05-26 Andrea Asperti1) variables occurring only in proofs anre not relocated
2006-05-23 Andrea Aspertifixed LetIn proofs
2006-05-22 Enrico Tassi- code cleanup, especialli in Indexing where all the...
2006-05-20 Enrico Tassiremoved prerr_endline.
2006-05-20 Enrico Tassifixed wrong calculation of free_metas
2006-05-20 Enrico Tassiremoved a bad prerr_endline
2006-05-20 Enrico Tassiremoved prerr_endline
2006-05-20 Enrico Tassifixed demodulation of goal
2006-05-19 Enrico Tassi- metas_of_term moved to cicUtil
2006-05-18 Enrico Tassiexistential variables in goal supported
2006-05-15 Enrico Tassi- new given_clause
2006-05-14 Enrico Tassi- Removed old proofs
2006-05-05 Andrea AspertiNew version of deep_subsumption
2006-05-04 Enrico Tassigoal demodulated with new
2006-05-04 Enrico Tassinew pp function for proofs
2006-04-26 Andrea AspertiBuild_proof_goal does not return the metasenv any more.
2006-04-26 Andrea Aspertiremoved ocaml equality on equations
2006-04-26 Enrico Tassimore cleanup
2006-04-26 Enrico Tassicleanup of saturate
2006-04-26 Enrico Tassiadded a new type for proofs.
2006-04-10 Andrea AspertiRemoved negative equations.
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-24 Andrea AspertiNew unification and new matching.
2006-03-23 Andrea AspertiBest parameter setting for de morgan.
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/