wenzelm [Mon, 10 Dec 2012 14:45:47 +0100] rev 50449
merged
blanchet [Mon, 10 Dec 2012 10:29:52 +0100] rev 50448
have MaSh evaluator keep all raw problem/solution files in a directory
wenzelm [Mon, 10 Dec 2012 10:41:29 +0100] rev 50447
clarified transitive_closure: proper cumulation of transitive steps, which is essential for Warshall-style algorithms;
wenzelm [Sun, 09 Dec 2012 14:05:21 +0100] rev 50446
always apply transitive_reduction_acyclic in imitation of old graph browser (essential to avoid slow layout and overcrowded display, e.g. class_deps);
wenzelm [Sun, 09 Dec 2012 14:01:09 +0100] rev 50445
added graph operations for transitive closure and reduction in Scala -- unproven and thus better left out of the kernel-relevant ML module;
wenzelm [Sat, 08 Dec 2012 22:41:39 +0100] rev 50444
merged
blanchet [Sat, 08 Dec 2012 22:15:44 +0100] rev 50443
merge
blanchet [Sat, 08 Dec 2012 21:54:28 +0100] rev 50442
don't blacklist "case" theorems -- this causes problems in MaSh later
blanchet [Sat, 08 Dec 2012 13:55:26 +0100] rev 50441
more changes to MaSh Python program (by Daniel K.)
blanchet [Sat, 08 Dec 2012 00:48:51 +0100] rev 50440
don't have MaSh pretend it knows facts it doesn't know