Tue, 22 Jun 2010 23:54:02 +0200 factor out TPTP format output into file of its own, to facilitate further changes
blanchet [Tue, 22 Jun 2010 23:54:02 +0200] rev 37509
factor out TPTP format output into file of its own, to facilitate further changes
Tue, 22 Jun 2010 19:10:12 +0200 merged
blanchet [Tue, 22 Jun 2010 19:10:12 +0200] rev 37508
merged
Tue, 22 Jun 2010 19:08:25 +0200 turn on "natural form" filtering in the Mirabelle tests, to see how it performs
blanchet [Tue, 22 Jun 2010 19:08:25 +0200] rev 37507
turn on "natural form" filtering in the Mirabelle tests, to see how it performs
Tue, 22 Jun 2010 18:47:45 +0200 missing "Unsynchronized" + make exception take a unit
blanchet [Tue, 22 Jun 2010 18:47:45 +0200] rev 37506
missing "Unsynchronized" + make exception take a unit
Tue, 22 Jun 2010 18:31:49 +0200 added code to optionally perform fact filtering on the original (non-CNF) formulas
blanchet [Tue, 22 Jun 2010 18:31:49 +0200] rev 37505
added code to optionally perform fact filtering on the original (non-CNF) formulas
Tue, 22 Jun 2010 17:10:01 +0200 more cosmetics
blanchet [Tue, 22 Jun 2010 17:10:01 +0200] rev 37504
more cosmetics
Tue, 22 Jun 2010 17:07:39 +0200 cosmetics + prevent consideration of inlined Skolem terms in relevance filter
blanchet [Tue, 22 Jun 2010 17:07:39 +0200] rev 37503
cosmetics + prevent consideration of inlined Skolem terms in relevance filter
Tue, 22 Jun 2010 16:50:55 +0200 canonical argument order
blanchet [Tue, 22 Jun 2010 16:50:55 +0200] rev 37502
canonical argument order
Tue, 22 Jun 2010 16:40:36 +0200 leverage new data structure for handling "add:" and "del:"
blanchet [Tue, 22 Jun 2010 16:40:36 +0200] rev 37501
leverage new data structure for handling "add:" and "del:"
Tue, 22 Jun 2010 16:23:29 +0200 thread original theorem along with CNF theorem, as a step toward killing the Skolem cache
blanchet [Tue, 22 Jun 2010 16:23:29 +0200] rev 37500
thread original theorem along with CNF theorem, as a step toward killing the Skolem cache
Tue, 22 Jun 2010 14:48:46 +0200 merge "generic_prover" and "generic_tptp_prover"
blanchet [Tue, 22 Jun 2010 14:48:46 +0200] rev 37499
merge "generic_prover" and "generic_tptp_prover"
Tue, 22 Jun 2010 14:28:22 +0200 removed Sledgehammer's support for the DFG syntax;
blanchet [Tue, 22 Jun 2010 14:28:22 +0200] rev 37498
removed Sledgehammer's support for the DFG syntax; this removes 350 buggy lines from Sledgehammer. SPASS 3.5 and above support the TPTP syntax.
Tue, 22 Jun 2010 13:17:59 +0200 distinguish between "unknown" and "no Kodkodi installed" errors
blanchet [Tue, 22 Jun 2010 13:17:59 +0200] rev 37497
distinguish between "unknown" and "no Kodkodi installed" errors
Tue, 22 Jun 2010 13:17:17 +0200 reintroduce new Sledgehammer polymorphic handling code;
blanchet [Tue, 22 Jun 2010 13:17:17 +0200] rev 37496
reintroduce new Sledgehammer polymorphic handling code; this time I tested the proper version of Isabelle
Tue, 22 Jun 2010 12:19:06 +0200 make the Nitpick_Example theory processable even when Kodkodi is not installed;
blanchet [Tue, 22 Jun 2010 12:19:06 +0200] rev 37495
make the Nitpick_Example theory processable even when Kodkodi is not installed; so that at least the "theory" aspects of it (as opposed to the diagnosis offered by Nitpick) are checked on everybody's machines
Wed, 23 Jun 2010 10:05:13 +0200 Make latex happy
hoelzl [Wed, 23 Jun 2010 10:05:13 +0200] rev 37494
Make latex happy
Wed, 23 Jun 2010 08:44:44 +0200 Quotient package now uses Partial Equivalence instead place of equivalence
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 23 Jun 2010 08:44:44 +0200] rev 37493
Quotient package now uses Partial Equivalence instead place of equivalence
Wed, 23 Jun 2010 08:42:41 +0200 Replace 'list_rel' by 'list_all2'; they are equivalent.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 23 Jun 2010 08:42:41 +0200] rev 37492
Replace 'list_rel' by 'list_all2'; they are equivalent.
Tue, 22 Jun 2010 19:46:16 +0200 Proper treatment of non-inherited mixins.
ballarin [Tue, 22 Jun 2010 19:46:16 +0200] rev 37491
Proper treatment of non-inherited mixins.
Tue, 22 Jun 2010 18:15:44 +0200 merged
hoelzl [Tue, 22 Jun 2010 18:15:44 +0200] rev 37490
merged
Mon, 21 Jun 2010 19:33:51 +0200 Introduce a type class for euclidean spaces, port most lemmas from real^'n to this type class.
hoelzl [Mon, 21 Jun 2010 19:33:51 +0200] rev 37489
Introduce a type class for euclidean spaces, port most lemmas from real^'n to this type class.
Tue, 22 Jun 2010 01:21:52 +0200 reredisable new polymorphic code
blanchet [Tue, 22 Jun 2010 01:21:52 +0200] rev 37488
reredisable new polymorphic code
Mon, 21 Jun 2010 18:45:10 +0200 merged
blanchet [Mon, 21 Jun 2010 18:45:10 +0200] rev 37487
merged
Mon, 21 Jun 2010 18:32:16 +0200 beta-eta was too much, because it transformed SOME x. P x into Eps P, which caused problems later;
blanchet [Mon, 21 Jun 2010 18:32:16 +0200] rev 37486
beta-eta was too much, because it transformed SOME x. P x into Eps P, which caused problems later; reintroduced old proof based on Metis, since it was a good test for the Skolemizer
Mon, 21 Jun 2010 18:31:52 +0200 back to post-release mode;
wenzelm [Mon, 21 Jun 2010 18:31:52 +0200] rev 37485
back to post-release mode;
Mon, 21 Jun 2010 17:41:57 +0200 merged, resolving conflicts in doc-src/IsarRef/Thy/HOL_Specific.thy;
wenzelm [Mon, 21 Jun 2010 17:41:57 +0200] rev 37484
merged, resolving conflicts in doc-src/IsarRef/Thy/HOL_Specific.thy;
Mon, 21 Jun 2010 16:59:37 +0200 make Nitpick's unsound mode a bit more unsound
blanchet [Mon, 21 Jun 2010 16:59:37 +0200] rev 37483
make Nitpick's unsound mode a bit more unsound
Mon, 21 Jun 2010 14:07:00 +0200 sort cases on the proper key
blanchet [Mon, 21 Jun 2010 14:07:00 +0200] rev 37482
sort cases on the proper key
Mon, 21 Jun 2010 13:35:10 +0200 compile
blanchet [Mon, 21 Jun 2010 13:35:10 +0200] rev 37481
compile
Mon, 21 Jun 2010 12:33:43 +0200 thread "full_types"
blanchet [Mon, 21 Jun 2010 12:33:43 +0200] rev 37480
thread "full_types"
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip