wenzelm [Thu, 16 Oct 2008 22:44:32 +0200] rev 28623
added make, minimal_sorts;
wenzelm [Thu, 16 Oct 2008 22:44:31 +0200] rev 28622
added const sort_constraint with syntax SORT_CONSTRAINT -- logically vacous;
wenzelm [Thu, 16 Oct 2008 22:44:30 +0200] rev 28621
added check_shyps, which reject pending sort hypotheses;
wenzelm [Thu, 16 Oct 2008 22:44:29 +0200] rev 28620
Drule.norm_hhf_eqs;
wenzelm [Thu, 16 Oct 2008 22:44:28 +0200] rev 28619
prove_common: include all sorts from context into statement, check shyps of result;
Drule.norm_hhf_eqs;
wenzelm [Thu, 16 Oct 2008 22:44:27 +0200] rev 28618
added rules for sort_constraint, include in norm_hhf_eqs;
tuned;
wenzelm [Thu, 16 Oct 2008 22:44:26 +0200] rev 28617
tuned;
wenzelm [Thu, 16 Oct 2008 22:44:25 +0200] rev 28616
avoid accidental dependency of automated proof on sort equiv;
wenzelm [Thu, 16 Oct 2008 22:44:24 +0200] rev 28615
explicit SORT_CONSTRAINT for proofs depending implicitly on certain sorts;
wenzelm [Thu, 16 Oct 2008 22:44:22 +0200] rev 28614
avoid CRITICAL with_path;
huffman [Thu, 16 Oct 2008 19:44:36 +0200] rev 28613
rewrite more proofs in Isar style
ballarin [Thu, 16 Oct 2008 17:52:54 +0200] rev 28612
Removed ex/Locales.thy.
ballarin [Thu, 16 Oct 2008 17:19:47 +0200] rev 28611
More occurrences of 'includes' gone.
ballarin [Thu, 16 Oct 2008 17:07:20 +0200] rev 28610
Removed outdated locales tutorial.
haftmann [Thu, 16 Oct 2008 08:51:05 +0200] rev 28609
correct rounding
haftmann [Thu, 16 Oct 2008 08:48:27 +0200] rev 28608
circumvent some TeX problem
kleing [Thu, 16 Oct 2008 00:18:53 +0200] rev 28607
only test HOL image for smlnj
wenzelm [Wed, 15 Oct 2008 22:12:02 +0200] rev 28606
tuned;
wenzelm [Wed, 15 Oct 2008 21:45:02 +0200] rev 28605
tuned;
wenzelm [Wed, 15 Oct 2008 21:15:35 +0200] rev 28604
generic ATP manager based on threads (by Fabian Immler);
wenzelm [Wed, 15 Oct 2008 21:06:15 +0200] rev 28603
added sledgehammer etc.;
wenzelm [Wed, 15 Oct 2008 19:43:11 +0200] rev 28602
removed obsolete Complex sessions;
haftmann [Wed, 15 Oct 2008 16:25:31 +0200] rev 28601
figure for adaption
ballarin [Wed, 15 Oct 2008 16:06:59 +0200] rev 28600
Removed 'includes' (fixed).
ballarin [Wed, 15 Oct 2008 15:44:15 +0200] rev 28599
Removed 'includes'.
kleing [Wed, 15 Oct 2008 00:18:43 +0200] rev 28598
give more time to do inital loggin and settings read
kleing [Wed, 15 Oct 2008 00:18:19 +0200] rev 28597
log start of test session
wenzelm [Tue, 14 Oct 2008 20:10:45 +0200] rev 28596
tuned interfaces -- plain prover function, without thread;
misc tuning and simplification;
reduced NJ basis library stuff to bare minimum;
wenzelm [Tue, 14 Oct 2008 20:10:44 +0200] rev 28595
add_prover: plain prover function, without thread;
removed obsolete atp_thread interface;
moved kill_excessive into main thread manager loop -- avoids race condition wrt. register/unregister;
start_prover: register/unregister self -- avoids race condition;
wenzelm [Tue, 14 Oct 2008 20:10:43 +0200] rev 28594
tuned AtpWrapper interfaces;