The rules are in the form such that these can be inserted in the decision tree #830394: Converting ORs into ANDs. For the decision tree a node can have left, right children and data part. Data part would contain the condition. Now the conditions of the rules need to be inserted in the decision tree in such a way that every condition would be evaluated at max once.
Comments
Comment #1
Saubhagya commentedI used these two rules
sau2
and
sau
and tree structure was like this:
Comment #2
Saubhagya commented