wenzelm [Thu, 24 May 2012 23:28:58 +0200] rev 47997
eliminated unused Cygwin download;
wenzelm [Thu, 24 May 2012 23:13:06 +0200] rev 47996
simplified Cygwin root: warm start via env, cold start via property, no registry magic;
wenzelm [Thu, 24 May 2012 22:49:39 +0200] rev 47995
include scala-compiler.jar in basic Isabelle/Scala environment, to make Isabelle/jEdit console work with scala-2.10.0-M3;
wenzelm [Thu, 24 May 2012 22:41:27 +0200] rev 47994
tuned proofs;
wenzelm [Thu, 24 May 2012 22:07:00 +0200] rev 47993
less warning in scala-2.10.0-M3;
wenzelm [Thu, 24 May 2012 21:46:11 +0200] rev 47992
avoid scala.tools.nsc.Interpreter -- deprecated in scala-2.9.0;
discontinued support for scala-2.8.x;
blanchet [Thu, 24 May 2012 18:21:54 +0200] rev 47991
make Nitpick's handling of definitions more robust in the face of formulas that don't have the expected format (needed for soundness, cf. RNG100+1)
blanchet [Thu, 24 May 2012 17:46:35 +0200] rev 47990
fixed soundness bug in Nitpick related to unfolding -- the unfolding criterion must at least as strict when looking at a definitional axiom as elsewhere, otherwise we end up unfolding a constant's definition in its own definition, yielding a trivial equality
wenzelm [Thu, 24 May 2012 17:42:47 +0200] rev 47989
more robust Swing_Thread.now: allow body to fail;
wenzelm [Thu, 24 May 2012 17:25:53 +0200] rev 47988
tuned proofs;
wenzelm [Thu, 24 May 2012 17:05:30 +0200] rev 47987
reparse descendants after update of imports, e.g. required for 'primrec' (line 17 of "src/HOL/Power.thy");
wenzelm [Thu, 24 May 2012 15:54:38 +0200] rev 47986
merged
blanchet [Thu, 24 May 2012 15:11:53 +0200] rev 47985
update Satallax setup based on evaluation
kuncar [Thu, 24 May 2012 15:03:06 +0200] rev 47984
merged
kuncar [Thu, 24 May 2012 14:20:25 +0200] rev 47983
drop the feature that more than one quotient type can be defined by quotient_type -> it causes problems
kuncar [Thu, 24 May 2012 14:20:23 +0200] rev 47982
prove reflexivity also for the quotient composition relation; reflp_preserve renamed to reflexivity_rule
blanchet [Thu, 24 May 2012 15:01:29 +0200] rev 47981
gracefully handle definition-looking premises
wenzelm [Thu, 24 May 2012 15:33:45 +0200] rev 47980
simplified Poly/ML setup -- 5.3.0 is now the common base-line;
wenzelm [Thu, 24 May 2012 15:01:17 +0200] rev 47979
discontinued support for Poly/ML 5.2.1;
wenzelm [Thu, 24 May 2012 14:46:14 +0200] rev 47978
less specific sample usage;
wenzelm [Thu, 24 May 2012 13:56:21 +0200] rev 47977
some post-release notes;
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47976
tuned names
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47975
order LEO-II/Satallax definitions so that they build on each other (cf. Satallax's THF policy)
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47974
improved LEO-II definition handling -- still hoping for a fix directly in LEO-II
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47973
augment Satallax unsat cores with all definitions
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47972
better handling of incomplete TSTP proofs
blanchet [Wed, 23 May 2012 21:19:48 +0200] rev 47971
generate THF definitions
wenzelm [Wed, 23 May 2012 17:57:28 +0200] rev 47970
build hybrid Isabelle component for JDK on x86-linux/x86_64-linux;
wenzelm [Wed, 23 May 2012 17:06:45 +0200] rev 47969
merged
wenzelm [Wed, 23 May 2012 16:53:12 +0200] rev 47968
eliminated old 'axioms';
wenzelm [Wed, 23 May 2012 16:22:27 +0200] rev 47967
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm [Wed, 23 May 2012 15:57:12 +0200] rev 47966
eliminated obsolete fastsimp;
boehmes [Wed, 23 May 2012 16:03:38 +0200] rev 47965
extend the Z3 proof parser to accept polyadic addition (on integers and reals) due to changes introduced in Z3 4.0
wenzelm [Wed, 23 May 2012 15:40:10 +0200] rev 47964
merged
blanchet [Wed, 23 May 2012 13:37:26 +0200] rev 47963
doc updates
blanchet [Wed, 23 May 2012 13:28:20 +0200] rev 47962
lower the monomorphization thresholds for less scalable provers
wenzelm [Wed, 23 May 2012 14:17:32 +0200] rev 47961
more explicit proof;
misc tuning;
wenzelm [Wed, 23 May 2012 13:33:35 +0200] rev 47960
tuned proof;
wenzelm [Wed, 23 May 2012 13:32:29 +0200] rev 47959
prefer symbolic "contrib" -- mira should have a symlink to physical contrib_devel;
wenzelm [Wed, 23 May 2012 12:02:27 +0200] rev 47958
merged, abandoning change of src/HOL/Tools/ATP/atp_problem_generate.ML from 6ea205a4d7fd;
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47957
compile
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47956
don't apply "ext_cong_neq" to biimplications
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47955
added one slice with configurable simplification turned off
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47954
make higher-order goals more first-order via extensionality
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47953
added "ext_cong_neq" lemma (not used yet); tuning
kuncar [Mon, 21 May 2012 16:37:28 +0200] rev 47952
use quot_del instead of ML code in Rat.thy
kuncar [Mon, 21 May 2012 16:36:48 +0200] rev 47951
quot_del attribute, it allows us to deregister quotient types
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47950
invite users to upgrade their SPASS (so we can get rid of old code)
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47949
start phasing out old SPASS
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47948
minor tweak in Vampire setup
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47947
include "ext" in all Satallax proofs
blanchet [Mon, 21 May 2012 10:39:32 +0200] rev 47946
add an experimental "aggressive" mode to Sledgehammer, to experiment with more complete translations of higher-order features without breaking "metis"
blanchet [Mon, 21 May 2012 10:39:31 +0200] rev 47945
tuning
blanchet [Mon, 21 May 2012 10:39:31 +0200] rev 47944
added helper -- cf. SET616^5
kuncar [Fri, 18 May 2012 17:36:20 +0200] rev 47943
note Quotient theorem for typedefs in setup_lifting
blanchet [Fri, 18 May 2012 16:43:38 +0200] rev 47942
added a timeout to "try0" in Mirabelle
kuncar [Fri, 18 May 2012 15:08:08 +0200] rev 47941
don't generate code in Word because it breaks the current code setup
blanchet [Thu, 17 May 2012 13:36:23 +0200] rev 47940
robustly parse Z3 4.0's output (with outcome appearing on first rather than last line)
blanchet [Thu, 17 May 2012 13:36:23 +0200] rev 47939
added "Collect_cong" to cover extensionality of "Collect" (special cases of "ext" pass through the relevant filter)
kuncar [Wed, 16 May 2012 19:20:19 +0200] rev 47938
remove the generation of a code certificate from the Quotient package (mainly from quotient_def), because it's in lift_definition now