I have a question about finding the intersection and union of two
sets with set template (deftemplate set
(multislot name)
(multislot members))
union template (deftemplate union
(multislot set-1-name)
(multislot set-2-name))
intersection template (deftemplate intersection
(multislot set-1-name)
(multislot set-2-name))
How to define rules to compute the intersection and union of two sets?
Lee
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------