home *** CD-ROM | disk | FTP | other *** search
-
-
-
- statement( [ description : score ,
- value_type : boolean ,
- dont_ask : true ,
- goal : true ] ).
-
-
- rule([ hypothesis :
- [ description : $C1: Setbacks OK$ ,
- value : yes ]
- and
- [ description : $C2: Adequate number of parking stalls$,
- value : yes ]
- and
- [ description : $C3: Handicapped parking next to sidewalk$,
- value : yes ]
- and
- [ description : $C4: Handicapped pedestrians don't have to cross traffic$,
- value : yes ]
- and
- [ description : $C5: Service drive to student union OK$,
- value : yes ]
- and
- [ description : $C6: Parking access south of pedistiran bridge$,
- value : yes ]
- and
- [ description : $C7: Student center and ampitheater view lake$,
- value : yes ]
- and
- [ description : $C8: Buildings relate to mall and bridge$ ,
- value : yes ]
- and
- [ description : $C9: Open space OK$,
- value : yes ] ,
- conclusion : [ description : score ,
- value : 4 ]
- ]).
-
- rule([ hypothesis :
- [ description : $C1: Setbacks OK$ ,
- value : no ]
- or
- [ description : $C2: Adequate number of parking stalls$,
- value : no ]
- or
- [ description : $C3: Horicapped parking next to sidewalk$,
- value : no ]
- or
- [ description : $C4: Horicapped pedestrians don't have to cross traffic$,
- value : no ]
- or
- [ description : $C5: Service drive to student union OK$,
- value : no ]
- or
- [ description : $C6: Parking access south of pedistiran bridge$,
- value : no ]
- or
- [ description : $C7: Student center or ampitheater view lake$,
- value : no ]
- or
- [ description : $C8: Buildings relate to mall or bridge$ ,
- value : no ]
- or
- [ description : $C9: Open space OK$,
- value : no ] ,
- conclusion : [ description : score ,
- value : 1 ]
- ]).
-
- rule([ hypothesis : true,
- conclusion : [ description : score ,
- value : unknown ]
- ]).
-
-
- %%%%%%%%%%%%%%%%%% eof %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%