summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser2.p
blob: e165b6b2fbc496cd9ba2014e9f8958e5f4bfb941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% Status: Unsatisfiable

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

cnf(query_1,axiom, a | b ).

cnf(query_1,axiom, b | c ).

cnf(query_1,axiom, ~a | ~ 'c' ).

cnf(query_1,negated_conjecture, ~ b ).

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