nipkow [Mon, 27 Feb 2006 14:34:03 +0100] rev 19148
added temp. nbe test
nipkow [Mon, 27 Feb 2006 14:03:31 +0100] rev 19147
added nbe, updated neb_*
nipkow [Mon, 27 Feb 2006 14:03:15 +0100] rev 19146
added nbe
ballarin [Mon, 27 Feb 2006 12:20:21 +0100] rev 19145
Typo.
urbanc [Mon, 27 Feb 2006 12:14:36 +0100] rev 19144
added support for arbitrary atoms in the simproc
wenzelm [Sun, 26 Feb 2006 23:01:50 +0100] rev 19143
put_thms: do_index;
wenzelm [Sun, 26 Feb 2006 23:01:48 +0100] rev 19142
rewrite_goals_rule_aux: actually use prems if present;
wenzelm [Sun, 26 Feb 2006 23:01:47 +0100] rev 19141
add_local: do_index;
urbanc [Sun, 26 Feb 2006 22:25:17 +0100] rev 19140
replaced the lemma at_two by at_different;
this lemma now proves
EX b. a != b
urbanc [Sun, 26 Feb 2006 22:24:05 +0100] rev 19139
improved the decision-procedure for permutations;
now uses a simproc
FIXME:
the simproc still needs to be adapted for arbitrary
atom types
haftmann [Sat, 25 Feb 2006 15:19:47 +0100] rev 19138
improved codegen bootstrap
haftmann [Sat, 25 Feb 2006 15:19:19 +0100] rev 19137
change in codegen syntax
haftmann [Sat, 25 Feb 2006 15:19:00 +0100] rev 19136
some refinements
haftmann [Sat, 25 Feb 2006 15:11:35 +0100] rev 19135
added more detailed data to consts
berghofe [Fri, 24 Feb 2006 17:48:17 +0100] rev 19134
Reverted to old interface of AxClass.add_inst_arity(_i)
berghofe [Fri, 24 Feb 2006 09:00:21 +0100] rev 19133
Adapted to Florian's recent changes to the AxClass package.
urbanc [Thu, 23 Feb 2006 20:56:31 +0100] rev 19132
added lemmas
at_two: EX a b in an atom type such that a !=b
at_ds10
and a "test"-lemma at_prm_eq_compose (can probably be removed)
wenzelm [Thu, 23 Feb 2006 13:37:46 +0100] rev 19131
make SML/NJ happy;
mengj [Thu, 23 Feb 2006 13:00:18 +0100] rev 19130
Default type level is T_FULL now.
mengj [Thu, 23 Feb 2006 12:59:01 +0100] rev 19129
eprover removes tmp files too.
mengj [Thu, 23 Feb 2006 12:57:39 +0100] rev 19128
vampire/eprover methods can now be applied repeatedly until they fail.
wenzelm [Wed, 22 Feb 2006 22:18:42 +0100] rev 19127
removed obsolete meta_conjunction_tr';
wenzelm [Wed, 22 Feb 2006 22:18:41 +0100] rev 19126
rew: handle conjunctionI/D1/D2;
wenzelm [Wed, 22 Feb 2006 22:18:39 +0100] rev 19125
simplified Pure conjunction, based on actual const;