wenzelm [Sun, 11 Jul 2004 20:33:22 +0200] rev 15032
local_cla/simpset_of;
berghofe [Fri, 09 Jul 2004 16:33:20 +0200] rev 15031
- Added support for conditional equations whose premises involve
inductive sets (useful in connection with THE operator)
- Inductive and non-inductive sets (implemented as lists) can
now be mixed
berghofe [Fri, 09 Jul 2004 16:29:10 +0200] rev 15030
- Expressed infer_derivs' in terms of infer_deriv
- Eta-expanded function instantiate to delay evaluation (avoids inefficiencies
when proof terms are switched off)
berghofe [Fri, 09 Jul 2004 16:23:57 +0200] rev 15029
- Removed obsolete clause in function check_str
- test_term now temporarily sets print_mode to [] as well
paulson [Fri, 09 Jul 2004 11:13:36 +0200] rev 15028
new profiling function
wenzelm [Thu, 08 Jul 2004 19:34:56 +0200] rev 15027
adapted type of simprocs;
wenzelm [Thu, 08 Jul 2004 19:34:18 +0200] rev 15026
make SML/NJ happy;
wenzelm [Thu, 08 Jul 2004 19:34:10 +0200] rev 15025
added add_term_varnames, term_varnames;
wenzelm [Thu, 08 Jul 2004 19:34:00 +0200] rev 15024
got rid of obsolete meta_simpset; tuned;
wenzelm [Thu, 08 Jul 2004 19:33:51 +0200] rev 15023
major cleanup; got rid of obsolete meta_simpset;
wenzelm [Thu, 08 Jul 2004 19:33:31 +0200] rev 15022
tuned simprocs;
wenzelm [Thu, 08 Jul 2004 19:33:05 +0200] rev 15021
got rid of obsolete meta_simpset;
wenzelm [Thu, 08 Jul 2004 19:32:53 +0200] rev 15020
tuned;
wenzelm [Thu, 08 Jul 2004 19:32:46 +0200] rev 15019
removed obsolete dependency;
schirmer [Tue, 06 Jul 2004 20:34:49 +0200] rev 15018
* Pure/Namespace: flag unique_names added
* Pure/Tactic: print_tac outputs goal through trace channel
* HOL/Simplifier: extended record_upd_simproc
schirmer [Tue, 06 Jul 2004 20:32:20 +0200] rev 15017
print_tac now outputs goals through trace-channel
schirmer [Tue, 06 Jul 2004 20:31:37 +0200] rev 15016
added flag unique_names
schirmer [Tue, 06 Jul 2004 20:31:06 +0200] rev 15015
* record_upd_simproc also simplifies trivial updates:
r(|x := x r|) = r
* tuned quick and dirty mode
berghofe [Sat, 03 Jul 2004 15:26:58 +0200] rev 15014
Added delete operation.
paulson [Thu, 01 Jul 2004 12:29:53 +0200] rev 15013
new treatment of binary numerals
schirmer [Wed, 30 Jun 2004 14:04:58 +0200] rev 15012
Added reference record_definition_quick_and_dirty_sensitive, to
skip proofs triggered by a record definition, if quick_and_dirty
is enabled.
skalberg [Wed, 30 Jun 2004 00:42:59 +0200] rev 15011
Made simplification procedures simpset-aware.
kleing [Tue, 29 Jun 2004 11:18:34 +0200] rev 15010
license change to BSD
obua [Tue, 29 Jun 2004 10:07:56 +0200] rev 15009
support for sparse matrices
paulson [Mon, 28 Jun 2004 11:15:13 +0200] rev 15008
new method for explicit classical resolution
paulson [Fri, 25 Jun 2004 15:03:05 +0200] rev 15007
auto update
skalberg [Fri, 25 Jun 2004 14:30:55 +0200] rev 15006
Merging the meta-simplifier with the Provers-simplifier. Next step:
make the simplification procedure simpset-aware.
paulson [Thu, 24 Jun 2004 17:54:53 +0200] rev 15005
Norbert Voelker
paulson [Thu, 24 Jun 2004 17:52:55 +0200] rev 15004
ringpower to recpower
paulson [Thu, 24 Jun 2004 17:52:02 +0200] rev 15003
replaced monomorphic abs definitions by abs_if