# HG changeset patch # User jbe # Date 1348959361 -7200 # Node ID 585c1cf4a3c992e4fcd6bb987899431c9b989b50 # Parent 548cec6b7a79fb5a9eb0dc1a03a482d868d04cdd Added TODO for broken implementation of tie-breaking diff -r 548cec6b7a79 -r 585c1cf4a3c9 core.sql --- a/core.sql Sat Sep 29 23:41:37 2012 +0200 +++ b/core.sql Sun Sep 30 00:56:01 2012 +0200 @@ -4054,6 +4054,7 @@ "j" := 1; LOOP IF "i" != "j" THEN + -- TODO: Bug here. This can cause other links to be forbidden, which should not be forbidden: IF "modified_matrix"["m"]["n"] = "direct_matrix"["i"]["j"] THEN "forbidden_matrix"["i"]["j"] := TRUE; END IF;