wenzelm [Mon, 10 Dec 2012 15:13:13 +0100] rev 50451
tuned;
wenzelm [Mon, 10 Dec 2012 13:52:33 +0100] rev 50450
generalized notion of active area, where sendback is just one application;
some support for graphview via active area;
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