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
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42530
fixed type of ATP quantifier types (sic)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42529
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42528
added support for TFF type declarations
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42527
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42526
added room for types in ATP quantifiers