sultana [Thu, 05 Apr 2012 00:37:22 +0100] rev 47367
tuned;
sultana [Wed, 04 Apr 2012 21:57:39 +0100] rev 47366
improved import_tptp to use standard TPTP directory structure; extended the TPTP testing theory to include an example of using the import_tptp command;
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Wed, 04 Apr 2012 20:40:39 +0200] rev 47365
merge
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Wed, 04 Apr 2012 20:10:21 +0200] rev 47364
HOL/Import more precise map types
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Wed, 04 Apr 2012 20:09:56 +0200] rev 47363
HOL/Import typed matches against Isabelle typedef result
kuncar [Wed, 04 Apr 2012 19:20:52 +0200] rev 47362
connect the Quotient package to the Lifting package
kuncar [Wed, 04 Apr 2012 17:51:12 +0200] rev 47361
support non-open typedefs; define cr_rel in terms of a rep function for typedefs
sultana [Wed, 04 Apr 2012 16:29:17 +0100] rev 47360
tuned;
sultana [Wed, 04 Apr 2012 16:29:16 +0100] rev 47359
added interpretation for formula conditional;
sultana [Wed, 04 Apr 2012 16:29:16 +0100] rev 47358
refactored tptp lex;
sultana [Wed, 04 Apr 2012 16:29:16 +0100] rev 47357
refactored tptp yacc to bring close to official spec;
huffman [Wed, 04 Apr 2012 16:05:52 +0200] rev 47356
transfer method generalizes over free variables in goal
huffman [Wed, 04 Apr 2012 16:03:01 +0200] rev 47355
add bounded quantifier constant transfer_bforall, whose definition is unfolded after transfer
huffman [Wed, 04 Apr 2012 12:25:58 +0200] rev 47354
update keywords file
huffman [Wed, 04 Apr 2012 14:27:20 +0200] rev 47353
merged
huffman [Wed, 04 Apr 2012 11:50:08 +0200] rev 47352
fix typos
huffman [Wed, 04 Apr 2012 13:42:01 +0200] rev 47351
lift_definition command generates transfer rule
huffman [Wed, 04 Apr 2012 13:41:38 +0200] rev 47350
prove_quot_theorem fixes types
bulwahn [Wed, 04 Apr 2012 14:08:24 +0200] rev 47349
documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
bulwahn [Wed, 04 Apr 2012 12:22:51 +0200] rev 47348
added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
added examples of quickcheck_locale option;
trying to speed up Quickcheck_Examples;
wenzelm [Fri, 06 Apr 2012 12:02:24 +0200] rev 47347
stop node execution at first unassigned exec;
wenzelm [Fri, 06 Apr 2012 11:49:08 +0200] rev 47346
discontinued Document.update_perspective side-entry (cf. 546adfa8a6fc) -- NB: re-assignment is always necessary due to non-monotonic cancel_execution;
wenzelm [Thu, 05 Apr 2012 22:33:52 +0200] rev 47345
more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
tuned;
wenzelm [Thu, 05 Apr 2012 14:34:54 +0200] rev 47344
less ambitious memo_eval, since memo_result is still not robust here;
wenzelm [Thu, 05 Apr 2012 14:14:51 +0200] rev 47343
less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;
wenzelm [Thu, 05 Apr 2012 13:01:54 +0200] rev 47342
more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
edit of perspective touches node superficially, to ensure revisit after update;
wenzelm [Thu, 05 Apr 2012 11:58:46 +0200] rev 47341
Command.memo including physical interrupts (unlike Lazy.lazy);
re-assign unstable exec, i.e. reset interrupted transaction;
node result as direct exec -- avoid potential interrupt instability of Lazy.map;
wenzelm [Thu, 05 Apr 2012 10:45:53 +0200] rev 47340
tuned;