summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser8.p
blob: b60799f1a7ed1d3941a35bd9e4b929c26029a559 (plain)
1
2
3
4
5
6
7
8
9
10
11
% COMMAND-LINE: --finite-model-find
% Status: Satisfiable

%--------------------------------------------------------------------------
include('tptp_parser7.p').

cnf(query_1,axiom, include('A') | b ).

cnf(query_1,negated_conjecture, ~ b ).

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