src/HOL/Tools/res_atp.ML
Mon, 30 Apr 2007 13:22:15 +0200 paulson Removal of dead code
Thu, 19 Apr 2007 18:23:11 +0200 paulson trying to make single-step proofs work better, especially if they contain
Wed, 18 Apr 2007 11:14:09 +0200 paulson Fixes for proof reconstruction, especially involving abstractions and definitions
Thu, 12 Apr 2007 13:58:02 +0200 paulson Improved treatment of classrel/arity clauses
Wed, 04 Apr 2007 00:11:03 +0200 wenzelm removed obsolete sign_of/sign_of_thm;
Fri, 09 Mar 2007 08:45:50 +0100 haftmann stepping towards uniform lattice theory development in HOL
Fri, 02 Mar 2007 12:37:34 +0100 paulson New code to store theorem names in a concise form rather than as fully-qualified.
Wed, 31 Jan 2007 14:03:31 +0100 paulson Tidying; more debugging information. New reference unwanted_types.
Fri, 26 Jan 2007 10:46:22 +0100 paulson Streamlined and improved debugging messages
Sat, 20 Jan 2007 14:09:14 +0100 wenzelm Output.debug: non-strict;
Fri, 05 Jan 2007 13:36:32 +0100 paulson Proof.context now sent to watcher and used in type inference step of proof reconstruction
Thu, 04 Jan 2007 17:55:12 +0100 paulson improvements to proof reconstruction. Some files loaded in a different order
Wed, 03 Jan 2007 18:30:57 +0100 paulson x-symbol is no longer switched off in the ATP linkup
Fri, 22 Dec 2006 21:00:42 +0100 paulson tidying the ATP communications
Wed, 20 Dec 2006 17:03:46 +0100 paulson change from "Array" to "Vector"
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Tue, 12 Dec 2006 16:20:57 +0100 paulson Removal of the "keep_types" flag: we always keep types!
Thu, 07 Dec 2006 16:47:36 +0100 paulson Removal of theorem tagging, which the ATP linkup no longer requires.
Wed, 29 Nov 2006 15:44:51 +0100 wenzelm simplified method setup;
Mon, 27 Nov 2006 23:47:42 +0100 mengj Goals in clause form are sent to the relevance filter.
Fri, 24 Nov 2006 13:24:30 +0100 paulson ATP linkup now generates "new TPTP" rather than "old TPTP"
Thu, 23 Nov 2006 22:38:30 +0100 wenzelm prefer Proof.context over Context.generic;
Wed, 22 Nov 2006 20:08:07 +0100 paulson Consolidation of code to "blacklist" unhelpful theorems, including record
Tue, 21 Nov 2006 12:51:20 +0100 paulson Outputs a minimal number of arity clauses. Tidying of blacklist, fixing the blacklisting of thm lists
Thu, 16 Nov 2006 17:05:23 +0100 paulson Now includes only types used to instantiate overloaded constants in arity clauses
Wed, 15 Nov 2006 11:33:59 +0100 paulson Arity clauses are now produced only for types and type classes actually used.
Sat, 11 Nov 2006 23:58:46 +0100 mengj Added in is_fol_thms.
Fri, 10 Nov 2006 20:58:48 +0100 paulson Improvement to classrel clauses: now outputs the minimum needed.
Wed, 08 Nov 2006 13:48:29 +0100 wenzelm removed theory NatArith (now part of Nat);
Tue, 07 Nov 2006 16:21:54 +0100 paulson Proper theorem names at last, no fakes!!
Wed, 01 Nov 2006 15:39:20 +0100 paulson More blacklisting
Fri, 20 Oct 2006 11:04:15 +0200 paulson Added more debugging info
Thu, 12 Oct 2006 15:48:13 +0200 paulson Logging of theorem names to the /tmp directory now works
Tue, 10 Oct 2006 15:33:25 +0200 paulson A way to call the ATP linkup from ML scripts
Fri, 06 Oct 2006 15:38:29 +0200 paulson Tidied code to delete tmp files.
Fri, 06 Oct 2006 11:17:27 +0200 paulson Improved detection of identical clauses, also in the conjecture
Wed, 04 Oct 2006 14:17:38 +0200 haftmann insert replacing ins ins_int ins_string
Mon, 02 Oct 2006 17:30:56 +0200 paulson restored the "length of name > 2" check for package definitions
Fri, 29 Sep 2006 11:32:58 +0200 wenzelm simplified is_package_def -- be less ambitious about B library operations;
Thu, 28 Sep 2006 11:04:41 +0200 paulson Definitions produced by packages are now blacklisted.
Thu, 21 Sep 2006 17:33:11 +0200 paulson Yet another version of fake_thm_name. "Full" hashing ensures that there are no collisions
Wed, 20 Sep 2006 13:53:03 +0200 mengj Removed include_min_comb and include_combS.
Thu, 14 Sep 2006 00:23:02 +0200 wenzelm made SML/NJ happy;
Wed, 13 Sep 2006 12:20:21 +0200 paulson Extended the blacklist with higher-order theorems. Restructured. Added checks to
Fri, 01 Sep 2006 08:51:53 +0200 paulson refinements to conversion into clause form, esp for the HO case
Thu, 31 Aug 2006 14:36:48 +0200 webertj String.concatWith (not available in PolyML) replaced by space_implode
Thu, 31 Aug 2006 10:18:26 +0200 paulson blacklist now handles thm lists
Mon, 28 Aug 2006 18:18:31 +0200 paulson minor bug fixes
Fri, 25 Aug 2006 18:48:58 +0200 paulson abstraction of lambda-expressions
Wed, 09 Aug 2006 18:39:08 +0200 paulson blacklist augmented to block some "unit" theorems that cause unsound resolution proofs
Wed, 02 Aug 2006 22:26:41 +0200 wenzelm normalized Proof.context/method type aliases;
Fri, 28 Jul 2006 18:36:24 +0200 paulson "all theorems" mode forces definition-expansion off.
Thu, 27 Jul 2006 13:43:01 +0200 wenzelm moved basic assumption operations from structure ProofContext to Assumption;
Sat, 15 Jul 2006 13:52:10 +0200 mengj Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
Thu, 06 Jul 2006 12:18:17 +0200 paulson some tidying; fixed the output of theorem names
Thu, 15 Jun 2006 17:50:47 +0200 paulson the "all_theorems" option and some fixes
Sun, 04 Jun 2006 10:52:47 +0200 mengj ATP/res_clasimpset.ML has been merged into res_atp.ML.
Mon, 29 May 2006 17:38:30 +0200 paulson warnings to debug outputs
Mon, 29 May 2006 16:18:31 +0200 paulson Giving the "--silent" switch to E, to produce less output
Thu, 25 May 2006 11:51:37 +0200 mengj Added in settings used by "spass" method.
Thu, 25 May 2006 08:08:04 +0200 mengj Added support for DFG format, used by SPASS.
Wed, 17 May 2006 12:28:47 +0200 paulson removing the string array from the result of get_clasimp_atp_lemmas
Tue, 16 May 2006 13:01:23 +0200 wenzelm replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
Thu, 11 May 2006 19:19:31 +0200 wenzelm avoid raw equality on type thm;
Fri, 28 Apr 2006 05:58:53 +0200 mengj removed the functions for getting HOL helper paths.
Thu, 20 Apr 2006 04:20:06 +0200 mengj Changed the logic detection method.
Wed, 19 Apr 2006 13:11:35 +0200 paulson exported linkup_logic_mode and changed the default setting
Wed, 19 Apr 2006 10:41:37 +0200 paulson tidying; ATP options including CASC mode for Vampire
Tue, 18 Apr 2006 05:36:38 +0200 mengj Tidied up some programs.
Fri, 07 Apr 2006 05:12:00 +0200 mengj lemmas returned from ResClasimp.get_clasimp_atp_lemmas are thm rather than term.
Thu, 09 Mar 2006 06:05:01 +0100 mengj Added more functions to the signature and tidied up some functions.
Tue, 07 Mar 2006 16:46:54 +0100 paulson Tidying. New invoke_atp_ml for top-level debugging. Flag to force FOL mode.
Tue, 07 Mar 2006 03:51:40 +0100 mengj Merged res_atp_setup.ML into res_atp.ML.
Thu, 09 Feb 2006 12:20:31 +0100 paulson tidying
Tue, 31 Jan 2006 10:39:13 +0100 paulson reorganization of code to support DFG otuput
Fri, 27 Jan 2006 18:29:33 +0100 paulson tidying up SPASS output
Mon, 23 Jan 2006 11:41:54 +0100 paulson ResClasimp.get_clasimp_lemmas now takes all subgoals rather than only the first
Tue, 17 Jan 2006 10:26:36 +0100 paulson improved SPASS support
Sat, 14 Jan 2006 17:14:13 +0100 wenzelm Output.debug;
Fri, 13 Jan 2006 17:39:03 +0100 paulson more practical time limit
Wed, 14 Dec 2005 16:13:09 +0100 paulson removed unused function repeat_RS
Mon, 28 Nov 2005 07:12:01 +0100 mengj Only output arities and class relations if !ResClause.keep_types is true.
Fri, 28 Oct 2005 02:29:01 +0200 mengj Added "writeln_strs" to the signature
Tue, 18 Oct 2005 15:08:38 +0200 paulson new interface to make_conjecture_clauses
Fri, 14 Oct 2005 15:34:56 +0200 paulson signature changes
Fri, 14 Oct 2005 10:19:50 +0200 paulson deletion of Tools/res_types_sorts; removal of absolute numbering of clauses
Mon, 10 Oct 2005 15:35:29 +0200 paulson small tidy-up of utility functions
Fri, 07 Oct 2005 17:57:21 +0200 paulson minor code tidyig
Fri, 07 Oct 2005 11:29:24 +0200 paulson more tidying. Fixed process management bugs and race condition
Thu, 06 Oct 2005 10:14:22 +0200 paulson major simplification: removal of the goalstring argument
Wed, 05 Oct 2005 11:18:06 +0200 paulson improved process handling. tidied
Tue, 04 Oct 2005 09:59:01 +0200 paulson fixed the ascii-armouring of goalstring
Thu, 29 Sep 2005 12:45:04 +0200 paulson improvements for problem generation
Wed, 28 Sep 2005 11:16:27 +0200 paulson time limit option; fixed bug concerning first line of ATP output
Tue, 20 Sep 2005 18:43:39 +0200 paulson tidying, and support for axclass/classrel clauses
Tue, 20 Sep 2005 13:17:55 +0200 paulson further tidying; killing of old Watcher loops
Mon, 19 Sep 2005 18:30:22 +0200 paulson further simplification of the Isabelle-ATP linkup
Mon, 19 Sep 2005 15:12:13 +0200 paulson simplification of the Isabelle-ATP code; hooks for batch generation of problems
Fri, 16 Sep 2005 11:39:09 +0200 paulson PARTIAL conversion to Vampire8
Thu, 15 Sep 2005 17:46:00 +0200 paulson massive tidy-up and simplification
Thu, 15 Sep 2005 11:15:52 +0200 paulson the experimental tagging system, and the usual tidying
Fri, 09 Sep 2005 17:47:37 +0200 paulson Isabelle-ATP link: sortable axiom names; no spaces in switches; general tidying
Wed, 07 Sep 2005 18:14:26 +0200 paulson Progress on eprover linkup, also massive tidying
Wed, 07 Sep 2005 09:54:31 +0200 paulson axioms now included in tptp files, no /bin/cat and various tidying
Fri, 02 Sep 2005 21:29:33 +0200 quigley Added ECommunication.ML and modified res_atp.ML, Reconstruction.thy, and
Fri, 02 Sep 2005 17:55:24 +0200 paulson further tidying up of Isabelle-ATP link
Fri, 02 Sep 2005 15:25:44 +0200 paulson tidying up the Isabelle/ATP interface
Fri, 26 Aug 2005 19:36:07 +0200 quigley DFG output now works for untyped rules (ML "ResClause.untyped();")
Wed, 17 Aug 2005 13:52:53 +0200 paulson new command to invoke ATPs
Thu, 28 Jul 2005 17:55:39 +0200 paulson dead code
Wed, 27 Jul 2005 11:30:34 +0200 paulson simpler variable names, and no types for monomorphic constants
Fri, 22 Jul 2005 17:42:40 +0200 paulson tidied up the tracing output
Wed, 20 Jul 2005 17:00:28 +0200 paulson code streamlining
Wed, 13 Jul 2005 16:07:23 +0200 wenzelm use Toplevel.print_state_hook instead of adhoc Proof.atp_hook;
Mon, 11 Jul 2005 16:42:42 +0200 quigley Fixed some problems with the signal handler.
Thu, 07 Jul 2005 18:25:02 +0200 paulson inserted basic relevance-checking code, WHICH ONLY WORKS FOR 1ST SUBGOAL
Mon, 04 Jul 2005 15:51:56 +0200 quigley Streamlined the signal handler in watcher.ML
Tue, 21 Jun 2005 23:44:18 +0200 quigley Integrated vampire lemma code.
Tue, 21 Jun 2005 13:34:24 +0200 paulson VAMPIRE_HOME, helper_path and various stylistic tweaks
Mon, 20 Jun 2005 18:39:24 +0200 quigley Added VampCommunication.ML.
less more (0) -120 tip