]> matita.cs.unibo.it Git - helm.git/log
helm.git
17 years agolibrary = yes!
Andrea Asperti [Mon, 30 Oct 2006 16:56:28 +0000 (16:56 +0000)]
library = yes!

17 years agoremove_obj is now much faster:
Claudio Sacerdoti Coen [Mon, 30 Oct 2006 16:40:19 +0000 (16:40 +0000)]
remove_obj is now much faster:
 1. the code was utterly messy, trying to remove from the DB files and
    to remove from disk #xpointer uris.
 2. LIKE substituted by =
 3. added QUICK and LOW_PRIORITY to the DELETE statement
 4. removed unuseful and unused debugging code that used to slow down every
    deletion

17 years agoLevel-1/LambdaDelta now compiles fine
Ferruccio Guidi [Sun, 29 Oct 2006 15:11:56 +0000 (15:11 +0000)]
Level-1/LambdaDelta now compiles fine

17 years agoAdded target preall.opt.
Claudio Sacerdoti Coen [Sun, 29 Oct 2006 09:32:07 +0000 (09:32 +0000)]
Added target preall.opt.

17 years agoGRAVE BUG IN COERCIONS FIXED: the insertion of a coercion used to introduce
Claudio Sacerdoti Coen [Sat, 28 Oct 2006 17:12:31 +0000 (17:12 +0000)]
GRAVE BUG IN COERCIONS FIXED: the insertion of a coercion used to introduce
applications of applications (that are forbidden and not handled properly).

17 years agoBetter label for the disambiguation errors window.
Claudio Sacerdoti Coen [Thu, 26 Oct 2006 14:17:06 +0000 (14:17 +0000)]
Better label for the disambiguation errors window.

17 years agoNew (and much more complex) disambiguation error interface.
Claudio Sacerdoti Coen [Thu, 26 Oct 2006 14:15:47 +0000 (14:15 +0000)]
New (and much more complex) disambiguation error interface.
Errors are now categorized according to:
  1. location
  2. error message
  3. environment

17 years agoMore timeout added to autos here and there.
Claudio Sacerdoti Coen [Thu, 26 Oct 2006 11:31:22 +0000 (11:31 +0000)]
More timeout added to autos here and there.

17 years ago1. is_meta_closed should be applied only to terms on which a substitution
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 17:42:45 +0000 (17:42 +0000)]
1. is_meta_closed should be applied only to terms on which a substitution
   has already been applied. Fixed here and there.
   Note: it is not possible to add a subst parameter to is_meta_closed since
   the function is declared in cic/CicUtil and it is used where the unification
   is not available (e.g. in whelp and library)
2. known (but never verified before) bug fixed: delifting should fail
   (instead of raising Uncertain) iff the local context is not meta_closed.
   The test used to be "does not contain a Meta"

17 years agotill some patches
Ferruccio Guidi [Wed, 25 Oct 2006 16:47:18 +0000 (16:47 +0000)]
till some patches

17 years agothe incomplete proofs were axiomatized
Ferruccio Guidi [Wed, 25 Oct 2006 14:25:14 +0000 (14:25 +0000)]
the incomplete proofs were axiomatized

17 years agosome patches. still does not compile properly
Ferruccio Guidi [Wed, 25 Oct 2006 14:12:08 +0000 (14:12 +0000)]
some patches. still does not compile properly

17 years agoAdded timeouts to auto here and there.
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 12:51:56 +0000 (12:51 +0000)]
Added timeouts to auto here and there.

17 years agoAdded timeout to autos here and there.
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 12:44:25 +0000 (12:44 +0000)]
Added timeout to autos here and there.

17 years ago1. bug fixed: Unicode characters that are not mapped to TeX macros used to
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 12:41:21 +0000 (12:41 +0000)]
1. bug fixed: Unicode characters that are not mapped to TeX macros used to
   be post-fixed with a blank
2. bug fixed: the textual pretty-printer does not implement the same
   spacing politics of GtkMathView. Since that politics is very very complex
   to implement, I try a different solution: we explicitly insert a space
   where we want one. The widget does not seem to be disturbed by this.
   This way the let ... rec and match ... with constructs are now printed
   correctly and they can be read back.
3. syntax change: applicative patterns no longer require parentheses around
   them

17 years ago/home/fguidi/... => ../../...
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 12:33:38 +0000 (12:33 +0000)]
/home/fguidi/... => ../../...

17 years agowe removed about 100 match-with costruction turning them into applications
Ferruccio Guidi [Wed, 25 Oct 2006 12:26:16 +0000 (12:26 +0000)]
we removed about 100 match-with costruction turning them into applications

17 years agoAdded a couple of flags to auto
Andrea Asperti [Wed, 25 Oct 2006 09:41:45 +0000 (09:41 +0000)]
Added a couple of flags to auto

17 years agoOur unification used to guess a very complex argument of an apply in
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 09:31:58 +0000 (09:31 +0000)]
Our unification used to guess a very complex argument of an apply in
fermat_little_theorem. It does no longer, but the old behaviour seems to be
really lucky. Thus I change the .ma file.

17 years agoTwo lemmas that used to pass no more now pass again. Bug simply because every
Claudio Sacerdoti Coen [Wed, 25 Oct 2006 09:28:11 +0000 (09:28 +0000)]
Two lemmas that used to pass no more now pass again. Bug simply because every
tactic argument now requires less question marks :-(

17 years agoAdded unit to rings.
Enrico Zoli [Tue, 24 Oct 2006 16:52:08 +0000 (16:52 +0000)]
Added unit to rings.

17 years agoMore coercions added in the algebraic hierarchy.
Enrico Zoli [Tue, 24 Oct 2006 16:03:12 +0000 (16:03 +0000)]
More coercions added in the algebraic hierarchy.

17 years agoUp to f_algebras.
Enrico Zoli [Tue, 24 Oct 2006 14:10:08 +0000 (14:10 +0000)]
Up to f_algebras.

17 years agofixed the ugly button added by csc, now it is inside a buttonbar and uses the default...
Enrico Tassi [Tue, 24 Oct 2006 08:02:35 +0000 (08:02 +0000)]
fixed the ugly button added by csc, now it is inside a buttonbar and uses the default gnome stop icon.

17 years agoremoved equality_retrieval
Enrico Tassi [Tue, 24 Oct 2006 08:02:02 +0000 (08:02 +0000)]
removed equality_retrieval

17 years agoBetter (and more localized) error message for sort_of_prod.
Claudio Sacerdoti Coen [Mon, 23 Oct 2006 22:20:16 +0000 (22:20 +0000)]
Better (and more localized) error message for sort_of_prod.

17 years agoCicUniv.UniverseInconsistency is no handled correcly.
Claudio Sacerdoti Coen [Mon, 23 Oct 2006 20:23:24 +0000 (20:23 +0000)]
CicUniv.UniverseInconsistency is no handled correcly.

17 years agobinaries/saturate no longer compiled since it does not compile any longer after
Claudio Sacerdoti Coen [Mon, 23 Oct 2006 13:22:25 +0000 (13:22 +0000)]
binaries/saturate no longer compiled since it does not compile any longer after
the huge refactoring of auto/paramodulation by Andrea

17 years agoDemodulate and applyS moved form saturation to auto.
Andrea Asperti [Fri, 20 Oct 2006 15:44:48 +0000 (15:44 +0000)]
Demodulate and applyS moved form saturation to auto.

17 years agoMajor changes to auto, documented on the helm mailing list.
Andrea Asperti [Fri, 20 Oct 2006 15:43:02 +0000 (15:43 +0000)]
Major changes to auto, documented on the helm mailing list.

17 years agoMinor changes.
Andrea Asperti [Fri, 20 Oct 2006 15:39:46 +0000 (15:39 +0000)]
Minor changes.

17 years agoa. uniform mangement for context and library
Andrea Asperti [Fri, 20 Oct 2006 15:32:34 +0000 (15:32 +0000)]
a. uniform mangement for context and library
b. collapsing flexible terms (X args) into a single meta. Metas in
   head position give arity problems with discrimination trees.
c. Even terms with a single meta as conlcusion (e.g. elimination
   principles) get indexed.

17 years agoThe type of universe_of_goals has slightly changed, omitting
Andrea Asperti [Fri, 20 Oct 2006 14:58:18 +0000 (14:58 +0000)]
The type of universe_of_goals has slightly changed, omitting
to pass a useless proof. A few prerr_endline have been removed.

17 years agoThis is only a temporary patch. The typecheker raises a
Andrea Asperti [Fri, 20 Oct 2006 14:50:40 +0000 (14:50 +0000)]
This is only a temporary patch. The typecheker raises a
CicUniv.UniverseInconsistency that should be properly
captured and transformed into a tyepchecking error.

17 years agoThe function exists_a_meta has been modified to capture also
Andrea Asperti [Fri, 20 Oct 2006 14:37:25 +0000 (14:37 +0000)]
The function exists_a_meta has been modified to capture also
flexible arguments instead of metas.

17 years agoNew function pack_coercion_metasenv, used in auto after try_candidates
Andrea Asperti [Fri, 20 Oct 2006 14:35:22 +0000 (14:35 +0000)]
New function pack_coercion_metasenv, used in auto after try_candidates
to clean up the metasenv (othewise application could fail).

17 years agoUp to f_algebras.
Enrico Zoli [Fri, 20 Oct 2006 14:28:55 +0000 (14:28 +0000)]
Up to f_algebras.

17 years ago1. developed up to algebras
Enrico Zoli [Fri, 20 Oct 2006 09:59:39 +0000 (09:59 +0000)]
1. developed up to algebras
2. some lemmas commented out because of a new bug in rewrite

17 years agoSerious bug fixed: without a Lazy.force the user obtained an error comparing
Enrico Zoli [Fri, 20 Oct 2006 08:35:00 +0000 (08:35 +0000)]
Serious bug fixed: without a Lazy.force the user obtained an error comparing
two functional values.

17 years agoDisambiguation errors are now compressed in a maybe better way.
Claudio Sacerdoti Coen [Thu, 19 Oct 2006 11:09:06 +0000 (11:09 +0000)]
Disambiguation errors are now compressed in a maybe better way.

17 years agoBug fixed: when trying to insert coercions after an Uncertain, a RefineFailure
Claudio Sacerdoti Coen [Thu, 19 Oct 2006 09:16:07 +0000 (09:16 +0000)]
Bug fixed: when trying to insert coercions after an Uncertain, a RefineFailure
was raised (instead of re-raising an Uncertain).

17 years agoPotential performance improvement + better disambiguation error messages:
Claudio Sacerdoti Coen [Thu, 19 Oct 2006 08:50:31 +0000 (08:50 +0000)]
Potential performance improvement + better disambiguation error messages:
the delift functions used to raise Uncertain every time it failed; now it
raises Failure when the local context contains no Metas (that means that
for every future subst it will not contain new Rels).
Note: if we are working up to conversion (I do not think so), we should check
that the local context is Meta-closed, that is a weaker check.

17 years agoMissing optimization implemented: before starting to analyze the disambiguation
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 17:39:48 +0000 (17:39 +0000)]
Missing optimization implemented: before starting to analyze the disambiguation
domain we try first without interpreting any symbol. This way we can avoid
lot of refinements when the information in the uninterpreted term already
tells us that every instance will not be well typed.

17 years ago- Disambiguation error exception enriched with more information
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 15:06:03 +0000 (15:06 +0000)]
- Disambiguation error exception enriched with more information
  (the same returned in case of correct disambiguation)
- The disambiguation error interface now shows the complete environment
  in which the error occurs. I am not sure if this is better or worst than
  showing only the diffs.

17 years agoBug fixed: the diff component of the exception raised when the term cannot
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 14:13:25 +0000 (14:13 +0000)]
Bug fixed: the diff component of the exception raised when the term cannot
be disambiguated used to lack the last choice in case of the look-ahead
optimization.

17 years agoEXPERIMENTAL: new interface for disambiguation errors.
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 13:18:37 +0000 (13:18 +0000)]
EXPERIMENTAL: new interface for disambiguation errors.

[ Moreover, a dead dialog window has been removed ]

17 years agoDead dialog window removed.
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 13:17:10 +0000 (13:17 +0000)]
Dead dialog window removed.

17 years agoDead dialog window removed.
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 13:16:06 +0000 (13:16 +0000)]
Dead dialog window removed.

17 years agoDisambiguation errors now carry more information (i.e. the patches to apply to
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 12:11:48 +0000 (12:11 +0000)]
Disambiguation errors now carry more information (i.e. the patches to apply to
the current interpretation to re-obtain the refinement errors).

17 years agoDama is now in the night benchmarks.
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 12:10:00 +0000 (12:10 +0000)]
Dama is now in the night benchmarks.

17 years agoToo verbose error message (probably activated by Enrico without really wanting
Claudio Sacerdoti Coen [Wed, 18 Oct 2006 09:42:40 +0000 (09:42 +0000)]
Too verbose error message (probably activated by Enrico without really wanting
it) removed.

17 years agonew objects for the LambdaDelta development (4th conjecture proved)
Ferruccio Guidi [Tue, 17 Oct 2006 20:45:12 +0000 (20:45 +0000)]
new objects for the LambdaDelta development (4th conjecture proved)

17 years agomore new objects for the LambdaDelta contribution
Ferruccio Guidi [Tue, 17 Oct 2006 10:52:58 +0000 (10:52 +0000)]
more new objects for the LambdaDelta contribution

17 years agoBeginning of the development of integration algebras.
Enrico Zoli [Mon, 16 Oct 2006 16:49:51 +0000 (16:49 +0000)]
Beginning of the development of integration algebras.

17 years agoContent level representation of LetRec changed.
Claudio Sacerdoti Coen [Fri, 13 Oct 2006 16:59:04 +0000 (16:59 +0000)]
Content level representation of LetRec changed.

17 years agoContent level representation of LetRec changed.
Claudio Sacerdoti Coen [Fri, 13 Oct 2006 16:57:10 +0000 (16:57 +0000)]
Content level representation of LetRec changed.

17 years agoNew content level representations for LetRec, Inductive and CoInductive.
Claudio Sacerdoti Coen [Fri, 13 Oct 2006 16:53:54 +0000 (16:53 +0000)]
New content level representations for LetRec, Inductive and CoInductive.
For LetRec the pretty-printer is now in sync with the parser.

17 years agofiles with newest objects (to be included in the respective developments)
Ferruccio Guidi [Thu, 12 Oct 2006 21:14:23 +0000 (21:14 +0000)]
files with newest objects (to be included in the respective developments)

17 years agocarr_of_term now returns Fun if a Prod is encountered
Enrico Tassi [Thu, 12 Oct 2006 16:10:53 +0000 (16:10 +0000)]
carr_of_term now returns Fun if a Prod is encountered

17 years agofixed defaultauto behaviour. not the cache is preserveed
Enrico Tassi [Thu, 12 Oct 2006 16:10:23 +0000 (16:10 +0000)]
fixed defaultauto behaviour. not the cache is preserveed

17 years agotimeout if unspecfied should be set to infinity, not 0, since the timeout inside...
Enrico Tassi [Thu, 12 Oct 2006 13:34:32 +0000 (13:34 +0000)]
timeout if unspecfied should be set to infinity, not 0, since the timeout inside the flagfs structure is a time in the future, not a decreasing quantity.
every loop of auto the check gettimeofday() > timeout raise Fail

17 years agoThe default for paramodulation is now back to false (I set it to true
Claudio Sacerdoti Coen [Thu, 12 Oct 2006 10:37:17 +0000 (10:37 +0000)]
The default for paramodulation is now back to false (I set it to true
by mistake).

17 years agoauto => auto new.
acciavat [Thu, 12 Oct 2006 09:53:08 +0000 (09:53 +0000)]
auto => auto new.
There is still one auto left that does not work with the new implementation
(because of implicative hypothesis for local lemmas?)

17 years agoInclusion "improved".
Claudio Sacerdoti Coen [Thu, 12 Oct 2006 09:46:37 +0000 (09:46 +0000)]
Inclusion "improved".

17 years agoCoRN integrated in the night benchmarks.
Claudio Sacerdoti Coen [Thu, 12 Oct 2006 09:44:03 +0000 (09:44 +0000)]
CoRN integrated in the night benchmarks.

17 years agoManual porting of CoRN to Matita.
acciavat [Thu, 12 Oct 2006 09:39:45 +0000 (09:39 +0000)]
Manual porting of CoRN to Matita.
The current version shows a bug in coercions to function classes.

17 years agoBug fixed: the conversion was done with the wront argument (a sort of typo).
Claudio Sacerdoti Coen [Thu, 12 Oct 2006 08:06:48 +0000 (08:06 +0000)]
Bug fixed: the conversion was done with the wront argument (a sort of typo).

17 years agoSome hocus-pocus to avoid a common race condition (Gtk/??? code not
Claudio Sacerdoti Coen [Wed, 11 Oct 2006 14:58:23 +0000 (14:58 +0000)]
Some hocus-pocus to avoid a common race condition (Gtk/??? code not
reentrant). I bet the "avoided" problem will surface again...

17 years agoUnlocking the interface was not performed as the last action of the callback.
Claudio Sacerdoti Coen [Wed, 11 Oct 2006 14:26:59 +0000 (14:26 +0000)]
Unlocking the interface was not performed as the last action of the callback.

17 years agoThe RELATIONAL contrib must be compiled before the others since the others
Claudio Sacerdoti Coen [Wed, 11 Oct 2006 12:25:27 +0000 (12:25 +0000)]
The RELATIONAL contrib must be compiled before the others since the others
depend on it.

17 years agoMy previous commit changed the regular timeout of paramodulation from
Claudio Sacerdoti Coen [Wed, 11 Oct 2006 09:49:27 +0000 (09:49 +0000)]
My previous commit changed the regular timeout of paramodulation from
infinity to 30s. Old behaviour restored.

17 years agomakefiles fixups
Ferruccio Guidi [Tue, 10 Oct 2006 19:51:39 +0000 (19:51 +0000)]
makefiles fixups

17 years agofguidi removed from RT in makefiles
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 14:06:44 +0000 (14:06 +0000)]
fguidi removed from RT in makefiles

17 years agoImplemented:
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 14:03:40 +0000 (14:03 +0000)]
Implemented:
 "by ... we proved ... that is equivalent to ... done"
and
 "we need to prove ... that is equivalent to ..."

17 years agoauto => auto new
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 13:12:44 +0000 (13:12 +0000)]
auto => auto new

17 years agoauto => auto new
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 13:10:08 +0000 (13:10 +0000)]
auto => auto new
added depth=4 to some file in order to make it pass

17 years agoI do not understand at all why Enrico removed the contribs from the bench!
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 13:09:35 +0000 (13:09 +0000)]
I do not understand at all why Enrico removed the contribs from the bench!

17 years agoSorry, bug introduced by me yesterday now fixed.
Claudio Sacerdoti Coen [Tue, 10 Oct 2006 08:00:32 +0000 (08:00 +0000)]
Sorry, bug introduced by me yesterday now fixed.
auto should be the new one even when the paramodulation flag is given.

17 years agoBugs fixed in merging of composite coercions. In particular the imperative
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 18:26:05 +0000 (18:26 +0000)]
Bugs fixed in merging of composite coercions. In particular the imperative
status was not handled properly and letins were handled inefficiently.

17 years agoOne auto modified in an apply since auto is no longer supposed to apply
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 18:23:49 +0000 (18:23 +0000)]
One auto modified in an apply since auto is no longer supposed to apply
elimination principles automatically.

17 years agoadded to applyS in nat/gcd.ma a timeout large enough for compilation in bytecode
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 18:18:24 +0000 (18:18 +0000)]
added to applyS in nat/gcd.ma a timeout large enough for compilation in bytecode
mode.

17 years ago1. applyS now uses its ~params
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 18:17:50 +0000 (18:17 +0000)]
1. applyS now uses its ~params
2. autoTactic.ml* is going to be deprecated.
   auto.ml* has now the expected interface (that of a tactic)
   and it is almost ready to replace autoTactic.ml

17 years agoapplyS now receives the same parameters that auto receives.
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 17:48:45 +0000 (17:48 +0000)]
applyS now receives the same parameters that auto receives.
The parameters are not used yet.

17 years agoTheorems from the library and from the context are indexed also in "unfolded"
Andrea Asperti [Mon, 9 Oct 2006 16:33:24 +0000 (16:33 +0000)]
Theorems from the library and from the context are indexed also in "unfolded"
version.

17 years agoauto => auto new and other minor changes to make it compile.
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 16:28:22 +0000 (16:28 +0000)]
auto => auto new and other minor changes to make it compile.

17 years agoauto => auto new everywhere + minor updates to make more tests pass
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 15:33:47 +0000 (15:33 +0000)]
auto => auto new everywhere + minor updates to make more tests pass

17 years agoComments updated with new reflections.
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 14:04:31 +0000 (14:04 +0000)]
Comments updated with new reflections.

17 years agoThe two coercions sym_eq e eq_f gives BIG TROUBLES when checking composition during
Andrea Asperti [Mon, 9 Oct 2006 11:00:31 +0000 (11:00 +0000)]
The two coercions sym_eq e eq_f gives BIG TROUBLES when checking composition during
qed. In particular, checking composition calls unification, that calls reductions,
that is problematic when there are a lot of lein in the context (as is it the case
with proofs generated by TPTP: see eg GRP486-1.p.ma )

17 years agoMore work to handle -debug properly.
Claudio Sacerdoti Coen [Mon, 9 Oct 2006 09:23:09 +0000 (09:23 +0000)]
More work to handle -debug properly.

17 years agoFactorized "find_equalities" in demodulation_tac.
Andrea Asperti [Mon, 9 Oct 2006 06:53:04 +0000 (06:53 +0000)]
Factorized "find_equalities" in demodulation_tac.

17 years agoadded support for short name targets
Enrico Tassi [Fri, 6 Oct 2006 16:49:16 +0000 (16:49 +0000)]
added support for short name targets

17 years agoresumed ol auto
Enrico Tassi [Fri, 6 Oct 2006 16:41:53 +0000 (16:41 +0000)]
resumed ol auto

17 years agofixed all (that now uses long paths)
Enrico Tassi [Fri, 6 Oct 2006 15:56:52 +0000 (15:56 +0000)]
fixed all (that now uses long paths)

17 years agonow the makefile for developments requires the depend file
Enrico Tassi [Fri, 6 Oct 2006 15:30:37 +0000 (15:30 +0000)]
now the makefile for developments requires the depend file
that now has correct dependencies.

17 years ago1. some "try ... with _ " removed
Claudio Sacerdoti Coen [Fri, 6 Oct 2006 07:20:13 +0000 (07:20 +0000)]
1. some "try ... with _ " removed
2. type inference of LetIn terms is now closer than the kernel
3. LetIn code fixed to add the type to the Defs in the environment
4. some typos fixed

17 years agoreduced timeout to 100s
Enrico Tassi [Tue, 3 Oct 2006 16:40:35 +0000 (16:40 +0000)]
reduced timeout to 100s

17 years agocommented out are_convertible in is_identity
Enrico Tassi [Tue, 3 Oct 2006 16:08:31 +0000 (16:08 +0000)]
commented out are_convertible in is_identity
fixed metadataquery so that only are calculated without the DB (but are calculated)
removed is_meta_convertible left right in is_weak_identity
added extra dependencies between gcd < relevant_equations < ord to make
paramodulation happy. In the past this used to be the order used by make.
added an hack in applys.ma, since it used to work due to convertibility.

17 years agoSome declarative tactics did not allow the "done" option in place
maiorino [Tue, 3 Oct 2006 16:05:50 +0000 (16:05 +0000)]
Some declarative tactics did not allow the "done" option in place
of "(id)". Fixed.

17 years agoInline command implemented.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 15:59:34 +0000 (15:59 +0000)]
Inline command implemented.

17 years agoSyntax of paramodulation parameters changed.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 15:58:50 +0000 (15:58 +0000)]
Syntax of paramodulation parameters changed.