summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser8.p
blob: 3bfd8efb629d564ad539586bc56f0b9604f88d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
% EXPECT: unknown (INCOMPLETE)
% EXIT: 0

%--------------------------------------------------------------------------
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