[rules-users] Re: drools solver for 2d knapsack problem

2009-05-09 Thread Geoffrey De Smet
Sounds a like good planning problem for drools-solver :) Lessonsschedule and nqueens are nice problems to understand how drools-solver works, but they aren't optimized (and don't need to be). The Itc2007 examination example is highly optimized, but more difficult to understand. The latest

[rules-users] Re: Drools : usage as appointment booking engine ? (drools-solver, drools-fusion)

2009-05-09 Thread Geoffrey De Smet
As I understand it, the time language in drools-fusion applies to fusion events (CEP). Your appointments and timeslots are actually normal drools facts, not fusion events, so I doubt it's possible to apply that time language meaningfully. However it should be possible to do things like this:

[rules-users] How to import DRL into Business Rule Assets section?

2009-05-09 Thread jant79
Hello, We are trying to develop a system based on Drools and want to have a repository based on JBoss and manage it from the Guvnor website. Now, we have a few questions: 1) Can we import DRL files into the Business rules section, so that later we can view/modify them using the graphical