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
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
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"
Sun, 01 May 2011 18:37:25 +0200 blanchet tuning
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
Sun, 01 May 2011 18:37:25 +0200 blanchet drop "fequal" type args for unmangled type systems
Sun, 01 May 2011 18:37:25 +0200 blanchet recognize more SystemOnTPTP errors
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
Sun, 01 May 2011 18:37:25 +0200 blanchet make sure that fequal keeps its type arguments for mangled type systems
Sun, 01 May 2011 18:37:24 +0200 blanchet no needless "fequal" proxies if "explicit_apply" is set + always have readable names
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
Sun, 01 May 2011 18:37:24 +0200 blanchet avoid Type.TYPE_MATCH exception for "True_or_False" for "If"
Sun, 01 May 2011 18:37:24 +0200 blanchet proper handling of partially applied proxy symbols
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
Sun, 01 May 2011 18:37:24 +0200 blanchet improve helper type instantiation code
Sun, 01 May 2011 18:37:24 +0200 blanchet killed needless datatype "combtyp" in Metis
Sun, 01 May 2011 18:37:24 +0200 blanchet have properly type-instantiated helper facts (combinators and If)
Sun, 01 May 2011 18:37:24 +0200 blanchet don't destroy sym table entry for special symbols such as "hAPP" if "explicit_apply" is set
Sun, 01 May 2011 18:37:24 +0200 blanchet better known failure recognition for ToFoF-E
Sun, 01 May 2011 18:37:24 +0200 blanchet cleaned up "explicit_apply" so that it shares most of its code path with the default mode of operation
Sun, 01 May 2011 18:37:24 +0200 blanchet fixed min-arity computation when "explicit_apply" is specified
Sun, 01 May 2011 18:37:24 +0200 blanchet fixed "tags" type encoding after latest round of changes
Sun, 01 May 2011 18:37:24 +0200 blanchet more higher-order tests for Sledgehammer/ATP
Sun, 01 May 2011 18:37:24 +0200 blanchet added friendly hint when Isar proof is missing
Sun, 01 May 2011 18:37:24 +0200 blanchet fix handling of proxies after recent drastic changes to the type encodings
Sun, 01 May 2011 18:37:24 +0200 blanchet added a hint to Metis errors suggesting metisFT -- it sometimes work
Sun, 01 May 2011 18:37:24 +0200 blanchet reconstruct TFF type predicates correctly for ToFoF
Sun, 01 May 2011 18:37:24 +0200 blanchet fixed parsing of not in ATP proofs (e.g. ~x | y is (~x) | y, not ~(x | y))
Sun, 01 May 2011 18:37:24 +0200 blanchet handle special constants correctly in Isar proof reconstruction code, especially type predicates
Sun, 01 May 2011 18:37:24 +0200 blanchet make sure the minimizer monomorphizes when it should
Sun, 01 May 2011 18:37:24 +0200 blanchet fixed arity of special constants if "explicit_apply" is set
Sun, 01 May 2011 18:37:24 +0200 blanchet make sure typing fact names are unique (needed e.g. by SNARK)
Sun, 01 May 2011 18:37:24 +0200 blanchet minor cleanup
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet declare TFF types so that SNARK can be used with types
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet move type declarations to the front, for TFF-compliance
Sun, 01 May 2011 18:37:24 +0200 blanchet use postfix syntax for mangled types, for consistency with unmangled
Sun, 01 May 2011 18:37:24 +0200 blanchet generate typing for "hBOOL" in "Many_Typed" mode + tuning
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
Sun, 01 May 2011 18:37:24 +0200 blanchet unprefix evil "fof_" prefix inserted by ToFoF
Sun, 01 May 2011 18:37:24 +0200 blanchet added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet generate TFF type declarations in typed mode
Sun, 01 May 2011 18:37:24 +0200 blanchet no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
Sun, 01 May 2011 18:37:24 +0200 blanchet added more rudimentary type support to Sledgehammer's ATP encoding
Sun, 01 May 2011 18:37:24 +0200 blanchet fixed type of ATP quantifier types (sic)
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet added support for TFF type declarations
Sun, 01 May 2011 18:37:24 +0200 blanchet 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 blanchet added room for types in ATP quantifiers
Sun, 01 May 2011 18:37:24 +0200 blanchet distinguish FOF and TFF (typed first-order) in ATP abstract syntax tree
Sun, 01 May 2011 18:37:24 +0200 blanchet remove experimental feature ("risky overload")
Sun, 01 May 2011 18:37:24 +0200 blanchet added (without implementation yet) new type encodings for Sledgehammer/ATP
Sun, 01 May 2011 18:37:23 +0200 blanchet close ATP formulas universally earlier, so that we can add type predicates
Sun, 01 May 2011 18:37:23 +0200 blanchet get rid of "explicit_forall" prover-specific option, even if that means some clutter -- foralls will be necessary to attach types to variables
Sun, 01 May 2011 18:37:23 +0200 blanchet renamings
Sun, 01 May 2011 18:05:09 +0200 wenzelm tuned;
Sun, 01 May 2011 17:55:29 +0200 wenzelm include static rail files for old manuals, to make standard make job independent of the "rail" executable;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip