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

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

/*
cnf(query_1,axiom,
    $false | $false /* | $false).
*/

cnf(query_1,axiom,
    $false | $false | $false).

cnf(query_1,negated_conjecture, ~
    $false | $false | $false).

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