Re: [rules-users] Iterative diagnosis - how to determine what is the next best fact?

2011-08-22 Thread Kal
s system like drools would be perfect to keep my application simple to maintain and to expand later ... a complete solution would involve more goals, maybe 200-300 rules. Any suggestions on how to use Drools or other solution would be greatly appreciated. Thanks! Kal -- View this message in co

[rules-users] Iterative diagnosis - how to determine what is the next best fact?

2011-08-20 Thread Kal
Hi, I am new to Drools. I read the documentation and I looked at the examples, but I still not sure how to solve this problem: 1) Kind: iterative diagnosis Rules: if (A, B and C) then print ("Solution 1") if (A, B and not C) then print ("Solution 2") if (A, D and E) then print ("Solution 3") and