summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser7.p
blob: 9288cbbd05c9c08a93ecb48165e4877f958427a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% COMMAND-LINE: --finite-model-find
% Status: Satisfiable

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

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

cnf(query_1,axiom, b | c ).

cnf(query_1,axiom, ~p(A, axiom) ).

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

cnf(query_1,negated_conjecture, ~ b ).

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