Thu, 14 Jul 2011 15:14:37 +0200 unbreak Nitrox's parsing
blanchet [Thu, 14 Jul 2011 15:14:37 +0200] rev 43820
unbreak Nitrox's parsing
Thu, 14 Jul 2011 00:21:56 +0200 merged
haftmann [Thu, 14 Jul 2011 00:21:56 +0200] rev 43819
merged
Thu, 14 Jul 2011 00:20:43 +0200 tuned lemma positions and proofs
haftmann [Thu, 14 Jul 2011 00:20:43 +0200] rev 43818
tuned lemma positions and proofs
Thu, 14 Jul 2011 00:16:41 +0200 tuned notation
haftmann [Thu, 14 Jul 2011 00:16:41 +0200] rev 43817
tuned notation
Wed, 13 Jul 2011 23:49:56 +0200 uniqueness lemmas for bot and top
haftmann [Wed, 13 Jul 2011 23:49:56 +0200] rev 43816
uniqueness lemmas for bot and top
Wed, 13 Jul 2011 23:41:13 +0200 adjusted to tightened specification of classes bot and top
haftmann [Wed, 13 Jul 2011 23:41:13 +0200] rev 43815
adjusted to tightened specification of classes bot and top
Wed, 13 Jul 2011 19:43:12 +0200 moved lemmas bot_less and less_top to classes bot and top respectively
haftmann [Wed, 13 Jul 2011 19:43:12 +0200] rev 43814
moved lemmas bot_less and less_top to classes bot and top respectively
Wed, 13 Jul 2011 19:40:18 +0200 tightened specification of classes bot and top: uniqueness of top and bot elements
haftmann [Wed, 13 Jul 2011 19:40:18 +0200] rev 43813
tightened specification of classes bot and top: uniqueness of top and bot elements
Wed, 13 Jul 2011 22:16:19 +0200 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
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43812
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 better temp name creation for Nitrox -- still very hackish though, but should get us through CASC-23 and CASC-J6
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43811
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 more exhaustive testing in Nitrox
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43810
more exhaustive testing in Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 no timeout for Nitrox
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43809
no timeout for Nitrox
Wed, 13 Jul 2011 22:16:19 +0200 avoid relying on piping to "isabelle tty", because this gives errors on some Linuxes about the standard input not being a tty
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43808
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 added arithmetic decision procedure to CASC setup
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43807
added arithmetic decision procedure to CASC setup
Wed, 13 Jul 2011 22:16:19 +0200 added some arithmetic functions, for THF with arithmetic
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43806
added some arithmetic functions, for THF with arithmetic
Wed, 13 Jul 2011 22:16:19 +0200 pull in arithmetic theories
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43805
pull in arithmetic theories
Wed, 13 Jul 2011 22:16:19 +0200 cleanly separate TPTP related files from other examples
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43804
cleanly separate TPTP related files from other examples
Wed, 13 Jul 2011 21:59:54 +0200 increasing timeout to avoid spurious failures
bulwahn [Wed, 13 Jul 2011 21:59:54 +0200] rev 43803
increasing timeout to avoid spurious failures
Wed, 13 Jul 2011 18:36:11 +0200 merged
haftmann [Wed, 13 Jul 2011 18:36:11 +0200] rev 43802
merged
Wed, 13 Jul 2011 07:26:31 +0200 more generalization towards complete lattices
haftmann [Wed, 13 Jul 2011 07:26:31 +0200] rev 43801
more generalization towards complete lattices
Wed, 13 Jul 2011 15:50:45 +0200 experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
krauss [Wed, 13 Jul 2011 15:50:45 +0200] rev 43800
experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
Wed, 13 Jul 2011 04:00:32 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 04:00:32 +0900] rev 43799
merge
Wed, 13 Jul 2011 11:31:36 +0900 Tuned
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 11:31:36 +0900] rev 43798
Tuned
Thu, 14 Jul 2011 22:30:31 +0200 more precise integer Markup.properties/XML.attributes: disallow ML-style ~ minus;
wenzelm [Thu, 14 Jul 2011 22:30:31 +0200] rev 43797
more precise integer Markup.properties/XML.attributes: disallow ML-style ~ minus;
Wed, 13 Jul 2011 22:05:55 +0200 added term_sharing.ML;
wenzelm [Wed, 13 Jul 2011 22:05:55 +0200] rev 43796
added term_sharing.ML;
Wed, 13 Jul 2011 21:44:15 +0200 recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;
wenzelm [Wed, 13 Jul 2011 21:44:15 +0200] rev 43795
recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;
Wed, 13 Jul 2011 20:36:18 +0200 sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
wenzelm [Wed, 13 Jul 2011 20:36:18 +0200] rev 43794
sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML); minor tuning;
Wed, 13 Jul 2011 20:13:27 +0200 low-level tuning;
wenzelm [Wed, 13 Jul 2011 20:13:27 +0200] rev 43793
low-level tuning;
Wed, 13 Jul 2011 16:42:14 +0200 Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one;
wenzelm [Wed, 13 Jul 2011 16:42:14 +0200] rev 43792
Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one; Sorts.certify_class: prefer the persistent name;
Wed, 13 Jul 2011 10:57:09 +0200 XML.pretty with depth limit;
wenzelm [Wed, 13 Jul 2011 10:57:09 +0200] rev 43791
XML.pretty with depth limit;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip