blanchet [Thu, 01 Mar 2012 11:28:56 +0100] rev 46746
improved handling of polymorphic quotient types, by avoiding comparing types that will generally differ in the polymorphic case
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;