Fri, 25 Jun 2010 17:32:55 +0200 simpler argument
blanchet [Fri, 25 Jun 2010 17:32:55 +0200] rev 37581
simpler argument
Fri, 25 Jun 2010 17:26:14 +0200 got rid of "respect_no_atp" option, which even I don't use
blanchet [Fri, 25 Jun 2010 17:26:14 +0200] rev 37580
got rid of "respect_no_atp" option, which even I don't use
Fri, 25 Jun 2010 17:13:38 +0200 reorder ML files
blanchet [Fri, 25 Jun 2010 17:13:38 +0200] rev 37579
reorder ML files
Fri, 25 Jun 2010 17:08:39 +0200 renamed "Sledgehammer_FOL_Clauses" to "Metis_Clauses", so that Metis doesn't depend on Sledgehammer
blanchet [Fri, 25 Jun 2010 17:08:39 +0200] rev 37578
renamed "Sledgehammer_FOL_Clauses" to "Metis_Clauses", so that Metis doesn't depend on Sledgehammer
Fri, 25 Jun 2010 16:42:06 +0200 merge "Sledgehammer_{F,H}OL_Clause", as requested by a FIXME
blanchet [Fri, 25 Jun 2010 16:42:06 +0200] rev 37577
merge "Sledgehammer_{F,H}OL_Clause", as requested by a FIXME
Fri, 25 Jun 2010 16:29:07 +0200 get rid of type alias
blanchet [Fri, 25 Jun 2010 16:29:07 +0200] rev 37576
get rid of type alias
Fri, 25 Jun 2010 16:27:53 +0200 exploit "Name.desymbolize" to remove some dependencies
blanchet [Fri, 25 Jun 2010 16:27:53 +0200] rev 37575
exploit "Name.desymbolize" to remove some dependencies
Fri, 25 Jun 2010 16:15:03 +0200 renamed "Sledgehammer_Fact_Preprocessor" to "Clausifier";
blanchet [Fri, 25 Jun 2010 16:15:03 +0200] rev 37574
renamed "Sledgehammer_Fact_Preprocessor" to "Clausifier"; the new name reflects that it's not used only by Sledgehammer (but also by "meson" and "metis") and that it doesn't only clausify facts (but also goals)
Fri, 25 Jun 2010 16:03:34 +0200 fewer dependencies
blanchet [Fri, 25 Jun 2010 16:03:34 +0200] rev 37573
fewer dependencies
Fri, 25 Jun 2010 15:59:13 +0200 more intra-module dependency cleanup + merge "const" and "type_const" tables, since this is safe
blanchet [Fri, 25 Jun 2010 15:59:13 +0200] rev 37572
more intra-module dependency cleanup + merge "const" and "type_const" tables, since this is safe
Fri, 25 Jun 2010 15:30:38 +0200 more moving around of ML files in "Sledgehammer.thy"
blanchet [Fri, 25 Jun 2010 15:30:38 +0200] rev 37571
more moving around of ML files in "Sledgehammer.thy"
Fri, 25 Jun 2010 15:22:12 +0200 got rid of needless exception
blanchet [Fri, 25 Jun 2010 15:22:12 +0200] rev 37570
got rid of needless exception
Fri, 25 Jun 2010 15:18:58 +0200 move "MESON" up;
blanchet [Fri, 25 Jun 2010 15:18:58 +0200] rev 37569
move "MESON" up; the ultimate goal is to make Sledgehammer depend on MESON and Metis, rather than a big spaghetti
Fri, 25 Jun 2010 15:16:22 +0200 remove junk
blanchet [Fri, 25 Jun 2010 15:16:22 +0200] rev 37568
remove junk
Fri, 25 Jun 2010 15:08:03 +0200 further reduce dependencies on "sledgehammer_fact_filter.ML"
blanchet [Fri, 25 Jun 2010 15:08:03 +0200] rev 37567
further reduce dependencies on "sledgehammer_fact_filter.ML"
Fri, 25 Jun 2010 15:01:35 +0200 move "prepare_clauses" from "sledgehammer_fact_filter.ML" to "sledgehammer_hol_clause.ML";
blanchet [Fri, 25 Jun 2010 15:01:35 +0200] rev 37566
move "prepare_clauses" from "sledgehammer_fact_filter.ML" to "sledgehammer_hol_clause.ML"; since it has nothing to do with filtering
Mon, 28 Jun 2010 10:39:39 +0200 merged
wenzelm [Mon, 28 Jun 2010 10:39:39 +0200] rev 37565
merged
Mon, 28 Jun 2010 09:48:36 +0200 Quotient package reverse lifting
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 28 Jun 2010 09:48:36 +0200] rev 37564
Quotient package reverse lifting
Mon, 28 Jun 2010 07:38:39 +0200 Add reverse lifting flag to automated theorem derivation
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 28 Jun 2010 07:38:39 +0200] rev 37563
Add reverse lifting flag to automated theorem derivation
Mon, 28 Jun 2010 07:32:51 +0200 Restrict quotient definitions to constants
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 28 Jun 2010 07:32:51 +0200] rev 37562
Restrict quotient definitions to constants
Sun, 27 Jun 2010 08:33:01 +0100 mixfix can be given for automatically lifted constants
Christian Urban <urbanc@in.tum.de> [Sun, 27 Jun 2010 08:33:01 +0100] rev 37561
mixfix can be given for automatically lifted constants
Sat, 26 Jun 2010 08:23:40 +0100 streamlined the generation of quotient theorems out of raw theorems
Christian Urban <urbanc@in.tum.de> [Sat, 26 Jun 2010 08:23:40 +0100] rev 37560
streamlined the generation of quotient theorems out of raw theorems
Fri, 25 Jun 2010 19:12:04 +0200 merged
haftmann [Fri, 25 Jun 2010 19:12:04 +0200] rev 37559
merged
Fri, 25 Jun 2010 11:42:29 +0200 avoid REPEAT after THEN_ALL_NEW
haftmann [Fri, 25 Jun 2010 11:42:29 +0200] rev 37558
avoid REPEAT after THEN_ALL_NEW
Sat, 26 Jun 2010 22:44:25 +0200 refresh Isabelle token marker after buffer properties changed, e.g. when fold mode is switched;
wenzelm [Sat, 26 Jun 2010 22:44:25 +0200] rev 37557
refresh Isabelle token marker after buffer properties changed, e.g. when fold mode is switched;
Sat, 26 Jun 2010 22:19:55 +0200 treat alternative newline symbols as in Isabelle/ML;
wenzelm [Sat, 26 Jun 2010 22:19:55 +0200] rev 37556
treat alternative newline symbols as in Isabelle/ML;
Sat, 26 Jun 2010 21:26:35 +0200 simplified text_area_painter, with more precise treatment of visible line end;
wenzelm [Sat, 26 Jun 2010 21:26:35 +0200] rev 37555
simplified text_area_painter, with more precise treatment of visible line end;
Fri, 25 Jun 2010 14:05:49 +0200 merged
wenzelm [Fri, 25 Jun 2010 14:05:49 +0200] rev 37554
merged
Fri, 25 Jun 2010 12:15:49 +0200 merged
blanchet [Fri, 25 Jun 2010 12:15:49 +0200] rev 37553
merged
Fri, 25 Jun 2010 12:15:24 +0200 eta-expand
blanchet [Fri, 25 Jun 2010 12:15:24 +0200] rev 37552
eta-expand
Fri, 25 Jun 2010 12:08:48 +0200 improve the natural formula relevance filter code, so that it behaves more like the CNF one
blanchet [Fri, 25 Jun 2010 12:08:48 +0200] rev 37551
improve the natural formula relevance filter code, so that it behaves more like the CNF one
Fri, 25 Jun 2010 12:07:52 +0200 split SPASS time slot between SOS and non-SOS, in case SOS times out
blanchet [Fri, 25 Jun 2010 12:07:52 +0200] rev 37550
split SPASS time slot between SOS and non-SOS, in case SOS times out
Thu, 24 Jun 2010 21:01:13 +0200 yields ill-typed ATP/metis proofs -- raus!
blanchet [Thu, 24 Jun 2010 21:01:13 +0200] rev 37549
yields ill-typed ATP/metis proofs -- raus!
Thu, 24 Jun 2010 21:00:37 +0200 make sure "metisFT" is tried upon "metis" failure in "resolve_inc_tyvars"
blanchet [Thu, 24 Jun 2010 21:00:37 +0200] rev 37548
make sure "metisFT" is tried upon "metis" failure in "resolve_inc_tyvars"
Fri, 25 Jun 2010 07:19:21 +0200 merged
haftmann [Fri, 25 Jun 2010 07:19:21 +0200] rev 37547
merged
Thu, 24 Jun 2010 21:04:35 +0200 more direct definition simplifies proofs
haftmann [Thu, 24 Jun 2010 21:04:35 +0200] rev 37546
more direct definition simplifies proofs
Thu, 24 Jun 2010 21:03:32 +0200 merged
haftmann [Thu, 24 Jun 2010 21:03:32 +0200] rev 37545
merged
Thu, 24 Jun 2010 18:45:31 +0200 more precise tactic: do not escape to a different goal branch (REPEAT is still problematic, though)
haftmann [Thu, 24 Jun 2010 18:45:31 +0200] rev 37544
more precise tactic: do not escape to a different goal branch (REPEAT is still problematic, though)
Thu, 24 Jun 2010 18:22:15 +0200 a76ace919f1c wasn't quite right; second try
blanchet [Thu, 24 Jun 2010 18:22:15 +0200] rev 37543
a76ace919f1c wasn't quite right; second try
Thu, 24 Jun 2010 18:04:31 +0200 merge
blanchet [Thu, 24 Jun 2010 18:04:31 +0200] rev 37542
merge
Thu, 24 Jun 2010 17:57:36 +0200 never include anything from the Sledgehammer theory in the relevant facts + killed two obsolete facts
blanchet [Thu, 24 Jun 2010 17:57:36 +0200] rev 37541
never include anything from the Sledgehammer theory in the relevant facts + killed two obsolete facts
Thu, 24 Jun 2010 17:27:18 +0200 better eta-expansion in Sledgehammer's clausification;
blanchet [Thu, 24 Jun 2010 17:27:18 +0200] rev 37540
better eta-expansion in Sledgehammer's clausification; make the eta-expansion code more robust in the face of polymorphic arguments + make eta-expansion happen more often, since it first-orderizes things
Thu, 24 Jun 2010 17:25:47 +0200 cosmetics
blanchet [Thu, 24 Jun 2010 17:25:47 +0200] rev 37539
cosmetics
Thu, 24 Jun 2010 10:38:01 +0200 make sure that theorems passed using "add:" to Sledgehammer are not eliminated on heuristic grounds
blanchet [Thu, 24 Jun 2010 10:38:01 +0200] rev 37538
make sure that theorems passed using "add:" to Sledgehammer are not eliminated on heuristic grounds
Wed, 23 Jun 2010 18:43:50 +0200 improve the new "natural formula" fact filter
blanchet [Wed, 23 Jun 2010 18:43:50 +0200] rev 37537
improve the new "natural formula" fact filter
Fri, 25 Jun 2010 11:48:37 +0200 explicit treatment of UTF8 sequences as Isabelle symbols;
wenzelm [Fri, 25 Jun 2010 11:48:37 +0200] rev 37536
explicit treatment of UTF8 sequences as Isabelle symbols;
Thu, 24 Jun 2010 23:20:47 +0200 ML pretty printing of type string according to (quasi-abstract) YXML markup and symbols (including UTF8);
wenzelm [Thu, 24 Jun 2010 23:20:47 +0200] rev 37535
ML pretty printing of type string according to (quasi-abstract) YXML markup and symbols (including UTF8);
Thu, 24 Jun 2010 22:58:45 +0200 escape UTF8 symbols for the ML compiler;
wenzelm [Thu, 24 Jun 2010 22:58:45 +0200] rev 37534
escape UTF8 symbols for the ML compiler;
Thu, 24 Jun 2010 21:57:18 +0200 explicit treatment of UTF8 character sequences as Isabelle symbols;
wenzelm [Thu, 24 Jun 2010 21:57:18 +0200] rev 37533
explicit treatment of UTF8 character sequences as Isabelle symbols;
Thu, 24 Jun 2010 16:27:40 +0100 slight cleaning and simplification of the automatic wrapper for quotient definitions
Christian Urban <urbanc@in.tum.de> [Thu, 24 Jun 2010 16:27:40 +0100] rev 37532
slight cleaning and simplification of the automatic wrapper for quotient definitions
Thu, 24 Jun 2010 17:01:52 +0200 merged
wenzelm [Thu, 24 Jun 2010 17:01:52 +0200] rev 37531
merged
Thu, 24 Jun 2010 12:33:51 +0100 export of proper information in the ML-interface of the quotient package
Christian Urban <urbanc@in.tum.de> [Thu, 24 Jun 2010 12:33:51 +0100] rev 37530
export of proper information in the ML-interface of the quotient package
Thu, 24 Jun 2010 14:31:46 +0200 treat Pretty.T as strictly abstract type;
wenzelm [Thu, 24 Jun 2010 14:31:46 +0200] rev 37529
treat Pretty.T as strictly abstract type;
Thu, 24 Jun 2010 14:31:01 +0200 slightly more standard data merge: Symtax.merge (K true) avoids equality on abstract type Pretty.T and gracefully accepts overriding, Symtab.join prefers first entry as usual;
wenzelm [Thu, 24 Jun 2010 14:31:01 +0200] rev 37528
slightly more standard data merge: Symtax.merge (K true) avoids equality on abstract type Pretty.T and gracefully accepts overriding, Symtab.join prefers first entry as usual;
Thu, 24 Jun 2010 14:19:08 +0200 avoid equality on abstract type Pretty.T;
wenzelm [Thu, 24 Jun 2010 14:19:08 +0200] rev 37527
avoid equality on abstract type Pretty.T;
Thu, 24 Jun 2010 13:31:26 +0200 notes on packaging;
wenzelm [Thu, 24 Jun 2010 13:31:26 +0200] rev 37526
notes on packaging;
Thu, 24 Jun 2010 12:24:35 +0200 misc tuning;
wenzelm [Thu, 24 Jun 2010 12:24:35 +0200] rev 37525
misc tuning;
Thu, 24 Jun 2010 12:16:39 +0200 tuned auxiliary structures;
wenzelm [Thu, 24 Jun 2010 12:16:39 +0200] rev 37524
tuned auxiliary structures;
Thu, 24 Jun 2010 11:28:34 +0200 Net.encode_type;
wenzelm [Thu, 24 Jun 2010 11:28:34 +0200] rev 37523
Net.encode_type;
Thu, 24 Jun 2010 11:08:21 +0200 more accurate dependencies;
wenzelm [Thu, 24 Jun 2010 11:08:21 +0200] rev 37522
more accurate dependencies;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip