How can I solve the following problem:
 
LHS is true If all elements of multislot are also contained in some list of facts. For example:
 
(deftemplate topic_to_learn
(slot name)
(slot ID)
(multislot prerequisites))
 
In the following example the rule should be fired only when all prerequisites are satisfied.

Reply via email to