webertj [Mon, 17 Jul 2006 01:28:17 +0200] rev 20136
support for MiniSat proof traces added
webertj [Mon, 17 Jul 2006 00:37:06 +0200] rev 20135
support for MiniSat proof traces added
paulson [Sun, 16 Jul 2006 14:26:22 +0200] rev 20134
has_consts renamed to has_conn, now actually parses the first-order formula
to avoid problems caused by connectives buried within descriptions and set comprehensions.
webertj [Sat, 15 Jul 2006 18:17:47 +0200] rev 20133
function butlast added
paulson [Sat, 15 Jul 2006 15:26:50 +0200] rev 20132
Replaced a-lists by tables to improve efficiency
mengj [Sat, 15 Jul 2006 13:52:10 +0200] rev 20131
Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
mengj [Sat, 15 Jul 2006 13:50:26 +0200] rev 20130
Only include combinators if required by goals and user specified lemmas.
Remove a clause if too general.
ballarin [Fri, 14 Jul 2006 14:37:15 +0200] rev 20129
Term.term_lpo takes order on terms rather than strings as argument.
wenzelm [Fri, 14 Jul 2006 14:19:48 +0200] rev 20128
keep/transaction: unified execution model (with debugging etc.);
tuned;
webertj [Fri, 14 Jul 2006 13:51:30 +0200] rev 20127
trivial whitespace changes
wenzelm [Fri, 14 Jul 2006 12:18:33 +0200] rev 20126
simp method: depth_limit;
paulson [Thu, 13 Jul 2006 17:39:56 +0200] rev 20125
"conjecture" must be lower case
wenzelm [Thu, 13 Jul 2006 13:42:05 +0200] rev 20124
tuned insert_list;
wenzelm [Thu, 13 Jul 2006 13:42:02 +0200] rev 20123
Name.context already declares empty names;
tune ins_sorts -- sort assigments should never change later;
wenzelm [Thu, 13 Jul 2006 13:42:00 +0200] rev 20122
strip_abs_eta: proper use of Name.context;
wenzelm [Thu, 13 Jul 2006 13:41:57 +0200] rev 20121
do not export make_context;
initial context: declare empty names;
variants: no special treatment of empty names;
wenzelm [Thu, 13 Jul 2006 13:41:53 +0200] rev 20120
removed colon from sym category;
paulson [Thu, 13 Jul 2006 12:31:00 +0200] rev 20119
fix to refl_clause_aux: added occurs check
wenzelm [Wed, 12 Jul 2006 21:19:27 +0200] rev 20118
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm [Wed, 12 Jul 2006 21:19:24 +0200] rev 20117
removed duplicate of Tactic.make_elim_preserve;
wenzelm [Wed, 12 Jul 2006 21:19:22 +0200] rev 20116
removed obsolete adhoc_freeze_vars (may use Variable.import_terms instead);
wenzelm [Wed, 12 Jul 2006 21:19:19 +0200] rev 20115
exported make_elim_preserve;
wenzelm [Wed, 12 Jul 2006 21:19:17 +0200] rev 20114
prove_conv: Variable.import_terms instead of Term.addhoc_freeze_vars;
tuned;
wenzelm [Wed, 12 Jul 2006 21:19:14 +0200] rev 20113
simplified prove_conv;
wenzelm [Wed, 12 Jul 2006 19:59:14 +0200] rev 20112
removed ':' from category of symbolic identifier chars;
wenzelm [Wed, 12 Jul 2006 19:59:13 +0200] rev 20111
query/bang_colon: separate tokens;
haftmann [Wed, 12 Jul 2006 17:40:52 +0200] rev 20110
purged website sources
haftmann [Wed, 12 Jul 2006 17:00:33 +0200] rev 20109
added strip_abs_eta