% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: house.dtr % % Purpose: illustrates inference rules I to IV % % Author: James Kilbury, 26 October 1992 % % Email: kilbury@ling.uni-duesseldorf.de % % Address: U Drf, Universitaetsstr. 1, D-40225 Duesseldorf, Germany % % Version: 1.02 % % Copyright (c) University of Duesseldorf 1992. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Lounge: % The lounge is == 6 % 6 m wide and == . % as long as it is wide. Bedroom: % The bedroom is == 3 % 3 m wide and == Lounge:. % as long as the lounge is wide. Bathroom: % The bathroom is == Bedroom % as wide as the bedroom and == . % as long as it is wide. Kitchen: <> == Bedroom. % The kitchen is like the bedroom. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % The theorem set: % % Lounge: % = 6 % = 6. % % Bedroom: % = 3 % = 6. % % Bathroom: % = 3 % = 3. % % Kitchen: % = 3 % = 6. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # show . % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $