blanchet [Sun, 01 May 2011 18:57:45 +0200] rev 42591
minor doc fixes
blanchet [Sun, 01 May 2011 18:52:38 +0200] rev 42590
adapt to new type system names
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42589
restructured type systems some more -- the old naming schemes had "argshg diff |less" and "tagshg diff |less" as equivalent and didn't support a monomorphic version of "tags"
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42588
take "partial_types" option with a grain of salt
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42587
fixed SPASS fact offset calculation and report unexpected unsound proofs with so-called sound encodings
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42586
close formula universally, to make SPASS happy
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42585
fixed embarrassing bug where conjecture and fact offsets were swapped
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42584
pick up GaveUp error on SystemOnTPTP
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42583
avoid trailing digits for SNARK (type) names -- grr...
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42582
document new type system syntax
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42581
use ! for mildly unsound and !! for very unsound encodings
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42580
use new type system syntax
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42579
implement the new ATP type system in Sledgehammer
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42578
define type system in ATP module so that ATPs can suggest a type system
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42577
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
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42576
merge symbol declarations that are type-instances of each other -- useful for type system "Args true" with monomorphization turned off
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42575
drop even more bound types in symbol declarations -- useful in particular for type system "Args true"
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42574
tuning
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42573
got rid of one "sym_table" in "prepare_atp_problem" now that proxies are always handled first, and tuned accordingly
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42572
drop "fequal" type args for unmangled type systems
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42571
recognize more SystemOnTPTP errors
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42570
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
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42569
make sure that fequal keeps its type arguments for mangled type systems
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42568
no needless "fequal" proxies if "explicit_apply" is set + always have readable names
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42567
shorten readable names -- they can get really long with monomorphization, which actually slows down the ATPs
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42566
avoid Type.TYPE_MATCH exception for "True_or_False" for "If"
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42565
proper handling of partially applied proxy symbols
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42564
make the problems a bit lighter by getting rid of bound quantifiers for monomorphized constants, since these always have the same return type