Theater Consultation

Knowledge Base

RULE R1
    IF   distance >= 2 miles            THEN means is drive

RULE R2
    IF   distance < 2 miles, and        THEN means is drive
         time <= 15 min

RULE R3
    IF   distance < 2 miles, and       THEN means is walk
         time > 15 min

RULE R4
    IF   means is drive, and            THEN the action is to take a cab
         location is downtown

RULE R5
    IF   means is drive, and            THEN the action is to drive your car
         location is not downtown

RULE R6
    IF   means is walk, and             THEN the action is to take a coat and walk
         weather is ba

RULE R7
    IF   means is walk, and             THEN the action is to walk
         weather is good