(=>
(and
(instance ?D DeliveryService)
(destination ?D ?LOC1)
(deliveryRegion ?AGENT ?REGION)
(conditionalProbability
(located ?LOC1 ?REGION)
(agent ?D ?AGENT) ?NUMBER1)
(conditionalProbability
(not
(located ?LOC1 ?REGION))
(agent ?D ?AGENT) ?NUMBER2))
(lessThan ?NUMBER2 ?NUMBER1)) |
Dining.kif 552-561 |
If X is an instance of delivery service, X ends up at Y, Z is the delivery area of W, probability of Y is located at Z provided that W is an agent of X holds is V, and probability of Y is not located at Z provided that W is an agent of X holds is U, then U is less than V |