blanchet [Thu, 01 Mar 2012 11:28:56 +0100] rev 46745
fixed handling of "Rep_" function of quotient types -- side-effect of "set" constructor reintroduction
blanchet [Thu, 01 Mar 2012 11:28:56 +0100] rev 46744
more robust set element extractor
boehmes [Thu, 01 Mar 2012 10:12:58 +0100] rev 46743
fine-tune intended failure of smt method when the chosen SMT solver is not installed: restrict failures to true invocations of the SMT solver and don't fail for runs based on certificates
wenzelm [Thu, 01 Mar 2012 14:48:28 +0100] rev 46742
tuned proofs;
wenzelm [Thu, 01 Mar 2012 14:42:05 +0100] rev 46741
more tolerant cygpath invocation, allow empty CLASSPATH;
wenzelm [Thu, 01 Mar 2012 14:12:18 +0100] rev 46740
explicitly revoke delay, to avoid spurious timer events after deactivation of related components;
wenzelm [Thu, 01 Mar 2012 11:28:33 +0100] rev 46739
clarified document nodes (full import graph) vs. node_status (non-preloaded theories);
tuned;
wenzelm [Wed, 29 Feb 2012 23:31:35 +0100] rev 46738
more defensive node_header;
wenzelm [Wed, 29 Feb 2012 23:09:06 +0100] rev 46737
clarified module Thy_Load;
more precise graph based on Document.Node.Deps with actual Node.Name dependencies;
boehmes [Wed, 29 Feb 2012 17:43:41 +0100] rev 46736
SMT fails if the chosen SMT solver is not installed
wenzelm [Tue, 28 Feb 2012 21:58:59 +0100] rev 46735
merged
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46734
speed up Sledgehammer's clasimpset lookup a bit
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46733
use SPASS instead of E for Metis examples -- it's seems faster for these small problems
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46732
spelling
wenzelm [Tue, 28 Feb 2012 21:53:36 +0100] rev 46731
avoid undeclared variables in let bindings;
tuned proofs;
wenzelm [Tue, 28 Feb 2012 20:20:09 +0100] rev 46730
tuned proofs;
wenzelm [Tue, 28 Feb 2012 17:11:18 +0100] rev 46729
more release tests;
wenzelm [Tue, 28 Feb 2012 16:43:32 +0100] rev 46728
display proof results as "state", to suppress odd squiggles in the Prover IDE (see also 9240be8c8c69);
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Tue, 28 Feb 2012 14:24:37 +0100] rev 46727
Finish localizing the quotient package.
berghofe [Tue, 28 Feb 2012 11:45:40 +0100] rev 46726
merged
berghofe [Tue, 28 Feb 2012 11:10:09 +0100] rev 46725
Added infrastructure for mapping SPARK field / constructor names
to Isabelle types
berghofe [Mon, 27 Feb 2012 10:32:39 +0100] rev 46724
Use long prefix rather than short package name to disambiguate constant names
introduced by verification environment
wenzelm [Mon, 27 Feb 2012 23:35:11 +0100] rev 46723
more explicit development graph;
wenzelm [Mon, 27 Feb 2012 23:30:38 +0100] rev 46722
removed dead code (cf. a34d89ce6097);
wenzelm [Mon, 27 Feb 2012 21:07:00 +0100] rev 46721
tuned proofs;
wenzelm [Mon, 27 Feb 2012 20:55:30 +0100] rev 46720
tuned proofs;
wenzelm [Mon, 27 Feb 2012 20:42:09 +0100] rev 46719
removed introiff (cf. b09afce1e54f);
wenzelm [Mon, 27 Feb 2012 20:33:18 +0100] rev 46718
tuned;
wenzelm [Mon, 27 Feb 2012 20:23:57 +0100] rev 46717
removed broken/unused introiff (cf. d452117ba564);
wenzelm [Mon, 27 Feb 2012 19:54:50 +0100] rev 46716
discontinued slightly odd built-in timing (cf. 53fd5cc685b4) -- the Isar toplevel does that already (e.g. via Toplevel.timing or Toplevel.profiling);
wenzelm [Mon, 27 Feb 2012 19:53:34 +0100] rev 46715
tuned;
wenzelm [Mon, 27 Feb 2012 17:40:59 +0100] rev 46714
tuned proofs;
wenzelm [Mon, 27 Feb 2012 17:39:34 +0100] rev 46713
prefer uniform Timing.message -- avoid assumption about sequential execution;
wenzelm [Mon, 27 Feb 2012 17:13:25 +0100] rev 46712
prefer final ADTs -- prevent ooddities;
wenzelm [Mon, 27 Feb 2012 16:56:25 +0100] rev 46711
more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);
wenzelm [Mon, 27 Feb 2012 16:53:13 +0100] rev 46710
more standard settings -- refer to COMPONENT at most once;
wenzelm [Mon, 27 Feb 2012 16:05:51 +0100] rev 46709
clarified prems_lin_arith_tac, with subtle change of semantics: structured prems are inserted as well;
wenzelm [Mon, 27 Feb 2012 15:48:02 +0100] rev 46708
prefer cut_tac, where it is clear that the special variants cut_rules_tac or cut_facts_tac are not required;
wenzelm [Mon, 27 Feb 2012 15:42:07 +0100] rev 46707
eliminated odd comment from distant past;
wenzelm [Mon, 27 Feb 2012 15:39:47 +0100] rev 46706
updated cut_tac, without loose references to implementation manual;
wenzelm [Mon, 27 Feb 2012 15:36:24 +0100] rev 46705
updated generated file;
wenzelm [Mon, 27 Feb 2012 15:00:19 +0100] rev 46704
simplified cut_tac (cf. d549b5b0f344);
huffman [Mon, 27 Feb 2012 14:07:59 +0100] rev 46703
merged
huffman [Mon, 27 Feb 2012 11:38:56 +0100] rev 46702
avoid using constant Int.neg
wenzelm [Mon, 27 Feb 2012 12:12:28 +0100] rev 46701
reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository;
moved the whole HOL-Quickcheck_Examples target from "all" to "full" for now -- it does not terminate in certain situations (to be investigated further);
nipkow [Mon, 27 Feb 2012 11:53:08 +0100] rev 46700
merged
nipkow [Mon, 27 Feb 2012 10:27:21 +0100] rev 46699
added lemma
nipkow [Mon, 27 Feb 2012 09:01:49 +0100] rev 46698
converting "set [...]" to "{...}" in evaluation results
bulwahn [Mon, 27 Feb 2012 10:56:36 +0100] rev 46697
removing Find_Unused_Assms_Examples from session as it requires much time
haftmann [Sun, 26 Feb 2012 21:44:12 +0100] rev 46696
restored accidental omission
haftmann [Sun, 26 Feb 2012 21:43:57 +0100] rev 46695
dropped dead code
haftmann [Sun, 26 Feb 2012 21:26:28 +0100] rev 46694
tuned structure
haftmann [Sun, 26 Feb 2012 21:25:54 +0100] rev 46693
retain syntax here
haftmann [Sun, 26 Feb 2012 20:43:33 +0100] rev 46692
tuned structure; dropped already existing syntax declarations
haftmann [Sun, 26 Feb 2012 20:10:14 +0100] rev 46691
tuned syntax declarations; tuned structure
wenzelm [Sun, 26 Feb 2012 20:08:12 +0100] rev 46690
merged
haftmann [Sun, 26 Feb 2012 15:28:48 +0100] rev 46689
marked candidates for rule declarations
wenzelm [Sun, 26 Feb 2012 20:05:14 +0100] rev 46688
include warning messages in node status;
wenzelm [Sun, 26 Feb 2012 19:36:35 +0100] rev 46687
tuned signature (in accordance with ML);
wenzelm [Sun, 26 Feb 2012 19:20:46 +0100] rev 46686
more PIDE modules;