griff [Tue, 03 Apr 2012 17:26:30 +0900] rev 47433
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
wenzelm [Thu, 12 Apr 2012 18:39:19 +0200] rev 47432
more standard method setup;
wenzelm [Thu, 12 Apr 2012 11:34:50 +0200] rev 47431
more precise declaration of goal_tfrees in forked proof state;
wenzelm [Thu, 12 Apr 2012 11:28:36 +0200] rev 47430
partial revert of 8a179a0493e3 -- expose failure status of result (potentially via group) instead of isolated interrupt;
bulwahn [Thu, 12 Apr 2012 10:13:33 +0200] rev 47429
multiset operations are defined with lift_definitions;
tuned proofs;
huffman [Thu, 12 Apr 2012 07:33:14 +0200] rev 47428
remove outdated comment
wenzelm [Wed, 11 Apr 2012 21:40:46 +0200] rev 47427
rule composition via attribute "OF" (or ML functions OF/MRS) is more tolerant against multiple unifiers;
wenzelm [Wed, 11 Apr 2012 20:42:28 +0200] rev 47426
standardized ML aliases;
wenzelm [Wed, 11 Apr 2012 15:02:48 +0200] rev 47425
clarified proof_result: finish proof formally via head tr, not end_tr;
wenzelm [Wed, 11 Apr 2012 14:20:51 +0200] rev 47424
tuned;
wenzelm [Wed, 11 Apr 2012 13:49:09 +0200] rev 47423
more robust Future.fulfill wrt. duplicate assignment and interrupt;
wenzelm [Wed, 11 Apr 2012 13:37:46 +0200] rev 47422
tuned message;
wenzelm [Wed, 11 Apr 2012 12:15:56 +0200] rev 47421
always signal after cancel_group: passive tasks may have become active;
wenzelm [Wed, 11 Apr 2012 11:44:21 +0200] rev 47420
just one dedicated execution per document version -- NB: non-monotonicity of cancel always requires fresh update;
explicit terminate_execution;
tuned source structure;
wenzelm [Tue, 10 Apr 2012 23:05:24 +0200] rev 47419
merged
Christian Urban <urbanc@in.tum.de> [Tue, 10 Apr 2012 16:10:50 +0100] rev 47418
moved lift_raw_const wrapper out of the Quotient-package into Nominal2
wenzelm [Tue, 10 Apr 2012 22:53:41 +0200] rev 47417
misc tuning and simplification;
wenzelm [Tue, 10 Apr 2012 21:31:05 +0200] rev 47416
static relevance of proof via syntax keywords;
wenzelm [Tue, 10 Apr 2012 20:42:17 +0200] rev 47415
tuned future priorities: print 0, goal ~1, execute ~2;
wenzelm [Tue, 10 Apr 2012 16:50:30 +0200] rev 47414
updated for Poly/ML SVN 1476;
wenzelm [Tue, 10 Apr 2012 11:42:15 +0200] rev 47413
some coverage of HOL/TPTP;
sultana [Tue, 10 Apr 2012 06:45:15 +0100] rev 47412
added graph-conversion utility for TPTP files
sultana [Tue, 10 Apr 2012 06:45:15 +0100] rev 47411
moved non-interpret-specific code to different module
wenzelm [Mon, 09 Apr 2012 23:06:14 +0200] rev 47410
disable parallel proofs (again) -- still suffering from instabilites wrt. interrupts;
wenzelm [Mon, 09 Apr 2012 21:29:47 +0200] rev 47409
tuned proofs;
wenzelm [Mon, 09 Apr 2012 20:57:23 +0200] rev 47408
slightly faster default compilation of Isabelle/Scala;
wenzelm [Mon, 09 Apr 2012 20:42:05 +0200] rev 47407
more explicit last exec result;
wenzelm [Mon, 09 Apr 2012 19:50:04 +0200] rev 47406
dynamic propagation of node "updated" status, which is required to propagate edits and re-assigments and allow direct memo_result;
discontinued odd "touched" field -- check given edits directly;
wenzelm [Mon, 09 Apr 2012 17:38:39 +0200] rev 47405
tuned;
wenzelm [Mon, 09 Apr 2012 17:22:23 +0200] rev 47404
simplified Future.cancel/cancel_group (again) -- running threads only;
more robust update/cancel_execution: full join_tasks of group before exec state assignment;
tuned signature;