Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
implement the new ATP type system in Sledgehammer
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
define type system in ATP module so that ATPs can suggest a type system
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
made the format (TFF or FOF) of the TPTP problem a global argument of the problem again and have the ATPs report which formats they support
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
merge symbol declarations that are type-instances of each other -- useful for type system "Args true" with monomorphization turned off
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
drop even more bound types in symbol declarations -- useful in particular for type system "Args true"
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
tuning
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
got rid of one "sym_table" in "prepare_atp_problem" now that proxies are always handled first, and tuned accordingly
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
drop "fequal" type args for unmangled type systems
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
recognize more SystemOnTPTP errors
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
cleanup proxification/unproxification and make sure that "num_atp_type_args" is called on the proxy in the reconstruction code, since "c_fequal" has one type arg but the unproxified equal has 0
|
changeset |
files
|
Sun, 01 May 2011 18:37:25 +0200 |
blanchet |
make sure that fequal keeps its type arguments for mangled type systems
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
no needless "fequal" proxies if "explicit_apply" is set + always have readable names
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
shorten readable names -- they can get really long with monomorphization, which actually slows down the ATPs
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
avoid Type.TYPE_MATCH exception for "True_or_False" for "If"
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
proper handling of partially applied proxy symbols
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
make the problems a bit lighter by getting rid of bound quantifiers for monomorphized constants, since these always have the same return type
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
improve helper type instantiation code
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
killed needless datatype "combtyp" in Metis
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
have properly type-instantiated helper facts (combinators and If)
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
don't destroy sym table entry for special symbols such as "hAPP" if "explicit_apply" is set
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
better known failure recognition for ToFoF-E
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
cleaned up "explicit_apply" so that it shares most of its code path with the default mode of operation
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fixed min-arity computation when "explicit_apply" is specified
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fixed "tags" type encoding after latest round of changes
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
more higher-order tests for Sledgehammer/ATP
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added friendly hint when Isar proof is missing
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fix handling of proxies after recent drastic changes to the type encodings
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added a hint to Metis errors suggesting metisFT -- it sometimes work
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
reconstruct TFF type predicates correctly for ToFoF
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fixed parsing of not in ATP proofs (e.g. ~x | y is (~x) | y, not ~(x | y))
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
handle special constants correctly in Isar proof reconstruction code, especially type predicates
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
make sure the minimizer monomorphizes when it should
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fixed arity of special constants if "explicit_apply" is set
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
make sure typing fact names are unique (needed e.g. by SNARK)
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
minor cleanup
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
reimplemented the hAPP introduction code so that it's done earlier, when the types are still available
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
declare TFF types so that SNARK can be used with types
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
perform constant mangling and/or removal of its type args in an earlier phase, so that the rest of the code doesn't need to worry about it
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
move type declarations to the front, for TFF-compliance
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
use postfix syntax for mangled types, for consistency with unmangled
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
generate typing for "hBOOL" in "Many_Typed" mode + tuning
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
generate pure TFF problems -- ToFoF doesn't like mixtures of FOF and TFF, even when the two logics coincide (e.g. for ground formulas)
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
unprefix evil "fof_" prefix inserted by ToFoF
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
generate TFF type declarations in typed mode
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added more rudimentary type support to Sledgehammer's ATP encoding
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
fixed type of ATP quantifier types (sic)
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added support for TFF type declarations
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added room for types in ATP quantifiers
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
distinguish FOF and TFF (typed first-order) in ATP abstract syntax tree
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
remove experimental feature ("risky overload")
|
changeset |
files
|
Sun, 01 May 2011 18:37:24 +0200 |
blanchet |
added (without implementation yet) new type encodings for Sledgehammer/ATP
|
changeset |
files
|
Sun, 01 May 2011 18:37:23 +0200 |
blanchet |
close ATP formulas universally earlier, so that we can add type predicates
|
changeset |
files
|
Sun, 01 May 2011 18:37:23 +0200 |
blanchet |
get rid of "explicit_forall" prover-specific option, even if that means some clutter -- foralls will be necessary to attach types to variables
|
changeset |
files
|
Sun, 01 May 2011 18:37:23 +0200 |
blanchet |
renamings
|
changeset |
files
|