Thu, 03 Jan 2013 13:54:45 +0100 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm [Thu, 03 Jan 2013 13:54:45 +0100] rev 50697
improved Monitor_Dockable, based on ML_Statistics operations; tuned signature;
Thu, 03 Jan 2013 13:28:37 +0100 get rid of two-year-old hack, now that the "metis" skolemizer no longer gets stuck in HO unification
blanchet [Thu, 03 Jan 2013 13:28:37 +0100] rev 50696
get rid of two-year-old hack, now that the "metis" skolemizer no longer gets stuck in HO unification
Thu, 03 Jan 2013 13:11:04 +0100 avoid explosion in higher-order unification algorithm
blanchet [Thu, 03 Jan 2013 13:11:04 +0100] rev 50695
avoid explosion in higher-order unification algorithm
Thu, 03 Jan 2013 09:56:39 +0100 avoid repeated calls to metis from "resolve_tac" in case of ultimate failure
blanchet [Thu, 03 Jan 2013 09:56:39 +0100] rev 50694
avoid repeated calls to metis from "resolve_tac" in case of ultimate failure
Thu, 03 Jan 2013 00:02:15 +0100 tuned comment
blanchet [Thu, 03 Jan 2013 00:02:15 +0100] rev 50693
tuned comment
Wed, 02 Jan 2013 22:16:16 +0100 merged
wenzelm [Wed, 02 Jan 2013 22:16:16 +0100] rev 50692
merged
Wed, 02 Jan 2013 21:55:57 +0100 added standard_frames convenience;
wenzelm [Wed, 02 Jan 2013 21:55:57 +0100] rev 50691
added standard_frames convenience;
Wed, 02 Jan 2013 21:39:54 +0100 some grouping of standard fields;
wenzelm [Wed, 02 Jan 2013 21:39:54 +0100] rev 50690
some grouping of standard fields; tuned signature;
Wed, 02 Jan 2013 21:02:47 +0100 some support for chart drawing;
wenzelm [Wed, 02 Jan 2013 21:02:47 +0100] rev 50689
some support for chart drawing;
Wed, 02 Jan 2013 19:23:18 +0100 some support for ML statistics content interpretation;
wenzelm [Wed, 02 Jan 2013 19:23:18 +0100] rev 50688
some support for ML statistics content interpretation;
Wed, 02 Jan 2013 18:03:38 +0100 moved files;
wenzelm [Wed, 02 Jan 2013 18:03:38 +0100] rev 50687
moved files;
Wed, 02 Jan 2013 17:58:53 +0100 moved files;
wenzelm [Wed, 02 Jan 2013 17:58:53 +0100] rev 50686
moved files;
Wed, 02 Jan 2013 16:48:22 +0100 ML runtime statistics: read properties from build log;
wenzelm [Wed, 02 Jan 2013 16:48:22 +0100] rev 50685
ML runtime statistics: read properties from build log;
Wed, 02 Jan 2013 15:08:38 +0100 support File.read_gzip as well, in accordance to File.write_gzip;
wenzelm [Wed, 02 Jan 2013 15:08:38 +0100] rev 50684
support File.read_gzip as well, in accordance to File.write_gzip; tuned signature;
Wed, 02 Jan 2013 13:50:59 +0100 inline ML statistics into build log;
wenzelm [Wed, 02 Jan 2013 13:50:59 +0100] rev 50683
inline ML statistics into build log;
Wed, 02 Jan 2013 13:20:10 +0100 removed outdated comment;
wenzelm [Wed, 02 Jan 2013 13:20:10 +0100] rev 50682
removed outdated comment;
Wed, 02 Jan 2013 13:06:54 +0100 enable Z3 for full test (cf. 6f48853f08d5);
wenzelm [Wed, 02 Jan 2013 13:06:54 +0100] rev 50681
enable Z3 for full test (cf. 6f48853f08d5);
Wed, 02 Jan 2013 20:53:01 +0100 removed old, unused code
smolkas [Wed, 02 Jan 2013 20:53:01 +0100] rev 50680
removed old, unused code
Wed, 02 Jan 2013 20:52:39 +0100 removed whitespace
smolkas [Wed, 02 Jan 2013 20:52:39 +0100] rev 50679
removed whitespace
Wed, 02 Jan 2013 20:52:32 +0100 removed duplicate code
smolkas [Wed, 02 Jan 2013 20:52:32 +0100] rev 50678
removed duplicate code
Wed, 02 Jan 2013 20:35:49 +0100 use rpair to avoid swap
smolkas [Wed, 02 Jan 2013 20:35:49 +0100] rev 50677
use rpair to avoid swap
Wed, 02 Jan 2013 19:59:06 +0100 generate "obtain" steps corresponding to skolemization inferences
blanchet [Wed, 02 Jan 2013 19:59:06 +0100] rev 50676
generate "obtain" steps corresponding to skolemization inferences
Wed, 02 Jan 2013 16:32:40 +0100 keep E's and Vampire's skolemization steps
blanchet [Wed, 02 Jan 2013 16:32:40 +0100] rev 50675
keep E's and Vampire's skolemization steps
Wed, 02 Jan 2013 16:02:33 +0100 tuning
blanchet [Wed, 02 Jan 2013 16:02:33 +0100] rev 50674
tuning
Wed, 02 Jan 2013 15:54:38 +0100 fixed oversensitive Skolem handling (cf. eaa540986291)
blanchet [Wed, 02 Jan 2013 15:54:38 +0100] rev 50673
fixed oversensitive Skolem handling (cf. eaa540986291)
Wed, 02 Jan 2013 15:44:00 +0100 added "obtain" to Isar proof construction data structure
blanchet [Wed, 02 Jan 2013 15:44:00 +0100] rev 50672
added "obtain" to Isar proof construction data structure
Wed, 02 Jan 2013 13:31:13 +0100 tuning
blanchet [Wed, 02 Jan 2013 13:31:13 +0100] rev 50671
tuning
Wed, 02 Jan 2013 13:14:47 +0100 properly take the existential closure of skolems
blanchet [Wed, 02 Jan 2013 13:14:47 +0100] rev 50670
properly take the existential closure of skolems
Wed, 02 Jan 2013 10:54:36 +0100 use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
blanchet [Wed, 02 Jan 2013 10:54:36 +0100] rev 50669
use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
Wed, 02 Jan 2013 10:41:53 +0100 tuning
blanchet [Wed, 02 Jan 2013 10:41:53 +0100] rev 50668
tuning
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip