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
|