blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53508
got rid of another taboo that appears to make no difference in practice (and that slows down the relevance filter)
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53507
avoid double traversal of term
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53506
got rid of old, needless logic
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53505
moved ML function closer to its remaining use
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53504
faster uniquification
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53503
stronger fact normalization
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53502
gracefully handle huge thys
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53501
speed up detection of simp rules
blanchet [Tue, 10 Sep 2013 15:56:51 +0200] rev 53500
don't be so verbose about SMT solver failures
wenzelm [Tue, 10 Sep 2013 14:02:49 +0200] rev 53499
tuned;
wenzelm [Tue, 10 Sep 2013 11:57:53 +0200] rev 53498
more portable hash-bang;
wenzelm [Tue, 10 Sep 2013 11:46:51 +0200] rev 53497
tuned signature;
wenzelm [Tue, 10 Sep 2013 00:22:12 +0200] rev 53496
merged
wenzelm [Tue, 10 Sep 2013 00:18:30 +0200] rev 53495
tuned proofs;
wenzelm [Mon, 09 Sep 2013 23:11:02 +0200] rev 53494
tuned proofs;
blanchet [Mon, 09 Sep 2013 23:55:35 +0200] rev 53493
make facts like "mem_Collect_eq" more likely to be picked up by few-fact slices
blanchet [Mon, 09 Sep 2013 23:54:59 +0200] rev 53492
since "full_proofs" can influence the proof search significantly (e.g. by disabling splitting for SPASS), it shouldn't be affected by the "debug" flag in the interest of minimizing confusion
blanchet [Mon, 09 Sep 2013 23:09:37 +0200] rev 53491
more docs
wenzelm [Mon, 09 Sep 2013 20:24:15 +0200] rev 53490
merged
wenzelm [Mon, 09 Sep 2013 17:28:08 +0200] rev 53489
proper apple.awt.application.name for Java 7;
wenzelm [Mon, 09 Sep 2013 17:02:06 +0200] rev 53488
generate application Info.plist based on $ISABELLE_JAVA_SYSTEM_OPTIONS $JEDIT_JAVA_OPTIONS $JEDIT_SYSTEM_OPTIONS at build time (see also lib/Tools/java and src/Tools/jEdit/lib/Tools/jedit);
wenzelm [Mon, 09 Sep 2013 16:15:48 +0200] rev 53487
more robust Mac OS X application support;
wenzelm [Mon, 09 Sep 2013 15:53:02 +0200] rev 53486
use polyml-5.5.1 (SVN), to increase chances of stability of this test;
wenzelm [Mon, 09 Sep 2013 14:48:16 +0200] rev 53485
override potential changes in $ISABELLE_HOME_USER/etc/settings;
wenzelm [Mon, 09 Sep 2013 14:22:39 +0200] rev 53484
generate application ini based on $ISABELLE_JAVA_SYSTEM_OPTIONS $JEDIT_JAVA_OPTIONS $JEDIT_SYSTEM_OPTIONS at build time (see also lib/Tools/java and src/Tools/jEdit/lib/Tools/jedit);
wenzelm [Mon, 09 Sep 2013 13:48:06 +0200] rev 53483
generate application based on $JEDIT_JAVA_OPTIONS $JEDIT_SYSTEM_OPTIONS at build time (see also src/Tools/jEdit/lib/Tools/jedit);
blanchet [Mon, 09 Sep 2013 18:14:54 +0200] rev 53482
tuning
blanchet [Mon, 09 Sep 2013 18:12:41 +0200] rev 53481
made semantics of "max_new_instances" be what the name suggests, the previous implementation did, and the Sledgehammer manual documents
blanchet [Mon, 09 Sep 2013 15:22:04 +0200] rev 53480
limit the number of instances of a single theorem
blanchet [Mon, 09 Sep 2013 15:22:04 +0200] rev 53479
move metis to new monomorphizer