]> matita.cs.unibo.it Git - helm.git/history - components/tactics
tagging rc-1
[helm.git] / components / tactics /
2007-02-19 Enrico Tassiadded some code to print the praamodulation proofs...
2007-02-14 Ferruccio GuidiProcedural : some improvements
2007-02-09 Claudio Sacerdoti... Debugging code fixed. To enable debugging just set...
2007-02-09 Claudio Sacerdoti... Debugging code removed.
2007-02-08 Claudio Sacerdoti... * 'default "equality"' command changed to consider...
2007-02-01 Enrico Tassireverted a commented substitution in build_newgoal...
2007-01-24 Ferruccio Guiditactics.mli: regenerated
2007-01-24 Ferruccio GuidimatitaGui: some missing cases during disambiguation...
2007-01-10 Ferruccio Guidiattributes now in the proof status: commit 2
2007-01-06 Enrico Tassi- inside dicrimination_tree is now checked the invarian...
2007-01-03 Claudio Sacerdoti... Debugging code removed.
2006-12-29 Ferruccio Guidinow we try two distinct depend files for compilation...
2006-12-29 Ferruccio Guidi- tactics:
2006-12-24 Ferruccio Guidisome depend files
2006-12-22 Andrea AspertiCollapse_head_metas transforms all terms "not-recongniz...
2006-12-20 Claudio Sacerdoti... New declarative tactic "we proceed by cases on t to...
2006-12-20 Claudio Sacerdoti... Bug fixed in cases (it did not produced the right numbe...
2006-12-20 Claudio Sacerdoti... New tactic cases (still to be documented).
2006-12-14 Claudio Sacerdoti... Debugging code commented out.
2006-12-14 Enrico Tassi...
2006-12-14 Claudio Sacerdoti... Huge commit:
2006-12-06 Claudio Sacerdoti... Experimental: cycles in proofs generated by paramodulat...
2006-11-30 Claudio Sacerdoti... New syntax and semantics for the rewriting steps that...
2006-11-29 Claudio Sacerdoti... The rewritingstep declarative command now takes also...
2006-11-29 Ferruccio Guidi- decompose tactic: decomposable constants are now...
2006-11-29 Andrea AspertiDemodulate_tac now depends on the universe
2006-11-28 Claudio Sacerdoti... Added a clear to rewritestep to speed up auto (by remov...
2006-11-27 Claudio Sacerdoti... "the thesis becomes" now always performs a change.
2006-11-27 Andrea AspertiFix_proof should recursively work on explicit substs.
2006-11-27 Claudio Sacerdoti... Declarative language ported to new auto (with Universes).
2006-11-27 Andrea AspertiRemoved a couple of assertions.
2006-11-27 Andrea AspertiCommented an assertion.
2006-11-27 Andrea AspertiCommented an assertion.
2006-11-27 Andrea AspertiCommented a few assertions.
2006-11-27 Andrea AspertiOnly modified for taking unfold into account.
2006-11-23 Andrea AspertiModifications to auto due to the introduction of the...
2006-11-23 Andrea AspertiUniverse is a discrimination-tree structure.
2006-11-15 Ferruccio Guiditranscript updated
2006-11-14 Claudio Sacerdoti... library=1 in obtain _ = _ by _.
2006-11-12 Claudio Sacerdoti... The pretty printers in CicPp now have an optional ...
2006-10-30 Claudio Sacerdoti... Debugging code is now controlled by the debug flag.
2006-10-25 Andrea AspertiAdded a couple of flags to auto
2006-10-24 Enrico Tassiremoved equality_retrieval
2006-10-23 Claudio Sacerdoti... CicUniv.UniverseInconsistency is no handled correcly.
2006-10-20 Andrea AspertiDemodulate and applyS moved form saturation to auto.
2006-10-20 Andrea AspertiMajor changes to auto, documented on the helm mailing...
2006-10-20 Andrea AspertiMinor changes.
2006-10-20 Andrea Aspertia. uniform mangement for context and library
2006-10-20 Andrea AspertiThe type of universe_of_goals has slightly changed...
2006-10-20 Andrea AspertiThis is only a temporary patch. The typecheker raises a
2006-10-12 Enrico Tassifixed defaultauto behaviour. not the cache is preserveed
2006-10-12 Enrico Tassitimeout if unspecfied should be set to infinity, not...
2006-10-12 Claudio Sacerdoti... The default for paramodulation is now back to false...
2006-10-12 Claudio Sacerdoti... Bug fixed: the conversion was done with the wront argum...
2006-10-11 Claudio Sacerdoti... My previous commit changed the regular timeout of param...
2006-10-10 Claudio Sacerdoti... Implemented:
2006-10-10 Claudio Sacerdoti... Sorry, bug introduced by me yesterday now fixed.
2006-10-09 Claudio Sacerdoti... 1. applyS now uses its ~params
2006-10-09 Claudio Sacerdoti... applyS now receives the same parameters that auto receives.
2006-10-09 Andrea AspertiTheorems from the library and from the context are...
2006-10-09 Andrea AspertiFactorized "find_equalities" in demodulation_tac.
2006-10-06 Enrico Tassiresumed ol auto
2006-10-03 Enrico Tassicommented out are_convertible in is_identity
2006-10-03 maiorinoSome declarative tactics did not allow the "done" optio...
2006-10-03 Claudio Sacerdoti... Syntax of paramodulation parameters changed.
2006-10-03 Andrea AspertiChanged auto from implicit to option and renamed a...
2006-10-02 Enrico Tassirestored is_identity instead of is_weak_identity
2006-10-02 Enrico Tassiadded a subtle List.rev that makes the order of the...
2006-10-02 Enrico Tassiauto always uses the context (even if paramodulation...
2006-10-02 Enrico Tassireturns the right list of goals
2006-10-02 Enrico Tassi50 steps on goal are fine for irrat2
2006-10-01 Enrico Tassiwhen use_only_paramod is true do not calculate the...
2006-09-29 Enrico Tassi2: is_identity -> is_weak_identity
2006-09-29 Enrico Tassifixed metaconvertibility that was completely wrong.
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-29 Enrico Tassinew version of auto that is able to prove the irrationa...
2006-09-27 Enrico Tassiauto snapshot
2006-09-27 Claudio Sacerdoti... One less open helps understanding the code!
2006-09-27 Claudio Sacerdoti... Initial work on setoids:
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-09-25 Claudio Sacerdoti... Several bugs fixed in discriminate.
2006-09-21 Enrico Tassiauto snapshot
2006-09-21 Enrico Tassisnapshot of queries for auto+paramod
2006-09-21 Enrico Tassiapply now uses both menv and subst to decide the fresh...
2006-09-20 Claudio Sacerdoti... Injection now clears all intermediate results introduced.
2006-09-20 Claudio Sacerdoti... 1. bug fixed: injection now performs recursion lifting...
2006-09-14 Claudio Sacerdoti... 1. Stricter controls implemented in injection.
2006-09-14 Claudio Sacerdoti... Bug fixed in injection: lifting was not performed corre...
2006-09-14 Claudio Sacerdoti... 1. added a test for injection
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: injection can now work on induc...
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: a missing lift bugged the tacti...
2006-09-08 Claudio Sacerdoti... Bug fixed: "by ... we proved ... that is equivalent...
2006-09-04 Enrico TassiBIG FAT COMMIT REGARDING COERCIONS:
2006-09-04 Andrea AspertiGeneration of inductive and inversion principles for...
2006-08-31 Ferruccio Guidi- semantics of tactic subst allmost fixed
2006-08-31 Ferruccio Guidifixing the semantics of subst
2006-08-29 Ferruccio Guidi- new tactic subst removes simple non recursive equalit...
2006-08-28 Ferruccio Guidi- Level-1: some fixes to the extraction procedure
next