]> matita.cs.unibo.it Git - helm.git/history - components/tactics
some experiments
[helm.git] / components / tactics /
2006-06-19 Andrea Aspertisome experiments
2006-06-19 Andrea Aspertiadded (but still unused) remove_local_context
2006-06-19 Andrea Aspertiadded (but not yet used) remove_local_context
2006-06-19 Andrea AspertiUtils.compare_terms instead of compare_weights
2006-06-19 Andrea Aspertioccur_check and unification fixed. now Meta(i,[]) and...
2006-06-18 Enrico Tassi- some fixes regarding URIs of equality that now should...
2006-06-15 Andrea Aspertiadded applyS
2006-06-15 Andrea Aspertisome fixed done in Orsay:
2006-06-15 Andrea Aspertiexported 2 functions needed by applyS
2006-06-15 Andrea Asperti...
2006-06-11 Ferruccio Guidi- slight fix in lapply syntax
2006-06-09 Claudio Sacerdoti... 1. the default for the default equality/absurd/true...
2006-06-01 Stefano Zacchiroliimplemented tinycals:
2006-06-01 Enrico Tassifix
2006-06-01 Andrea AspertiSubsumption_subst must be applied to the initial proof...
2006-05-31 Enrico Tassifixed proofs, contextualization should now work.
2006-05-30 Enrico Tassiletin are now sorted properly.
2006-05-30 Enrico Tassifixed proof generation again
2006-05-30 Enrico Tassicanonical and contextualize_rewrites are back, they...
2006-05-30 Enrico Tassithe function to create on the fly a symmetry step has...
2006-05-29 Enrico Tassiprofilings are printed
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-28 Enrico Tassiadded the rule field to goal_proof.
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-23 Andrea Aspertiadded important comment
2006-05-23 Andrea Aspertifixed LetIn proofs
2006-05-23 Enrico Tassiadded again stuff for profiling
2006-05-23 Andrea Aspertiadded stuff for profiling macros
2006-05-22 Enrico Tassi- code cleanup, especialli in Indexing where all the...
2006-05-20 Enrico Tassiremoved prerr_endline.
2006-05-20 Enrico Tassicommented out a line to help paramodulation.
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 Tassiremovedx a 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-16 Enrico Tassifixed subsumption_aux
2006-05-16 Enrico Tassiutf8_macros moved to syntax_extensions.
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-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 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 Tassifix for distro
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-22 Andrea Asperti:
2006-03-21 Enrico Tassifixed timestamp issue on tactics.mli
2006-03-21 Andrea AspertiChanged the type of compute-equality_weight that now...
2006-03-20 Andrea AspertiSnapshot.
2006-03-10 marangonAdded inversion principle creation for inductive predic...
2006-03-10 marangonInversion code cleaning.
2006-03-08 Claudio Sacerdoti... Reduction trick added to simplify (greatly speeding...
2006-02-23 Claudio Sacerdoti... During simplify, reduction of the argument of a Fix...
2006-02-22 Claudio Sacerdoti... Bug fixed in simplify: delta expansion of constants...
2006-02-20 Claudio Sacerdoti... Bug fixed: rewrite > t where t had occurrences of metav...
2006-02-17 Enrico Tassitentative speedup not coercion-packing the proof after...
2006-02-15 Enrico Tassiadded support for "polymorphic" coercions
2006-02-08 Claudio Sacerdoti... Never implemented tactics compare and decide equality...
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/