liquid_feedback_core

changeset 303:585c1cf4a3c9

Added TODO for broken implementation of tie-breaking
author jbe
date Sun Sep 30 00:56:01 2012 +0200 (2012-09-30)
parents 548cec6b7a79
children e403f47525ce
files core.sql
line diff
     1.1 --- a/core.sql	Sat Sep 29 23:41:37 2012 +0200
     1.2 +++ b/core.sql	Sun Sep 30 00:56:01 2012 +0200
     1.3 @@ -4054,6 +4054,7 @@
     1.4                    "j" := 1;
     1.5                    LOOP
     1.6                      IF "i" != "j" THEN
     1.7 +                      -- TODO: Bug here. This can cause other links to be forbidden, which should not be forbidden:
     1.8                        IF "modified_matrix"["m"]["n"] = "direct_matrix"["i"]["j"] THEN
     1.9                          "forbidden_matrix"["i"]["j"] := TRUE;
    1.10                        END IF;

Impressum / About Us