TPTP Problem File: SYN731-1.p

View Solutions - Solve Problem

%--------------------------------------------------------------------------
% File     : SYN731-1 : TPTP v8.2.0. Released v2.5.0.
% Domain   : Syntactic
% Problem  : Peter Andrews Problem X2150
% Version  : Especial.
% English  :

% Refs     : [And97] Andrews (1994), Email to G. Sutcliffe
% Source   : [And97]
% Names    : X2150 [And97]

% Status   : Unsatisfiable
% Rating   : 0.00 v5.3.0, 0.05 v5.2.0, 0.00 v2.5.0
% Syntax   : Number of clauses     :    2 (   2 unt;   0 nHn;   1 RR)
%            Number of literals    :    2 (   0 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    1 (   1 usr;   0 prp; 3-3 aty)
%            Number of functors    :    1 (   1 usr;   0 con; 2-2 aty)
%            Number of variables   :    4 (   1 sgn)
% SPC      : CNF_UNS_RFO_NEQ_HRN

% Comments :
%--------------------------------------------------------------------------
cnf(x2150_1,negated_conjecture,
    p(A,B,sk1(B,A)) ).

cnf(x2150_2,negated_conjecture,
    ~ p(A,A,B) ).

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