summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser8.p
blob: 4bb2694ea38ab16e557346c5d161a1e973ff4a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
% EXPECT: unknown
% 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