Drools how to make theorem prover using RETE? -
we need system prove theorem's :
(a+b).(c+d) + e + c.(e+d) = a.c + a.d + b.c + b.d + e + c.e + c.d
these may more complex
how make program using drools ...
tried making search tree using update modify methods not working out somehow.
as other drools project:
- determine requirements
- define business rules in 1 short human readable simple sentence per rule
- determine facts be
- implement in drools
Comments
Post a Comment