summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser6.p
blob: 0684a6a3d4e79560b1eec83df8aa288baaef1696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% EXPECT: unknown (INCOMPLETE)
% EXIT: 0

%--------------------------------------------------------------------------

cnf(query_1,axiom, p( A, d ) | cnf ).

cnf(query_1,axiom, cnf | c ).

cnf(query_1,axiom, ~p(A, axiom) | ~ 'c' ).

cnf(query_1,axiom, axiom != d ).

cnf(query_1,negated_conjecture, ~ cnf ).

%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback