summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser.p
blob: 0be0adbbf6748766b248adc2ce0a707b1976ccb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% EXPECT: unsat
% EXIT: 20

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

/*
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