summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser4.p
blob: 6475112b410875fc9981dcf9b205f0052d6c4945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% COMMAND-LINE: --finite-model-find
% Status: Unsatisfiable

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

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

cnf(query_1,axiom, b | c ).

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

cnf(query_1,negated_conjecture, ~ b ).

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