src/HOL/Tools/Sledgehammer/sledgehammer_tptp_format.ML
Tue, 27 Jul 2010 17:32:10 +0200 blanchet move Sledgehammer-specific code out of "Sledgehammer_TPTP_Format"
Tue, 27 Jul 2010 15:28:23 +0200 blanchet extract sort constraints from FOFs properly;
Tue, 27 Jul 2010 14:12:35 +0200 blanchet no polymorphic "var"
Tue, 27 Jul 2010 13:15:58 +0200 blanchet negate tfree conjecture
Tue, 27 Jul 2010 00:08:05 +0200 blanchet simplify code
Mon, 26 Jul 2010 23:54:40 +0200 blanchet prevent schematic variable clash in combinator-introduction code, when invoked from Sledgehammer (another consequence of the CNF -> FOF transition)
Mon, 26 Jul 2010 22:35:25 +0200 blanchet remove obsolete field in record
Mon, 26 Jul 2010 17:03:21 +0200 blanchet generate full first-order formulas (FOF) in Sledgehammer
Mon, 26 Jul 2010 14:14:24 +0200 blanchet make TPTP generator accept full first-order formulas
Mon, 26 Jul 2010 11:26:47 +0200 blanchet generate close formulas for SPASS, but not for the others (to avoid clutter)
Mon, 26 Jul 2010 11:21:25 +0200 blanchet renamed internal function
Fri, 23 Jul 2010 21:29:29 +0200 blanchet keep track of clause numbers for SPASS now that we generate FOF rather than CNF problems;
Fri, 23 Jul 2010 15:04:49 +0200 blanchet first step in using "fof" rather than "cnf" in TPTP problems
Thu, 22 Jul 2010 11:29:31 +0200 blanchet no polymorphic "var"s
Wed, 21 Jul 2010 21:15:07 +0200 blanchet renamings + only need second component of name pool to reconstruct proofs
Wed, 21 Jul 2010 21:14:47 +0200 blanchet rename "classrel" to "class_rel"
Wed, 21 Jul 2010 21:14:26 +0200 blanchet rename "combtyp" constructors
Wed, 21 Jul 2010 21:14:07 +0200 blanchet renamed "Literal" to "FOLLiteral"
Wed, 21 Jul 2010 21:13:46 +0200 blanchet renamed "HOLClause" to "FOLClause" -- it's really a FOL clause with combinators
Sat, 03 Jul 2010 00:49:12 +0200 blanchet remove needless signature entry
Wed, 30 Jun 2010 18:03:34 +0200 blanchet rewrote the TPTP problem generation code more or less from scratch;
Tue, 29 Jun 2010 13:23:13 +0200 blanchet rename functions
Tue, 29 Jun 2010 09:19:16 +0200 blanchet move "nice names" from Metis to TPTP format
Mon, 28 Jun 2010 17:32:28 +0200 blanchet always perform "inline" skolemization, polymorphism or not, Skolem cache or not
Fri, 25 Jun 2010 17:08:39 +0200 blanchet renamed "Sledgehammer_FOL_Clauses" to "Metis_Clauses", so that Metis doesn't depend on Sledgehammer
Fri, 25 Jun 2010 16:42:06 +0200 blanchet merge "Sledgehammer_{F,H}OL_Clause", as requested by a FIXME
Wed, 23 Jun 2010 16:28:12 +0200 blanchet fix syntax bug in the TPTP output, by ensuring that "hBOOL" is correctly used for n-ary predicates even if (n + k)-ary occurrences of the same predicate, but with a different type, occur in the same problem
Wed, 23 Jun 2010 15:35:18 +0200 blanchet renamed for easier grep
Tue, 22 Jun 2010 23:54:02 +0200 blanchet factor out TPTP format output into file of its own, to facilitate further changes
less more (0) tip