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:

  1. determine requirements
  2. define business rules in 1 short human readable simple sentence per rule
  3. determine facts be
  4. implement in drools

Comments

Popular posts from this blog

design - Custom Styling Qt Quick Controls -

Unable to remove the www from url on https using .htaccess -