Hi Drools guys.

I just asked the following question on StackOverlow.
Could you please help :

I am already using Drools to do some preprocessing of an allocation problem (resources vs operations). The operations are already time intervals but I did not need to leverage the Drools Fusion features yet.

There is a new requirement for having some attributes of my resources changing over time.

I am willing to model this (the change of values over time) as "events" in Drools and take advantage of Drools Fusion, in Cloud mode.

Hence I will have to match those "dynamic" attributes events against my operations (again declared as events in Drools fusion). This will require Drools to compute a great amount of intervals overlaps.

I have several questions :

Thanks for your advice
Brgds,

-- Raphael