home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / REFOUT / SCHOOL.REF < prev    next >
Text File  |  1996-06-04  |  2KB  |  78 lines

  1.  
  2. *** Yes
  3. > > 
  4. *** Yes
  5. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  6.             roommate => employee(representative => _A)).
  7.  
  8. --1> 
  9. *** Yes
  10. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  11.             roommate => employee(representative => _A)), 
  12. B = employee(advisor => don(assistant => _B: student,secretary => elena),
  13.              helper => simon(spouse => _B),
  14.              roommate => _C: student(representative => _C)).
  15.  
  16. ----2> 
  17. *** Yes
  18. A = workstudy(advisor => don(assistant => A,
  19.                              secretary => _A: elena(representative => _A)),
  20.               helper => simon(spouse => A),
  21.               roommate => _A), 
  22. B = A.
  23.  
  24. ------3> 
  25. *** No
  26. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  27.             roommate => employee(representative => _A)), 
  28. B = employee(advisor => don(assistant => _B: student,secretary => elena),
  29.              helper => simon(spouse => _B),
  30.              roommate => _C: student(representative => _C)).
  31.  
  32. ----2> 
  33. *** No
  34. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  35.             roommate => employee(representative => _A)).
  36.  
  37. --1> 
  38. *** No
  39. > > 
  40. *** Yes
  41. A = workstudy(advisor => don(assistant => A,
  42.                              secretary => _A: elena(representative => _A)),
  43.               helper => simon(spouse => A),
  44.               roommate => _A).
  45.  
  46. --1> 
  47. *** No
  48. > > 
  49. *** No
  50. *** Yes
  51. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  52.             roommate => employee(representative => _A)).
  53.  
  54. --1> 
  55. *** Yes
  56. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  57.             roommate => employee(representative => _A)).
  58.  
  59. ----2> 
  60. *** Yes
  61. A = workstudy(advisor => faculty(assistant => A,secretary => _A: staff),
  62.               roommate => employee(representative => _A)).
  63.  
  64. ------3> 
  65. *** No
  66. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  67.             roommate => employee(representative => _A)).
  68.  
  69. ----2> 
  70. *** No
  71. A = student(advisor => faculty(assistant => A,secretary => _A: staff),
  72.             roommate => employee(representative => _A)).
  73.  
  74. --1> 
  75. *** No
  76.