Answer till 4.73
This commit is contained in:
@@ -33,7 +33,10 @@
|
||||
(salary ?person ?amount)
|
||||
(lisp-value > ?amount ?ben-amount)))
|
||||
(newline)
|
||||
; c. all people who are supervised by someone who is not in the computer ; division, together with the supervisor's name and job. (eval-query
|
||||
|
||||
; c. all people who are supervised by someone who is not in the computer ;
|
||||
; division, together with the supervisor's name and job.
|
||||
(eval-query
|
||||
'(and (supervisor ?person ?supervisor)
|
||||
(not (job ?supervisor (computer . ?supervisor-title)))
|
||||
(job ?supervisor ?job)))
|
||||
|
||||
Reference in New Issue
Block a user