Sun, 01 May 2011 18:37:24 +0200 handle special constants correctly in Isar proof reconstruction code, especially type predicates
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42549
handle special constants correctly in Isar proof reconstruction code, especially type predicates
Sun, 01 May 2011 18:37:24 +0200 make sure the minimizer monomorphizes when it should
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42548
make sure the minimizer monomorphizes when it should
Sun, 01 May 2011 18:37:24 +0200 fixed arity of special constants if "explicit_apply" is set
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42547
fixed arity of special constants if "explicit_apply" is set
Sun, 01 May 2011 18:37:24 +0200 make sure typing fact names are unique (needed e.g. by SNARK)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42546
make sure typing fact names are unique (needed e.g. by SNARK)
Sun, 01 May 2011 18:37:24 +0200 minor cleanup
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42545
minor cleanup
Sun, 01 May 2011 18:37:24 +0200 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 42544
reimplemented the hAPP introduction code so that it's done earlier, when the types are still available
Sun, 01 May 2011 18:37:24 +0200 declare TFF types so that SNARK can be used with types
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42543
declare TFF types so that SNARK can be used with types
Sun, 01 May 2011 18:37:24 +0200 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 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
Sun, 01 May 2011 18:37:24 +0200 move type declarations to the front, for TFF-compliance
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42541
move type declarations to the front, for TFF-compliance
Sun, 01 May 2011 18:37:24 +0200 use postfix syntax for mangled types, for consistency with unmangled
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42540
use postfix syntax for mangled types, for consistency with unmangled
Sun, 01 May 2011 18:37:24 +0200 generate typing for "hBOOL" in "Many_Typed" mode + tuning
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42539
generate typing for "hBOOL" in "Many_Typed" mode + tuning
Sun, 01 May 2011 18:37:24 +0200 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 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)
Sun, 01 May 2011 18:37:24 +0200 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 42537
improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
Sun, 01 May 2011 18:37:24 +0200 unprefix evil "fof_" prefix inserted by ToFoF
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42536
unprefix evil "fof_" prefix inserted by ToFoF
Sun, 01 May 2011 18:37:24 +0200 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 42535
added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
Sun, 01 May 2011 18:37:24 +0200 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 42534
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
Sun, 01 May 2011 18:37:24 +0200 generate TFF type declarations in typed mode
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42533
generate TFF type declarations in typed mode
Sun, 01 May 2011 18:37:24 +0200 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 42532
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
Sun, 01 May 2011 18:37:24 +0200 added more rudimentary type support to Sledgehammer's ATP encoding
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42531
added more rudimentary type support to Sledgehammer's ATP encoding
Sun, 01 May 2011 18:37:24 +0200 fixed type of ATP quantifier types (sic)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42530
fixed type of ATP quantifier types (sic)
Sun, 01 May 2011 18:37:24 +0200 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 42529
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
Sun, 01 May 2011 18:37:24 +0200 added support for TFF type declarations
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42528
added support for TFF type declarations
Sun, 01 May 2011 18:37:24 +0200 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 42527
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
Sun, 01 May 2011 18:37:24 +0200 added room for types in ATP quantifiers
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42526
added room for types in ATP quantifiers
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip