blanchet [Thu, 14 Jul 2011 15:14:38 +0200] rev 43824
don't generate Waldmeister problems with only a conjecture, since it makes it crash sometimes
blanchet [Thu, 14 Jul 2011 15:14:37 +0200] rev 43823
clearer unsound message
blanchet [Thu, 14 Jul 2011 15:14:37 +0200] rev 43822
clarify fine soundness point
blanchet [Thu, 14 Jul 2011 15:14:37 +0200] rev 43821
always unfold "Let"s is Sledgehammer, Metis, and MESON
blanchet [Thu, 14 Jul 2011 15:14:37 +0200] rev 43820
unbreak Nitrox's parsing
haftmann [Thu, 14 Jul 2011 00:21:56 +0200] rev 43819
merged
haftmann [Thu, 14 Jul 2011 00:20:43 +0200] rev 43818
tuned lemma positions and proofs
haftmann [Thu, 14 Jul 2011 00:16:41 +0200] rev 43817
tuned notation
haftmann [Wed, 13 Jul 2011 23:49:56 +0200] rev 43816
uniqueness lemmas for bot and top
haftmann [Wed, 13 Jul 2011 23:41:13 +0200] rev 43815
adjusted to tightened specification of classes bot and top
haftmann [Wed, 13 Jul 2011 19:43:12 +0200] rev 43814
moved lemmas bot_less and less_top to classes bot and top respectively
haftmann [Wed, 13 Jul 2011 19:40:18 +0200] rev 43813
tightened specification of classes bot and top: uniqueness of top and bot elements
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
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
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43810
more exhaustive testing in Nitrox
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43809
no timeout for Nitrox
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
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43807
added arithmetic decision procedure to CASC setup
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43806
added some arithmetic functions, for THF with arithmetic
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43805
pull in arithmetic theories
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43804
cleanly separate TPTP related files from other examples
bulwahn [Wed, 13 Jul 2011 21:59:54 +0200] rev 43803
increasing timeout to avoid spurious failures
haftmann [Wed, 13 Jul 2011 18:36:11 +0200] rev 43802
merged
haftmann [Wed, 13 Jul 2011 07:26:31 +0200] rev 43801
more generalization towards complete lattices
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
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 04:00:32 +0900] rev 43799
merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 11:31:36 +0900] rev 43798
Tuned
wenzelm [Thu, 14 Jul 2011 22:30:31 +0200] rev 43797
more precise integer Markup.properties/XML.attributes: disallow ML-style ~ minus;
wenzelm [Wed, 13 Jul 2011 22:05:55 +0200] rev 43796
added term_sharing.ML;
wenzelm [Wed, 13 Jul 2011 21:44:15 +0200] rev 43795
recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;
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;
wenzelm [Wed, 13 Jul 2011 20:13:27 +0200] rev 43793
low-level tuning;