|
Op 07-12-12 08:29, Michiel Vermandel
schreef:
the order depends on the rule agenda, see drools expert manual http://docs.jboss.org/drools/release/5.5.0.Final/drools-expert-docs/html_single/index.html You can put System.out.println() in the RHS. Drools expert does not support TRACE logging to support this for you currently. If you would like this, vote for this issue: https://issues.jboss.org/browse/JBRULES-3702 Those "causes" is to keep Drools Expert's insertLogical's behaviour happy because an IntConstraintOccurrence's equals/hashcode is called so only 1 can be in the working memory. Basically, they explain what caused that part of the score. It's interesting if you want to use them to explain why a solution has a certain score. But, on the other hand, it's a PITA and I am working on an alternative that's easier to use and faster, once drools expert supports ChangeMatchListeners. In any case, it's a valid issue that the docs don't explain this causes thing.
|
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
