huffman [Wed, 18 Apr 2012 12:15:20 +0200] rev 47535
lifting_setup generates transfer rule for rep of typedefs
huffman [Wed, 18 Apr 2012 10:52:49 +0200] rev 47534
use context block to organize typedef lifting theorems
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47533
avoid generating syntactically invalid patterns (with "if_then_else") in SMT-LIB files
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47532
compile
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47531
get rid of minor optimization that caused strange problems and was hard to debug (and apparently saved less than 100 ms on a 30 s run)
blanchet [Wed, 18 Apr 2012 10:53:27 +0200] rev 47530
doc update
blanchet [Wed, 18 Apr 2012 10:53:27 +0200] rev 47529
display more messages, now that more provers are run by default
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47528
added testing of tptp problem names;
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47527
tidied exception-handling relating to tptp problem names;
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47526
updated TPTP's ROOT.ML to include TPTP_Interpret;
wenzelm [Tue, 17 Apr 2012 23:24:46 +0200] rev 47525
retain ISABELLE_HOME_WINDOWS which is useful for jEdit to fold file names symbolically, but without DOS expansion that causes problems with Cygwin/Posix roundtrip (cf. 5a7903ba2dac);
wenzelm [Tue, 17 Apr 2012 22:26:36 +0200] rev 47524
updated to scala-2.9.2;
huffman [Tue, 17 Apr 2012 14:00:09 +0200] rev 47523
make transfer method more deterministic by using SOLVED' on some subgoals
wenzelm [Tue, 17 Apr 2012 20:48:07 +0200] rev 47522
accomodate ProofGeneral as Isabelle component, with adhoc version switch for Cygwin as before;
kuncar [Tue, 17 Apr 2012 19:16:13 +0200] rev 47521
tuned the setup of lifting; generate transfer rules for typedef and Quotient thms
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47520
improved exception-handling in tptp;
tuned;
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47519
simplified interpretation of '$i';
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47518
more cleaning of tptp tests;
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47517
improved tptp_graph robustness by relying on thy;
reused cleanup code;
improved messages;
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47516
improved tptp interpretation test thy
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47515
tuned comments
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47514
improved handling of quoted names in tptp import
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47513
improved naming of 'distinct objects' in tptp import
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47512
reorganised tptp testing thys
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47511
enforced 'include' restrictions
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47510
tuned
sultana [Tue, 17 Apr 2012 16:14:06 +0100] rev 47509
split TPTP_Parser thy -- parser can rely on smaller image, whereas TPTP_Interpret requires HOL;
wenzelm [Tue, 17 Apr 2012 16:48:37 +0200] rev 47508
updated rel_comp ~> relcomp (cf. e1b761c216ac);