blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42606
show sorts not just types in Isar proofs + tuning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42605
Vampire sometimes generates formulas with ~ (not) followed by a quantified subformula, without parentheses -- parse these correctly
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42604
tuning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42603
make SML/NJ happy
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42602
added TPTP exporter facility -- useful to do experiments with machine learning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42601
renamed theory to make its purpose clearer
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 42600
fixing typo
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 42599
improving naming of fresh variables in OCaml serializer
bulwahn [Mon, 02 May 2011 10:50:07 +0200] rev 42598
adding code generation setup for String.implode and String.explode in OCaml (contributed by Andreas Lochbihler)
wenzelm [Mon, 02 May 2011 01:20:28 +0200] rev 42597
merged;
wenzelm [Mon, 02 May 2011 01:05:50 +0200] rev 42596
modernized rail diagrams using @{rail} antiquotation;
blanchet [Mon, 02 May 2011 01:05:24 +0200] rev 42595
tuning
blanchet [Mon, 02 May 2011 01:05:14 +0200] rev 42594
fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs
blanchet [Sun, 01 May 2011 22:36:58 +0200] rev 42593
use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...
blanchet [Sun, 01 May 2011 21:53:32 +0200] rev 42592
beware of polymorphic types in typed translation symbol declarations -- match alpha-equivalent types and, more importantly, prevent unsoundnesses by generating type constraints on the arguments of a polymorphic symbols (otherwise "hAPP" can be given any result type)
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