webertj [Fri, 07 Jul 2006 18:13:58 +0200] rev 20039
"solver" reference added to make the SAT solver configurable
paulson [Fri, 07 Jul 2006 15:13:15 +0200] rev 20038
Some tidying.
Fixed a problem where the DFG file did not declare some TFrees as 0-ary functions.
Frees no longer have types attached.
ballarin [Fri, 07 Jul 2006 09:39:25 +0200] rev 20037
Fixed erroneous check-in.
nipkow [Fri, 07 Jul 2006 09:31:57 +0200] rev 20036
made evaluation_conv and normalization_conv visible.
ballarin [Fri, 07 Jul 2006 09:28:39 +0200] rev 20035
Internal restructuring: identify no longer computes syntax.
ballarin [Fri, 07 Jul 2006 09:24:05 +0200] rev 20034
Modified comment.
webertj [Fri, 07 Jul 2006 02:12:52 +0200] rev 20033
added support for MiniSat 1.14
wenzelm [Thu, 06 Jul 2006 23:36:40 +0200] rev 20032
removed obsolete locale view;
wenzelm [Thu, 06 Jul 2006 17:47:35 +0200] rev 20031
apply_text: support Method.Source_i;
wenzelm [Thu, 06 Jul 2006 17:47:34 +0200] rev 20030
added method_i and Source_i;
wenzelm [Thu, 06 Jul 2006 17:47:33 +0200] rev 20029
thm parsers: include Args.internal_fact;
wenzelm [Thu, 06 Jul 2006 16:49:40 +0200] rev 20028
add/del_simps: warning for inactive simpset (no context);
tuned;
wenzelm [Thu, 06 Jul 2006 16:49:39 +0200] rev 20027
updated;
wenzelm [Thu, 06 Jul 2006 16:49:38 +0200] rev 20026
Local variables;
wenzelm [Thu, 06 Jul 2006 16:49:37 +0200] rev 20025
Isar.context ();
wenzelm [Thu, 06 Jul 2006 16:49:36 +0200] rev 20024
tuned;
wenzelm [Thu, 06 Jul 2006 15:21:33 +0200] rev 20023
added Isar.context;
paulson [Thu, 06 Jul 2006 12:18:17 +0200] rev 20022
some tidying; fixed the output of theorem names
wenzelm [Thu, 06 Jul 2006 11:26:49 +0200] rev 20021
def_export: Drule.generalize;
wenzelm [Thu, 06 Jul 2006 11:26:46 +0200] rev 20020
matchers: fall back on plain first_order_matchers, not pattern;
kleing [Wed, 05 Jul 2006 23:51:22 +0200] rev 20019
make sure $DISTPREFIX exists before calling makedist
paulson [Wed, 05 Jul 2006 16:24:28 +0200] rev 20018
removed the "tagging" feature
paulson [Wed, 05 Jul 2006 16:24:10 +0200] rev 20017
made the conversion of elimination rules more robust
mengj [Wed, 05 Jul 2006 14:22:09 +0200] rev 20016
Literals aren't sorted any more.
mengj [Wed, 05 Jul 2006 14:21:22 +0200] rev 20015
Literals aren't sorted any more. Output overloaded constants' type var instantiations.
schirmer [Wed, 05 Jul 2006 11:32:38 +0200] rev 20014
fixed let-simproc
----------------------------------------------------------------------
wenzelm [Tue, 04 Jul 2006 21:26:26 +0200] rev 20013
Isar: 'print_facts' prints all local facts;
wenzelm [Tue, 04 Jul 2006 21:22:53 +0200] rev 20012
print_lthms: include unnamed facts from index;
tuned;
wenzelm [Tue, 04 Jul 2006 21:22:52 +0200] rev 20011
added content;
wenzelm [Tue, 04 Jul 2006 21:22:51 +0200] rev 20010
added props selector;
wenzelm [Tue, 04 Jul 2006 21:22:50 +0200] rev 20009
print_facts: all facts;
wenzelm [Tue, 04 Jul 2006 19:49:59 +0200] rev 20008
add_abbrevs/polymorphic: Variable.exportT_terms avoids over-generalization;