-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2021 Week 43-45 (from Oct 25)
-
2
-
NEW
-
NEW
With the following rules, the link R1->R2 is UNKNOWN but it should be POSITIVE.
rule R1 when $p : Person(age >= 20) then modify ($p) {setEmployed(true)}; end rule R2 when $p : Person(employed) then end