'(=> (And (= (Door_Opening_Type ?X) side) (= (Door_Opening_Strike_Side_Spec ?X) left)) (= (Car_Return_Left ?X) 3))
;; BUG: redundant constraints ;; ;; The constraints: ;; car_return_left_c01 ;; car_return_left_c02 ;; car_return_left_c03 ;; are really subsumed by car_return_left_c0[4-9] ;; ;; The redundancy is probably an historical artefact.