wenzelm [Wed, 04 Sep 2013 10:46:57 +0200] rev 53396
more contributors;
sultana [Tue, 03 Sep 2013 21:46:42 +0100] rev 53395
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53394
updated TPTP parser to conform to version 5.4.0;
clarified abstract syntax for 'let' in TPTP_Syntax (and in the parser);
improved parsing of 'let' (in TFF) -- previously it wasn't looking at the structure of the definition;
fixed bug when parsing 'let' (in TFF and THF) -- was only keeping the first quantified variable, and ignoring the rest;
added comments to remind that 'let' support for THF is currently broken in TPTP;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53393
included axiom formulas (removing a FIXME) in the imported problem;
turned tests into asserts;
changed problem to one which actually succeeds using z3;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53392
updated syntax to use 'ML_file' rather than 'uses';
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53391
now allowing numeric identifiers to be used in 'file' annotations;
more informative failure of missed cases by raising ANNOT_STRUCTURE instead of the default Match;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53390
get_file_list now returns files sorted by size;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53389
brought up to date with TPTP_Proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53388
using richer annotation from formula annotations in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53387
extracting more info from formula annotation in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53386
corrected syntax filter;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53385
reading tptp status code;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53384
improved handling of nonstandard problem names;
wenzelm [Tue, 03 Sep 2013 22:30:52 +0200] rev 53383
merged
wenzelm [Tue, 03 Sep 2013 22:10:54 +0200] rev 53382
merged