Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-254

"Exists OR" rules are compiled inconsistently

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 5.5.1.Final, 6.0.0.Final
    • 5.5.0.Final, 6.0.0.CR3
    • None
    • None

      Exists ( A or B ) is transformed into ( Exists A ) or ( Exists B )
      In case both A and B are asserted, they result in two activations,
      whereas one would expect only one.
      Moreover, the equivalent not ( (not A) and (not B) ) results in only
      one activation.

              mfusco@redhat.com Mario Fusco
              dsotty Davide Sottara (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: