Also, when I add this condition:

rule "ABC" 
        when 
                A ( $p : p ) 
                B ( c < $p, c in (3,4), c > d  ) 
        then 
                System.out.println ("Hello"); 
end 

The Rete Tree looks like this: (is that correct?)

<http://drools.46999.n3.nabble.com/file/n4028170/Rete.png> 



--
View this message in context: 
http://drools.46999.n3.nabble.com/in-operator-breaking-the-Rete-Tree-tp4028148p4028170.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to