Thu, 14 Jul 2011 17:29:30 +0200 blanchet move error logic closer to user
Thu, 14 Jul 2011 17:29:30 +0200 blanchet allow lambda-lifting without triggers
Thu, 14 Jul 2011 16:50:05 +0200 blanchet move lambda translation option from ATP to Sledgehammer, to avoid accidentally breaking Metis (its reconstruction code can only deal with combinators)
Thu, 14 Jul 2011 16:50:05 +0200 blanchet added option to control which lambda translation to use (for experiments)
Thu, 14 Jul 2011 15:14:38 +0200 blanchet fix subtle type inference bug in Metis -- different occurrences of the same Skolem might need to be typed differently, using paramify_vars overconstraints the typing problem
Thu, 14 Jul 2011 15:14:38 +0200 blanchet use monomorphic encoding as fallback, since they tend to produce fewer type errors
Thu, 14 Jul 2011 15:14:38 +0200 blanchet don't generate Waldmeister problems with only a conjecture, since it makes it crash sometimes
Thu, 14 Jul 2011 15:14:37 +0200 blanchet clearer unsound message
Thu, 14 Jul 2011 15:14:37 +0200 blanchet clarify fine soundness point
Thu, 14 Jul 2011 15:14:37 +0200 blanchet always unfold "Let"s is Sledgehammer, Metis, and MESON
Thu, 14 Jul 2011 15:14:37 +0200 blanchet unbreak Nitrox's parsing
Thu, 14 Jul 2011 00:21:56 +0200 haftmann merged
Thu, 14 Jul 2011 00:20:43 +0200 haftmann tuned lemma positions and proofs
Thu, 14 Jul 2011 00:16:41 +0200 haftmann tuned notation
Wed, 13 Jul 2011 23:49:56 +0200 haftmann uniqueness lemmas for bot and top
Wed, 13 Jul 2011 23:41:13 +0200 haftmann adjusted to tightened specification of classes bot and top
Wed, 13 Jul 2011 19:43:12 +0200 haftmann moved lemmas bot_less and less_top to classes bot and top respectively
Wed, 13 Jul 2011 19:40:18 +0200 haftmann tightened specification of classes bot and top: uniqueness of top and bot elements
Wed, 13 Jul 2011 22:16:19 +0200 blanchet honor the TPTP environment variable as the root of include relative paths -- that's a weird convention but without it Nitrox will fail at CASC
Wed, 13 Jul 2011 22:16:19 +0200 blanchet better temp name creation for Nitrox -- still very hackish though, but should get us through CASC-23 and CASC-J6
Wed, 13 Jul 2011 22:16:19 +0200 blanchet more exhaustive testing in Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 blanchet no timeout for Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 blanchet avoid relying on piping to "isabelle tty", because this gives errors on some Linuxes about the standard input not being a tty
Wed, 13 Jul 2011 22:16:19 +0200 blanchet added arithmetic decision procedure to CASC setup
Wed, 13 Jul 2011 22:16:19 +0200 blanchet added some arithmetic functions, for THF with arithmetic
Wed, 13 Jul 2011 22:16:19 +0200 blanchet pull in arithmetic theories
Wed, 13 Jul 2011 22:16:19 +0200 blanchet cleanly separate TPTP related files from other examples
Wed, 13 Jul 2011 21:59:54 +0200 bulwahn increasing timeout to avoid spurious failures
Wed, 13 Jul 2011 18:36:11 +0200 haftmann merged
Wed, 13 Jul 2011 07:26:31 +0200 haftmann more generalization towards complete lattices
Wed, 13 Jul 2011 15:50:45 +0200 krauss experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
Wed, 13 Jul 2011 04:00:32 +0900 Cezary Kaliszyk merge
Wed, 13 Jul 2011 11:31:36 +0900 Cezary Kaliszyk Tuned
Tue, 12 Jul 2011 23:22:22 +0200 wenzelm more thorough Variable.check_name: Binding.check for logical entities within the term language;
Tue, 12 Jul 2011 23:20:34 +0200 wenzelm tuned;
Tue, 12 Jul 2011 20:53:14 +0200 wenzelm merged
Tue, 12 Jul 2011 20:11:11 +0200 wenzelm ML pp for XML.tree;
Tue, 12 Jul 2011 20:11:00 +0200 wenzelm made SML/NJ happy;
Tue, 12 Jul 2011 19:49:35 +0200 wenzelm clarified YXML.detect;
Tue, 12 Jul 2011 19:47:40 +0200 wenzelm retain some terminology of "XML attributes";
Tue, 12 Jul 2011 19:36:46 +0200 wenzelm more uniform Properties in ML and Scala;
Tue, 12 Jul 2011 18:00:05 +0200 wenzelm more uniform Term and Term_XML modules;
Tue, 12 Jul 2011 17:53:06 +0200 wenzelm more compact representation of XML data (notably sort/typ/term), using properties as vector of atomic values;
Tue, 12 Jul 2011 15:32:16 +0200 wenzelm tuned signature -- less cryptic ASCII names;
Tue, 12 Jul 2011 15:17:37 +0200 wenzelm discontinued obsolete Isabelle_Syntax and Parse_Value -- superseded by Outer_Syntax.quote_string and XML.Encode, Term_XML.Encode etc.;
Tue, 12 Jul 2011 15:12:50 +0200 wenzelm added Parse.properties (again) -- allow empty list like Parse_Value.properties but unlike Parse.properties of ef86de9c98aa;
Tue, 12 Jul 2011 14:54:29 +0200 wenzelm added Outer_Syntax.quote_string, which is conceptually a bit different from Token.unparse;
Tue, 12 Jul 2011 14:33:08 +0200 wenzelm more precise Symbol_Pos.quote_string;
Tue, 12 Jul 2011 13:45:05 +0200 wenzelm clarified YXML.embed_controls -- this is idempotent and cannot be nested;
Tue, 12 Jul 2011 13:39:29 +0200 wenzelm allow empty body for raw_message -- important for Invoke_Scala;
Tue, 12 Jul 2011 11:45:13 +0200 wenzelm Isabelle string syntax allows literal control characters;
Tue, 12 Jul 2011 11:19:42 +0200 wenzelm glyphs from DejaVu for ASCII control characters 5, 6, 7, 127, which have a special meaning in Isabelle or Poly/ML;
Tue, 12 Jul 2011 11:16:56 +0200 wenzelm more precise exceptions;
Tue, 12 Jul 2011 10:44:30 +0200 wenzelm tuned XML modules;
Wed, 13 Jul 2011 00:43:07 +0900 Cezary Kaliszyk Update HOLLightCompat
Wed, 13 Jul 2011 00:29:33 +0900 Cezary Kaliszyk Update files generated in HOL/Import/HOLLight
Wed, 13 Jul 2011 00:23:24 +0900 Cezary Kaliszyk HOL/Import for HOLLight revival: Proper theory headers, update generation scripts to SVN version of HOL Light, add some constant maps and compatibility theorems
Tue, 12 Jul 2011 16:00:05 +0900 Cezary Kaliszyk Quotient example: Lists with distinct elements
Mon, 11 Jul 2011 23:20:40 +0200 wenzelm merged
Mon, 11 Jul 2011 23:15:27 +0200 wenzelm tuned error messages;