Mon, 29 Sep 2014 10:39:39 +0200 |
blanchet |
parse back type of SPASS proof variables
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 14:39:23 +0200 |
steckerm |
Added translation for lambda expressions in terms.
|
file |
diff |
annotate
|
Sat, 12 Jul 2014 11:31:23 +0200 |
blanchet |
don't generate TPTP THF 'Definition's, because they complicate reconstruction for AgsyHOL and Satallax
|
file |
diff |
annotate
|
Thu, 10 Jul 2014 18:08:21 +0200 |
blanchet |
lambda-lifting for Z3 Isar proofs
|
file |
diff |
annotate
|
Thu, 10 Jul 2014 14:12:16 +0200 |
blanchet |
avoid loop in 'all_class_pairs' (caused by e.g. loading the 'Ceta' theory and calling Sledgehammer with the two facts 'fun_of_map.cases' and 'Lattices.bounded_lattice_top_class.sup_top_left' with a polymorphic type encoding)
|
file |
diff |
annotate
|
Wed, 09 Jul 2014 11:35:52 +0200 |
blanchet |
get rid of some pointer equalities
|
file |
diff |
annotate
|
Tue, 01 Jul 2014 23:02:25 +0200 |
blanchet |
reverted 9512b867259c -- appears to break 'metis'
|
file |
diff |
annotate
|
Tue, 01 Jul 2014 16:49:25 +0200 |
blanchet |
fixed soundness bug in monotonicity-based type encodings -- the helper facts must be considered too
|
file |
diff |
annotate
|
Fri, 27 Jun 2014 10:11:44 +0200 |
blanchet |
whitespace tuning
|
file |
diff |
annotate
|
Tue, 24 Jun 2014 08:19:57 +0200 |
blanchet |
added 'dummy_thf_ml' prover for experiments with HOLyHammer
|
file |
diff |
annotate
|
Tue, 24 Jun 2014 08:19:56 +0200 |
blanchet |
phantoms may also occur in THF1
|
file |
diff |
annotate
|
Mon, 16 Jun 2014 19:41:00 +0200 |
blanchet |
added 'waldmeister_new' as ATP
|
file |
diff |
annotate
|
Mon, 16 Jun 2014 19:40:59 +0200 |
blanchet |
simplified code
|
file |
diff |
annotate
|
Fri, 25 Apr 2014 11:58:10 +0200 |
blanchet |
reintroduced '...' (nonexhaustive) syntax for SPASS-Pirate
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 10:23:26 +0200 |
blanchet |
declare 'bool' and its proxies as a datatype for SPASS-Pirate
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 18:19:57 +0100 |
wenzelm |
more antiquotations;
|
file |
diff |
annotate
|
Fri, 21 Mar 2014 20:33:56 +0100 |
wenzelm |
more qualified names;
|
file |
diff |
annotate
|
Fri, 21 Mar 2014 15:12:03 +0100 |
wenzelm |
more qualified names;
|
file |
diff |
annotate
|
Fri, 21 Mar 2014 12:34:50 +0100 |
wenzelm |
more qualified names;
|
file |
diff |
annotate
|
Fri, 31 Jan 2014 16:10:39 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 19:37:43 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 19:35:50 +0100 |
blanchet |
tuning 'case' expressions
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 15:47:17 +0100 |
blanchet |
extended ATP types with sorts
|
file |
diff |
annotate
|
Wed, 18 Dec 2013 16:50:14 +0100 |
blanchet |
generate type classes for tfrees
|
file |
diff |
annotate
|
Tue, 17 Dec 2013 14:22:48 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Tue, 17 Dec 2013 14:03:29 +0100 |
blanchet |
primitive support for SPASS-Pirate (Daniel Wand's polymorphic SPASS prototype)
|
file |
diff |
annotate
|
Mon, 16 Dec 2013 17:18:52 +0100 |
blanchet |
fixed confusion between 'prop' and 'bool' introduced in 4960647932ec
|
file |
diff |
annotate
|
Sun, 15 Dec 2013 19:01:06 +0100 |
blanchet |
use 'prop' rather than 'bool' systematically in Isar reconstruction code
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 21:33:34 +0100 |
blanchet |
eliminated Sledgehammer's dependency on old-style datatypes
|
file |
diff |
annotate
|
Thu, 14 Nov 2013 19:54:10 +0100 |
blanchet |
implemented 'tptp_translate'
|
file |
diff |
annotate
|
Thu, 24 Oct 2013 12:43:33 +0200 |
blanchet |
use definitions for LEO-II as well -- this simplifies the code and matches some users' expectations
|
file |
diff |
annotate
|
Tue, 15 Oct 2013 10:59:34 +0200 |
blanchet |
addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 15:39:34 +0200 |
blanchet |
use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
|
file |
diff |
annotate
|
Thu, 12 Sep 2013 22:10:57 +0200 |
blanchet |
prefixed types and some functions with "atp_" for disambiguation
|
file |
diff |
annotate
|
Tue, 13 Aug 2013 10:26:56 +0200 |
blanchet |
Vampire 3.0 requires types to be declared -- make it happy (and get rid of "implicit" types since only Satallax seems to support them anymore)
|
file |
diff |
annotate
|
Fri, 24 May 2013 16:43:37 +0200 |
blanchet |
improved handling of free variables' types in Isar proofs
|
file |
diff |
annotate
|
Mon, 20 May 2013 12:35:29 +0200 |
blanchet |
freeze types in Sledgehammer goal, not just terms
|
file |
diff |
annotate
|
Sun, 19 May 2013 20:41:19 +0200 |
blanchet |
made "completish" mode a bit more complete
|
file |
diff |
annotate
|
Thu, 16 May 2013 21:55:12 +0200 |
blanchet |
properly handle SPASS constructors w.r.t. partially applied functions
|
file |
diff |
annotate
|
Thu, 16 May 2013 15:03:28 +0200 |
blanchet |
tuned comments
|
file |
diff |
annotate
|
Thu, 16 May 2013 14:27:43 +0200 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 16 May 2013 14:15:22 +0200 |
blanchet |
more work on SPASS datatypes
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:34:13 +0200 |
blanchet |
tuning -- renamed '_from_' to '_of_' in Sledgehammer
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:19:27 +0200 |
blanchet |
compile
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:05:52 +0200 |
blanchet |
don't recognize overloaded constants as constructors for the purpose of removing type arguments
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:05:52 +0200 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:05:52 +0200 |
blanchet |
reintroduced syntax for "nonexhaustive" datatypes
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:05:52 +0200 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:05:52 +0200 |
blanchet |
more work on SPASS datatypes
|
file |
diff |
annotate
|
Wed, 15 May 2013 18:44:19 +0200 |
blanchet |
tuning
|
file |
diff |
annotate
|
Wed, 15 May 2013 18:39:20 +0200 |
blanchet |
more work on SPASS datatypes
|
file |
diff |
annotate
|
Wed, 15 May 2013 18:05:46 +0200 |
blanchet |
more work on implementing datatype output for new SPASS
|
file |
diff |
annotate
|
Wed, 15 May 2013 17:43:42 +0200 |
blanchet |
renamed Sledgehammer functions with 'for' in their names to 'of'
|
file |
diff |
annotate
|
Wed, 08 May 2013 19:16:43 +0200 |
blanchet |
avoid polymorphic uncurried aliases with more arguments than there are arguments in the most general type of a HOL constant, to dodge issues at declaration time
|
file |
diff |
annotate
|
Wed, 08 May 2013 16:38:02 +0200 |
blanchet |
proper unmangling -- the bug is visible when "uncurried_aliases" is enabled with Alt-Ergo or Poly. SPASS
|
file |
diff |
annotate
|
Thu, 18 Apr 2013 17:07:01 +0200 |
wenzelm |
simplifier uses proper Proof.context instead of historic type simpset;
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 15:19:14 +0200 |
blanchet |
avoid duplicate "tcon_" names
|
file |
diff |
annotate
|
Fri, 18 Jan 2013 16:06:45 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Fri, 18 Jan 2013 14:33:16 +0100 |
blanchet |
pass correct index to "Sign.typ_unify" -- this is important to avoid what appears to be an infinite loop in the unifier
|
file |
diff |
annotate
|
Mon, 07 Jan 2013 19:15:01 +0100 |
blanchet |
tuned output
|
file |
diff |
annotate
|