blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42558
cleaned up "explicit_apply" so that it shares most of its code path with the default mode of operation
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42557
fixed min-arity computation when "explicit_apply" is specified
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42556
fixed "tags" type encoding after latest round of changes
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42555
more higher-order tests for Sledgehammer/ATP
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42554
added friendly hint when Isar proof is missing
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42553
fix handling of proxies after recent drastic changes to the type encodings
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42552
added a hint to Metis errors suggesting metisFT -- it sometimes work
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42551
reconstruct TFF type predicates correctly for ToFoF
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42550
fixed parsing of not in ATP proofs (e.g. ~x | y is (~x) | y, not ~(x | y))
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42549
handle special constants correctly in Isar proof reconstruction code, especially type predicates
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42548
make sure the minimizer monomorphizes when it should
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42547
fixed arity of special constants if "explicit_apply" is set
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42546
make sure typing fact names are unique (needed e.g. by SNARK)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42545
minor cleanup
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42544
reimplemented the hAPP introduction code so that it's done earlier, when the types are still available
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42543
declare TFF types so that SNARK can be used with types
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42542
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
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42541
move type declarations to the front, for TFF-compliance
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42540
use postfix syntax for mangled types, for consistency with unmangled
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42539
generate typing for "hBOOL" in "Many_Typed" mode + tuning
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42538
generate pure TFF problems -- ToFoF doesn't like mixtures of FOF and TFF, even when the two logics coincide (e.g. for ground formulas)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42537
improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42536
unprefix evil "fof_" prefix inserted by ToFoF
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42535
added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42534
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42533
generate TFF type declarations in typed mode
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42532
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42531
added more rudimentary type support to Sledgehammer's ATP encoding