Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
change Metis's default settings if type information axioms are generated
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
we must tag any type whose ground types intersect a nonmonotonic type
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
prefer the lighter, slightly unsound monotonicity-based encodings for Metis
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
made reconstruction of type tag equalities "\?x = \?x" reliable
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
tuning ATP problem output
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
revert guard logic -- make sure that typing information is generated for existentials
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
generate tag equations for existential variables
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
tuning, plus started implementing tag equation generation for existential variables
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
precisely distinguish between universal and existential quantifiers, instead of assuming the worst (universal), for monotonicity analysis
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
clearer terminology
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
renamed "heavy" to "uniform", based on discussion with Nick Smallbone
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
removed unused configuration option
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
added caching for (in)finiteness checks
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
remove needless typing information
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
cleaner handling of polymorphic monotonicity inference
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
started cleaning up polymorphic monotonicity-based encodings, based on discussions with Nick Smallbone
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
more precise warning
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
added option to control soundness of encodings more precisely, for evaluation purposes
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
make sound mode more sound (and clean up code)
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
reintroduced slightly unsound optimization taken out in 717880e98e6b, but only if "sound" is false
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
gracefully handle empty SPASS problems
|
changeset |
files
|
Mon, 22 Aug 2011 15:02:45 +0200 |
blanchet |
pass sound option to Sledgehammer tactic
|
changeset |
files
|
Tue, 23 Aug 2011 16:53:05 +0200 |
wenzelm |
tuned signature -- contrast physical output primitives versus Output.raw_message;
|
changeset |
files
|
Tue, 23 Aug 2011 16:41:16 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Tue, 23 Aug 2011 16:39:21 +0200 |
wenzelm |
discontinued slightly odd Future/Lazy.get_finished, which do not really fit into the execution model of Future.cancel/join_tasks (canceled tasks need to be dequeued and terminated explicitly);
|
changeset |
files
|
Tue, 23 Aug 2011 15:48:41 +0200 |
wenzelm |
some support for toplevel printing wrt. editor perspective (still inactive);
|
changeset |
files
|
Tue, 23 Aug 2011 12:20:12 +0200 |
wenzelm |
propagate editor perspective through document model;
|
changeset |
files
|
Mon, 22 Aug 2011 21:42:02 +0200 |
wenzelm |
some support for editor perspective;
|
changeset |
files
|
Mon, 22 Aug 2011 21:09:26 +0200 |
wenzelm |
discontinued redundant Edit_Command_ID;
|
changeset |
files
|
Mon, 22 Aug 2011 20:11:44 +0200 |
wenzelm |
reduced warnings;
|
changeset |
files
|
Mon, 22 Aug 2011 20:00:04 +0200 |
wenzelm |
tuned message;
|
changeset |
files
|
Mon, 22 Aug 2011 17:10:22 +0200 |
wenzelm |
old-style numbered structure index is legacy feature (hardly ever used now);
|
changeset |
files
|
Mon, 22 Aug 2011 16:12:23 +0200 |
wenzelm |
added official Text.Range.Ordering;
|
changeset |
files
|
Mon, 22 Aug 2011 14:15:52 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Mon, 22 Aug 2011 12:17:22 +0200 |
wenzelm |
reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
|
changeset |
files
|
Mon, 22 Aug 2011 10:57:33 +0200 |
krauss |
merged
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
modernized specifications
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
removed session HOL/Subst -- now subsumed my more modern HOL/ex/Unification.thy
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
removed technical or trivial unused facts
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
more precise authors and comments;
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
added proof of idempotence, roughly after HOL/Subst/Unify.thy
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
tuned proofs, sledgehammering overly verbose parts
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
tuned notation
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
ported some lemmas from HOL/Subst/*;
|
changeset |
files
|
Sun, 21 Aug 2011 22:13:04 +0200 |
krauss |
changed constant names and notation to match HOL/Subst/*.thy, from which this theory is a clone.
|
changeset |
files
|
Sun, 21 Aug 2011 21:18:59 -0700 |
huffman |
merged
|
changeset |
files
|
Sun, 21 Aug 2011 12:22:31 -0700 |
huffman |
add lemmas interior_Times and closure_Times
|
changeset |
files
|
Sun, 21 Aug 2011 22:56:55 +0200 |
haftmann |
avoid pred/set mixture
|
changeset |
files
|
Sun, 21 Aug 2011 19:47:52 +0200 |
haftmann |
avoid pred/set mixture
|
changeset |
files
|
Sun, 21 Aug 2011 22:04:01 +0200 |
wenzelm |
merged
|
changeset |
files
|
Sun, 21 Aug 2011 11:03:15 -0700 |
huffman |
remove unnecessary euclidean_space class constraints
|
changeset |
files
|
Sun, 21 Aug 2011 09:46:20 -0700 |
huffman |
section -> subsection
|
changeset |
files
|
Sun, 21 Aug 2011 09:38:31 -0700 |
huffman |
scale dependency graph to fit on page
|
changeset |
files
|
Sun, 21 Aug 2011 21:24:42 +0200 |
wenzelm |
more robust initialization of token marker and line context wrt. session startup;
|
changeset |
files
|
Sun, 21 Aug 2011 20:42:26 +0200 |
wenzelm |
tuned Parse.group: delayed failure message;
|
changeset |
files
|
Sun, 21 Aug 2011 20:25:49 +0200 |
wenzelm |
avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
|
changeset |
files
|