I am making some kind of expert system in drools. It will be based on fuzzy
logic. I have a analysis which describes what semantics to use.
Problem is that i don't know how to rewrite this semantics to drools. Look:
x ∧ y = min{x,y}
x ∨ y = max{x,y}
x → y = 1 for x <= y, y for x > y
Any hint will be appreciated.
--
View this message in context:
http://drools.46999.n3.nabble.com/How-to-use-my-own-rule-semantics-tp4025...
Sent from the Drools: User forum mailing list archive at
Nabble.com.