;;;;  Test case for adding linear features to VS as a part of HW1

(setf *domains* '((LINEAR 0 10)(LINEAR 0 NIL)(square triangle circle)))
(setf *feature-names* '(height length shape))

(setf linear-ex3 '((+ (3 8 square))(+ (6 100 circle))
		   (- (4 5 triangle))))