TPTP Problem File: NLP106-1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : NLP106-1 : TPTP v9.0.0. Released v2.4.0.
% Domain : Natural Language Processing
% Problem : Every customer in a restaurant, problem 13
% Version : [Bos00b] axioms.
% English : Eliminating inconsistent interpretations in the statement
% "Every customer in a restaurant saw a person who drank a
% coffee."
% Refs : [Bos00a] Bos (2000), DORIS: Discourse Oriented Representation a
% [Bos00b] Bos (2000), Applied Theorem Proving - Natural Language
% Source : [TPTP]
% Names :
% Status : Satisfiable
% Rating : 0.00 v2.4.0
% Syntax : Number of clauses : 49 ( 2 unt; 0 nHn; 37 RR)
% Number of literals : 125 ( 0 equ; 80 neg)
% Maximal clause size : 4 ( 2 avg)
% Maximal term depth : 2 ( 1 avg)
% Number of predicates : 33 ( 33 usr; 0 prp; 1-3 aty)
% Number of functors : 5 ( 5 usr; 2 con; 0-1 aty)
% Number of variables : 109 ( 11 sgn)
% SPC : CNF_SAT_RFO_NEQ
% Comments : Created from NLP106+1.p using FLOTTER
%--------------------------------------------------------------------------
cnf(clause1,axiom,
( ~ see(U,V)
| event(U,V) ) ).
cnf(clause2,axiom,
( ~ event(U,V)
| eventuality(U,V) ) ).
cnf(clause3,axiom,
( ~ eventuality(U,V)
| thing(U,V) ) ).
cnf(clause4,axiom,
( ~ thing(U,V)
| singleton(U,V) ) ).
cnf(clause5,axiom,
( ~ eventuality(U,V)
| specific(U,V) ) ).
cnf(clause6,axiom,
( ~ eventuality(U,V)
| nonexistent(U,V) ) ).
cnf(clause7,axiom,
( ~ eventuality(U,V)
| unisex(U,V) ) ).
cnf(clause8,axiom,
( ~ drink(U,V)
| event(U,V) ) ).
cnf(clause9,axiom,
( ~ coffee(U,V)
| beverage(U,V) ) ).
cnf(clause10,axiom,
( ~ beverage(U,V)
| food(U,V) ) ).
cnf(clause11,axiom,
( ~ food(U,V)
| substance_matter(U,V) ) ).
cnf(clause12,axiom,
( ~ substance_matter(U,V)
| object(U,V) ) ).
cnf(clause13,axiom,
( ~ object(U,V)
| entity(U,V) ) ).
cnf(clause14,axiom,
( ~ entity(U,V)
| thing(U,V) ) ).
cnf(clause15,axiom,
( ~ entity(U,V)
| specific(U,V) ) ).
cnf(clause16,axiom,
( ~ entity(U,V)
| existent(U,V) ) ).
cnf(clause17,axiom,
( ~ object(U,V)
| nonliving(U,V) ) ).
cnf(clause18,axiom,
( ~ object(U,V)
| impartial(U,V) ) ).
cnf(clause19,axiom,
( ~ object(U,V)
| unisex(U,V) ) ).
cnf(clause20,axiom,
( ~ human_person(U,V)
| organism(U,V) ) ).
cnf(clause21,axiom,
( ~ organism(U,V)
| entity(U,V) ) ).
cnf(clause22,axiom,
( ~ organism(U,V)
| impartial(U,V) ) ).
cnf(clause23,axiom,
( ~ organism(U,V)
| living(U,V) ) ).
cnf(clause24,axiom,
( ~ human_person(U,V)
| human(U,V) ) ).
cnf(clause25,axiom,
( ~ human_person(U,V)
| animate(U,V) ) ).
cnf(clause26,axiom,
( ~ customer(U,V)
| human_person(U,V) ) ).
cnf(clause27,axiom,
( ~ restaurant(U,V)
| building(U,V) ) ).
cnf(clause28,axiom,
( ~ building(U,V)
| artifact(U,V) ) ).
cnf(clause29,axiom,
( ~ artifact(U,V)
| object(U,V) ) ).
cnf(clause30,axiom,
( ~ living(U,V)
| ~ nonliving(U,V) ) ).
cnf(clause31,axiom,
( ~ nonexistent(U,V)
| ~ existent(U,V) ) ).
cnf(clause32,axiom,
( ~ nonliving(U,V)
| ~ animate(U,V) ) ).
cnf(clause33,axiom,
( ~ nonreflexive(U,V)
| ~ patient(U,V,W)
| ~ agent(U,V,W) ) ).
cnf(clause34,axiom,
( ~ drink(U,V)
| ~ patient(U,V,W)
| ~ agent(U,V,X)
| beverage(U,W) ) ).
cnf(clause35,negated_conjecture,
actual_world(skc2) ).
cnf(clause36,negated_conjecture,
coffee(skc2,skc3) ).
cnf(clause37,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| human_person(skc2,skf5(W)) ) ).
cnf(clause38,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| drink(skc2,skf4(W)) ) ).
cnf(clause39,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| nonreflexive(skc2,skf4(W)) ) ).
cnf(clause40,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| past(skc2,skf4(W)) ) ).
cnf(clause41,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| event(skc2,skf4(W)) ) ).
cnf(clause42,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| event(skc2,skf3(W)) ) ).
cnf(clause43,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| past(skc2,skf3(W)) ) ).
cnf(clause44,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| nonreflexive(skc2,skf3(W)) ) ).
cnf(clause45,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| see(skc2,skf3(W)) ) ).
cnf(clause46,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| patient(skc2,skf4(W),skc3) ) ).
cnf(clause47,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| agent(skc2,skf3(V),V) ) ).
cnf(clause48,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| agent(skc2,skf4(W),skf5(W)) ) ).
cnf(clause49,negated_conjecture,
( ~ restaurant(skc2,U)
| ~ in(skc2,V,U)
| ~ customer(skc2,V)
| patient(skc2,skf3(W),skf5(W)) ) ).
%--------------------------------------------------------------------------