Mon, 06 Nov 2000 22:47:41 +0100 |
wenzelm |
tuned atomize_goal;
|
file |
diff |
annotate
|
Fri, 01 Sep 2000 00:36:08 +0200 |
wenzelm |
Method.bang_sectioned_args';
|
file |
diff |
annotate
|
Tue, 01 Aug 2000 11:57:09 +0200 |
wenzelm |
handle actual object-logic rules by atomizing the goal;
|
file |
diff |
annotate
|
Wed, 28 Jun 2000 10:54:47 +0200 |
paulson |
warns of weak elim rules and ignores them
|
file |
diff |
annotate
|
Sat, 25 Sep 1999 13:23:58 +0200 |
wenzelm |
simplified sectioned_args;
|
file |
diff |
annotate
|
Tue, 21 Sep 1999 17:26:50 +0200 |
wenzelm |
setup for refined facts handling;
|
file |
diff |
annotate
|
Wed, 18 Aug 1999 20:47:31 +0200 |
wenzelm |
Method.modifier;
|
file |
diff |
annotate
|
Mon, 02 Aug 1999 17:59:25 +0200 |
wenzelm |
blast method: optional depth argument;
|
file |
diff |
annotate
|
Wed, 14 Jul 1999 13:05:46 +0200 |
wenzelm |
improved comment;
|
file |
diff |
annotate
|
Fri, 09 Jul 1999 18:54:55 +0200 |
wenzelm |
type claset: added extra I/E rules;
|
file |
diff |
annotate
|
Wed, 17 Mar 1999 16:33:47 +0100 |
wenzelm |
Theory.sign_of;
|
file |
diff |
annotate
|
Wed, 25 Nov 1998 14:03:20 +0100 |
wenzelm |
replaced prs by std_output / writeln;
|
file |
diff |
annotate
|
Wed, 18 Nov 1998 11:01:48 +0100 |
wenzelm |
method setup;
|
file |
diff |
annotate
|
Fri, 23 Oct 1998 11:03:35 +0200 |
paulson |
occurs check now handles Bound variables (for soundness)
|
file |
diff |
annotate
|
Mon, 05 Oct 1998 10:30:57 +0200 |
paulson |
MLWorks demands the "op" before $
|
file |
diff |
annotate
|
Fri, 11 Sep 1998 16:31:40 +0200 |
paulson |
Less deterministic reconstruction: now more robust but perhaps slower
|
file |
diff |
annotate
|
Thu, 10 Sep 1998 17:33:09 +0200 |
paulson |
Allows more backtracking in proof reconstruction, making it slower but more
|
file |
diff |
annotate
|
Tue, 01 Sep 1998 10:10:27 +0200 |
paulson |
fixed error msg
|
file |
diff |
annotate
|
Wed, 19 Aug 1998 10:49:30 +0200 |
paulson |
new version, more resistant to PROOF FAILED. Now it distinguishes between
|
file |
diff |
annotate
|
Wed, 25 Feb 1998 20:29:58 +0100 |
oheimb |
renamed rep_claset to rep_cs
|
file |
diff |
annotate
|
Wed, 25 Feb 1998 15:51:24 +0100 |
oheimb |
changed wrapper mechanism of classical reasoner
|
file |
diff |
annotate
|
Fri, 02 Jan 1998 17:16:39 +0100 |
paulson |
Blast_tac now squashes flex-flex pairs immediately
|
file |
diff |
annotate
|
Tue, 23 Dec 1997 11:39:03 +0100 |
paulson |
Better equality handling in Blast_tac, usingd a new variant of hyp_subst_tac
|
file |
diff |
annotate
|
Fri, 12 Dec 1997 10:34:21 +0100 |
paulson |
More deterministic and therefore faster (sometimes) proof reconstruction
|
file |
diff |
annotate
|
Wed, 03 Dec 1997 11:42:45 +0100 |
paulson |
Fixed the treatment of substitution for equations, restricting occurrences of
|
file |
diff |
annotate
|
Fri, 28 Nov 1997 10:52:04 +0100 |
paulson |
Printing of statistics including time for search & reconstruction
|
file |
diff |
annotate
|
Wed, 26 Nov 1997 16:49:54 +0100 |
paulson |
Statistics
|
file |
diff |
annotate
|
Fri, 21 Nov 1997 15:29:56 +0100 |
wenzelm |
changed Pure/Sequence interface -- isatool fixseq;
|
file |
diff |
annotate
|
Thu, 20 Nov 1997 10:54:04 +0100 |
paulson |
Renamed "overload" to "overloaded" for sml/nj compatibility
|
file |
diff |
annotate
|
Mon, 17 Nov 1997 10:48:07 +0100 |
paulson |
Rationalized error handling: if low-level tactic (depth_tac) cannot accept the
|
file |
diff |
annotate
|
Tue, 11 Nov 1997 11:12:37 +0100 |
paulson |
Now applies "map negOfGoal" to lits when expanding haz rules.
|
file |
diff |
annotate
|
Wed, 05 Nov 1997 11:45:51 +0100 |
wenzelm |
fixed exception OPTION;
|
file |
diff |
annotate
|
Mon, 03 Nov 1997 11:56:17 +0100 |
wenzelm |
adapted to new implicit claset mechanism;
|
file |
diff |
annotate
|
Sat, 01 Nov 1997 13:02:39 +0100 |
paulson |
New treatment of overloading\!
|
file |
diff |
annotate
|
Fri, 17 Oct 1997 11:12:36 +0200 |
paulson |
A lot of new comments
|
file |
diff |
annotate
|
Fri, 18 Jul 1997 13:54:41 +0200 |
wenzelm |
tuned warning;
|
file |
diff |
annotate
|
Thu, 19 Jun 1997 11:31:14 +0200 |
paulson |
Made proofs more concise by replacing calls to spy_analz_tac by uses of
|
file |
diff |
annotate
|
Tue, 20 May 1997 11:47:33 +0200 |
paulson |
Basis library version of type "option" now resides in its own structure Option
|
file |
diff |
annotate
|
Mon, 05 May 1997 12:15:20 +0200 |
paulson |
Again "norm" DOES NOT normalize bodies of abstractions
|
file |
diff |
annotate
|
Fri, 02 May 1997 10:18:50 +0200 |
paulson |
More tracing. hyp_subst_tac allowed to fail
|
file |
diff |
annotate
|
Wed, 30 Apr 1997 12:59:24 +0200 |
paulson |
More tracing; less exception handling
|
file |
diff |
annotate
|
Thu, 24 Apr 1997 19:47:53 +0200 |
wenzelm |
refer to SOME, NONE on top-level;
|
file |
diff |
annotate
|
Thu, 24 Apr 1997 11:21:46 +0200 |
paulson |
Addition of printed tracing. Also some tidying
|
file |
diff |
annotate
|
Wed, 23 Apr 1997 11:11:38 +0200 |
paulson |
Loop detection: before expanding a haz formula, see whether it is a duplicate
|
file |
diff |
annotate
|
Mon, 21 Apr 1997 10:16:01 +0200 |
paulson |
Penalty for branching instantiations reduced from log3 to log4.
|
file |
diff |
annotate
|
Tue, 15 Apr 1997 10:22:50 +0200 |
paulson |
Changed penalty from log2 to log3
|
file |
diff |
annotate
|
Wed, 09 Apr 1997 12:36:52 +0200 |
paulson |
Control over excessive branching by applying a log2 penalty
|
file |
diff |
annotate
|
Fri, 04 Apr 1997 11:28:28 +0200 |
paulson |
Re-organization of the order of haz rules
|
file |
diff |
annotate
|
Thu, 03 Apr 1997 10:32:34 +0200 |
paulson |
Now exports declConsts!
|
file |
diff |
annotate
|
Wed, 02 Apr 1997 11:15:46 +0200 |
paulson |
Implementation of blast_tac: fast tableau prover
|
file |
diff |
annotate
|