TSTP Solution File: HWV007-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : HWV007-1 : TPTP v8.1.0. Released v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n017.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 19:03:23 EDT 2022

% Result   : Unsatisfiable 4.12s 4.31s
% Output   : Refutation 4.12s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(equal_value2,axiom,
    ~ equal_value(n1,n0),
    input ).

cnf(unique_value,axiom,
    ( ~ value(X10,X9)
    | ~ value(X10,X11)
    | equal_value(X9,X11) ),
    input ).

cnf(f_isa_fulladder,plain,
    type(f,fulladder),
    input ).

cnf(fulladder_halfadder2,axiom,
    ( ~ type(X21,fulladder)
    | type(h2(X21),halfadder) ),
    input ).

cnf(c27,plain,
    type(h2(f),halfadder),
    inference(resolution,status(thm),[fulladder_halfadder2,f_isa_fulladder]) ).

cnf(halfadder_connection_in2_in2or1,axiom,
    ( ~ type(X48,halfadder)
    | connection(in(n2,X48),in(n2,or1(X48))) ),
    input ).

cnf(c54,plain,
    connection(in(n2,h2(f)),in(n2,or1(h2(f)))),
    inference(resolution,status(thm),[halfadder_connection_in2_in2or1,c27]) ).

cnf(value_propagation1,axiom,
    ( ~ connection(X5,X3)
    | ~ value(X5,X4)
    | value(X3,X4) ),
    input ).

cnf(fulladder_connection_outsh1_in2h2,axiom,
    ( ~ type(X80,fulladder)
    | connection(out(s,h1(X80)),in(n2,h2(X80))) ),
    input ).

cnf(c114,plain,
    connection(out(s,h1(f)),in(n2,h2(f))),
    inference(resolution,status(thm),[fulladder_connection_outsh1_in2h2,f_isa_fulladder]) ).

cnf(fulladder_halfadder1,axiom,
    ( ~ type(X18,fulladder)
    | type(h1(X18),halfadder) ),
    input ).

cnf(c16,plain,
    type(h1(f),halfadder),
    inference(resolution,status(thm),[fulladder_halfadder1,f_isa_fulladder]) ).

cnf(halfadder_connection_outs_out1and1,axiom,
    ( ~ type(X52,halfadder)
    | connection(out(s,X52),out(n1,and1(X52))) ),
    input ).

cnf(c59,plain,
    connection(out(s,h1(f)),out(n1,and1(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_outs_out1and1,c16]) ).

cnf(value_propagation2,axiom,
    ( ~ connection(X8,X6)
    | ~ value(X6,X7)
    | value(X8,X7) ),
    input ).

cnf(diagnosis_or1_and1h1,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(and1(h1(f)),abnormal) ),
    input ).

cnf(ok_or_abnormal,axiom,
    ( ~ type(X17,X16)
    | mode(X17,ok)
    | mode(X17,abnormal) ),
    input ).

cnf(halfadder_and1,axiom,
    ( ~ type(X12,halfadder)
    | type(and1(X12),and) ),
    input ).

cnf(c17,plain,
    type(and1(h1(f)),and),
    inference(resolution,status(thm),[c16,halfadder_and1]) ).

cnf(c22,plain,
    ( mode(and1(h1(f)),ok)
    | mode(and1(h1(f)),abnormal) ),
    inference(resolution,status(thm),[c17,ok_or_abnormal]) ).

cnf(c117,plain,
    ( mode(and1(h1(f)),ok)
    | ~ mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c22,diagnosis_or1_and1h1]) ).

cnf(halfadder_connection_outc_out1and2,axiom,
    ( ~ type(X53,halfadder)
    | connection(out(c,X53),out(n1,and2(X53))) ),
    input ).

cnf(c61,plain,
    connection(out(c,h1(f)),out(n1,and2(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_outc_out1and2,c16]) ).

cnf(fulladder_connection_outch1_in2or1,axiom,
    ( ~ type(X82,fulladder)
    | connection(out(c,h1(X82)),in(n2,or1(X82))) ),
    input ).

cnf(c119,plain,
    connection(out(c,h1(f)),in(n2,or1(f))),
    inference(resolution,status(thm),[fulladder_connection_outch1_in2or1,f_isa_fulladder]) ).

cnf(fulladder_or1,axiom,
    ( ~ type(X23,fulladder)
    | type(or1(X23),or) ),
    input ).

cnf(c38,plain,
    type(or1(f),or),
    inference(resolution,status(thm),[fulladder_or1,f_isa_fulladder]) ).

cnf(c39,plain,
    ( mode(or1(f),ok)
    | mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c38,ok_or_abnormal]) ).

cnf(or_0_01,axiom,
    ( ~ mode(X51,ok)
    | ~ type(X51,or)
    | ~ value(out(n1,X51),n0)
    | value(in(n2,X51),n0) ),
    input ).

cnf(outc_0,plain,
    value(out(c,f),n0),
    input ).

cnf(c4,plain,
    ( ~ connection(out(c,f),X30)
    | value(X30,n0) ),
    inference(resolution,status(thm),[outc_0,value_propagation1]) ).

cnf(fulladder_connection_outc_out1or1,axiom,
    ( ~ type(X76,fulladder)
    | connection(out(c,X76),out(n1,or1(X76))) ),
    input ).

cnf(c102,plain,
    connection(out(c,f),out(n1,or1(f))),
    inference(resolution,status(thm),[fulladder_connection_outc_out1or1,f_isa_fulladder]) ).

cnf(c105,plain,
    value(out(n1,or1(f)),n0),
    inference(resolution,status(thm),[c102,c4]) ).

cnf(c111,plain,
    ( ~ mode(or1(f),ok)
    | ~ type(or1(f),or)
    | value(in(n2,or1(f)),n0) ),
    inference(resolution,status(thm),[c105,or_0_01]) ).

cnf(c193,plain,
    ( ~ mode(or1(f),ok)
    | value(in(n2,or1(f)),n0) ),
    inference(resolution,status(thm),[c111,c38]) ).

cnf(c194,plain,
    ( value(in(n2,or1(f)),n0)
    | mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c193,c39]) ).

cnf(c200,plain,
    ( mode(or1(f),abnormal)
    | ~ connection(X106,in(n2,or1(f)))
    | value(X106,n0) ),
    inference(resolution,status(thm),[c194,value_propagation2]) ).

cnf(c230,plain,
    ( mode(or1(f),abnormal)
    | value(out(c,h1(f)),n0) ),
    inference(resolution,status(thm),[c200,c119]) ).

cnf(c237,plain,
    ( mode(or1(f),abnormal)
    | ~ connection(out(c,h1(f)),X108)
    | value(X108,n0) ),
    inference(resolution,status(thm),[c230,value_propagation1]) ).

cnf(c299,plain,
    ( mode(or1(f),abnormal)
    | value(out(n1,and2(h1(f))),n0) ),
    inference(resolution,status(thm),[c237,c61]) ).

cnf(c307,plain,
    ( mode(or1(f),abnormal)
    | ~ value(out(n1,and2(h1(f))),X155)
    | equal_value(X155,n0) ),
    inference(resolution,status(thm),[c299,unique_value]) ).

cnf(diagnosis_and2h1,negated_conjecture,
    ~ mode(and2(h1(f)),abnormal),
    input ).

cnf(halfadder_and2,axiom,
    ( ~ type(X13,halfadder)
    | type(and2(X13),and) ),
    input ).

cnf(c18,plain,
    type(and2(h1(f)),and),
    inference(resolution,status(thm),[c16,halfadder_and2]) ).

cnf(c23,plain,
    ( mode(and2(h1(f)),ok)
    | mode(and2(h1(f)),abnormal) ),
    inference(resolution,status(thm),[c18,ok_or_abnormal]) ).

cnf(c121,plain,
    mode(and2(h1(f)),ok),
    inference(resolution,status(thm),[c23,diagnosis_and2h1]) ).

cnf(in2_0,plain,
    value(in(n2,f),n1),
    input ).

cnf(c1,plain,
    ( ~ connection(in(n2,f),X26)
    | value(X26,n1) ),
    inference(resolution,status(thm),[in2_0,value_propagation1]) ).

cnf(fulladder_connection_in2_in1h1,axiom,
    ( ~ type(X60,fulladder)
    | connection(in(n2,X60),in(n1,h1(X60))) ),
    input ).

cnf(c73,plain,
    connection(in(n2,f),in(n1,h1(f))),
    inference(resolution,status(thm),[fulladder_connection_in2_in1h1,f_isa_fulladder]) ).

cnf(c74,plain,
    value(in(n1,h1(f)),n1),
    inference(resolution,status(thm),[c73,c1]) ).

cnf(c75,plain,
    ( ~ connection(in(n1,h1(f)),X61)
    | value(X61,n1) ),
    inference(resolution,status(thm),[c74,value_propagation1]) ).

cnf(halfadder_connection_in1_in1and2,axiom,
    ( ~ type(X49,halfadder)
    | connection(in(n1,X49),in(n1,and2(X49))) ),
    input ).

cnf(c55,plain,
    connection(in(n1,h1(f)),in(n1,and2(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_in1_in1and2,c16]) ).

cnf(c159,plain,
    value(in(n1,and2(h1(f))),n1),
    inference(resolution,status(thm),[c55,c75]) ).

cnf(and_11_1,axiom,
    ( ~ mode(X22,ok)
    | ~ type(X22,and)
    | ~ value(in(n1,X22),n1)
    | ~ value(in(n2,X22),n1)
    | value(out(n1,X22),n1) ),
    input ).

cnf(inc_1,plain,
    value(in(c,f),n1),
    input ).

cnf(c2,plain,
    ( ~ connection(in(c,f),X27)
    | value(X27,n1) ),
    inference(resolution,status(thm),[inc_1,value_propagation1]) ).

cnf(fulladder_connection_inc_in2h1,axiom,
    ( ~ type(X65,fulladder)
    | connection(in(c,X65),in(n2,h1(X65))) ),
    input ).

cnf(c82,plain,
    connection(in(c,f),in(n2,h1(f))),
    inference(resolution,status(thm),[fulladder_connection_inc_in2h1,f_isa_fulladder]) ).

cnf(c83,plain,
    value(in(n2,h1(f)),n1),
    inference(resolution,status(thm),[c82,c2]) ).

cnf(c84,plain,
    ( ~ connection(in(n2,h1(f)),X67)
    | value(X67,n1) ),
    inference(resolution,status(thm),[c83,value_propagation1]) ).

cnf(halfadder_connection_in2_in2and2,axiom,
    ( ~ type(X50,halfadder)
    | connection(in(n2,X50),in(n2,and2(X50))) ),
    input ).

cnf(c57,plain,
    connection(in(n2,h1(f)),in(n2,and2(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_in2_in2and2,c16]) ).

cnf(c173,plain,
    value(in(n2,and2(h1(f))),n1),
    inference(resolution,status(thm),[c57,c84]) ).

cnf(c178,plain,
    ( ~ mode(and2(h1(f)),ok)
    | ~ type(and2(h1(f)),and)
    | ~ value(in(n1,and2(h1(f))),n1)
    | value(out(n1,and2(h1(f))),n1) ),
    inference(resolution,status(thm),[c173,and_11_1]) ).

cnf(c384,plain,
    ( ~ mode(and2(h1(f)),ok)
    | ~ type(and2(h1(f)),and)
    | value(out(n1,and2(h1(f))),n1) ),
    inference(resolution,status(thm),[c178,c159]) ).

cnf(c924,plain,
    ( ~ mode(and2(h1(f)),ok)
    | value(out(n1,and2(h1(f))),n1) ),
    inference(resolution,status(thm),[c384,c18]) ).

cnf(c925,plain,
    value(out(n1,and2(h1(f))),n1),
    inference(resolution,status(thm),[c924,c121]) ).

cnf(c934,plain,
    ( mode(or1(f),abnormal)
    | equal_value(n1,n0) ),
    inference(resolution,status(thm),[c925,c307]) ).

cnf(c945,plain,
    mode(or1(f),abnormal),
    inference(resolution,status(thm),[c934,equal_value2]) ).

cnf(c950,plain,
    mode(and1(h1(f)),ok),
    inference(resolution,status(thm),[c945,c117]) ).

cnf(and_0x_0,axiom,
    ( ~ mode(X20,ok)
    | ~ type(X20,and)
    | ~ value(in(X19,X20),n0)
    | value(out(n1,X20),n0) ),
    input ).

cnf(halfadder_connection_out1not1_in2and1,axiom,
    ( ~ type(X77,halfadder)
    | connection(out(n1,not1(X77)),in(n2,and1(X77))) ),
    input ).

cnf(c103,plain,
    connection(out(n1,not1(h1(f))),in(n2,and1(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_out1not1_in2and1,c16]) ).

cnf(diagnosis_or1_not1h1,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(not1(h1(f)),abnormal) ),
    input ).

cnf(halfadder_not1,axiom,
    ( ~ type(X14,halfadder)
    | type(not1(X14),not) ),
    input ).

cnf(c19,plain,
    type(not1(h1(f)),not),
    inference(resolution,status(thm),[c16,halfadder_not1]) ).

cnf(c24,plain,
    ( mode(not1(h1(f)),ok)
    | mode(not1(h1(f)),abnormal) ),
    inference(resolution,status(thm),[c19,ok_or_abnormal]) ).

cnf(c122,plain,
    ( mode(not1(h1(f)),ok)
    | ~ mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c24,diagnosis_or1_not1h1]) ).

cnf(c947,plain,
    mode(not1(h1(f)),ok),
    inference(resolution,status(thm),[c945,c122]) ).

cnf(not_1_0_fw,axiom,
    ( ~ mode(X59,ok)
    | ~ type(X59,not)
    | ~ value(in(n1,X59),n1)
    | value(out(n1,X59),n0) ),
    input ).

cnf(halfadder_connection_out1and2_in1not1,axiom,
    ( ~ type(X73,halfadder)
    | connection(out(n1,and2(X73)),in(n1,not1(X73))) ),
    input ).

cnf(c98,plain,
    connection(out(n1,and2(h1(f))),in(n1,not1(h1(f)))),
    inference(resolution,status(thm),[halfadder_connection_out1and2_in1not1,c16]) ).

cnf(c927,plain,
    ( ~ connection(out(n1,and2(h1(f))),X196)
    | value(X196,n1) ),
    inference(resolution,status(thm),[c925,value_propagation1]) ).

cnf(c990,plain,
    value(in(n1,not1(h1(f))),n1),
    inference(resolution,status(thm),[c927,c98]) ).

cnf(c993,plain,
    ( ~ mode(not1(h1(f)),ok)
    | ~ type(not1(h1(f)),not)
    | value(out(n1,not1(h1(f))),n0) ),
    inference(resolution,status(thm),[c990,not_1_0_fw]) ).

cnf(c1107,plain,
    ( ~ mode(not1(h1(f)),ok)
    | value(out(n1,not1(h1(f))),n0) ),
    inference(resolution,status(thm),[c993,c19]) ).

cnf(c1108,plain,
    value(out(n1,not1(h1(f))),n0),
    inference(resolution,status(thm),[c1107,c947]) ).

cnf(c1109,plain,
    ( ~ connection(out(n1,not1(h1(f))),X345)
    | value(X345,n0) ),
    inference(resolution,status(thm),[c1108,value_propagation1]) ).

cnf(c1116,plain,
    value(in(n2,and1(h1(f))),n0),
    inference(resolution,status(thm),[c1109,c103]) ).

cnf(c1121,plain,
    ( ~ mode(and1(h1(f)),ok)
    | ~ type(and1(h1(f)),and)
    | value(out(n1,and1(h1(f))),n0) ),
    inference(resolution,status(thm),[c1116,and_0x_0]) ).

cnf(c1125,plain,
    ( ~ mode(and1(h1(f)),ok)
    | value(out(n1,and1(h1(f))),n0) ),
    inference(resolution,status(thm),[c1121,c17]) ).

cnf(c1126,plain,
    value(out(n1,and1(h1(f))),n0),
    inference(resolution,status(thm),[c1125,c950]) ).

cnf(c1128,plain,
    ( ~ connection(X352,out(n1,and1(h1(f))))
    | value(X352,n0) ),
    inference(resolution,status(thm),[c1126,value_propagation2]) ).

cnf(c1134,plain,
    value(out(s,h1(f)),n0),
    inference(resolution,status(thm),[c1128,c59]) ).

cnf(c1135,plain,
    ( ~ connection(out(s,h1(f)),X353)
    | value(X353,n0) ),
    inference(resolution,status(thm),[c1134,value_propagation1]) ).

cnf(c1138,plain,
    value(in(n2,h2(f)),n0),
    inference(resolution,status(thm),[c1135,c114]) ).

cnf(c1140,plain,
    ( ~ connection(in(n2,h2(f)),X356)
    | value(X356,n0) ),
    inference(resolution,status(thm),[c1138,value_propagation1]) ).

cnf(c1147,plain,
    value(in(n2,or1(h2(f))),n0),
    inference(resolution,status(thm),[c1140,c54]) ).

cnf(c1155,plain,
    ( ~ value(in(n2,or1(h2(f))),X365)
    | equal_value(X365,n0) ),
    inference(resolution,status(thm),[c1147,unique_value]) ).

cnf(in1_1,plain,
    value(in(n1,f),n0),
    input ).

cnf(c0,plain,
    ( ~ connection(in(n1,f),X25)
    | value(X25,n0) ),
    inference(resolution,status(thm),[value_propagation1,in1_1]) ).

cnf(fulladder_connection_in1_in1h2,axiom,
    ( ~ type(X54,fulladder)
    | connection(in(n1,X54),in(n1,h2(X54))) ),
    input ).

cnf(c63,plain,
    connection(in(n1,f),in(n1,h2(f))),
    inference(resolution,status(thm),[fulladder_connection_in1_in1h2,f_isa_fulladder]) ).

cnf(c64,plain,
    value(in(n1,h2(f)),n0),
    inference(resolution,status(thm),[c63,c0]) ).

cnf(c65,plain,
    ( ~ connection(in(n1,h2(f)),X56)
    | value(X56,n0) ),
    inference(resolution,status(thm),[c64,value_propagation1]) ).

cnf(halfadder_connection_in1_in1or1,axiom,
    ( ~ type(X47,halfadder)
    | connection(in(n1,X47),in(n1,or1(X47))) ),
    input ).

cnf(c52,plain,
    connection(in(n1,h2(f)),in(n1,or1(h2(f)))),
    inference(resolution,status(thm),[halfadder_connection_in1_in1or1,c27]) ).

cnf(c143,plain,
    value(in(n1,or1(h2(f))),n0),
    inference(resolution,status(thm),[c52,c65]) ).

cnf(c147,plain,
    ( ~ value(in(n1,or1(h2(f))),X89)
    | equal_value(X89,n0) ),
    inference(resolution,status(thm),[c143,unique_value]) ).

cnf(not_ok_and_abnormal,axiom,
    ( ~ mode(X2,ok)
    | ~ mode(X2,abnormal) ),
    input ).

cnf(c949,plain,
    ~ mode(or1(f),ok),
    inference(resolution,status(thm),[c945,not_ok_and_abnormal]) ).

cnf(diagnosis_or1_or1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(or1(h2(f)),abnormal) ),
    input ).

cnf(halfadder_or1,axiom,
    ( ~ type(X15,halfadder)
    | type(or1(X15),or) ),
    input ).

cnf(c31,plain,
    type(or1(h2(f)),or),
    inference(resolution,status(thm),[c27,halfadder_or1]) ).

cnf(c37,plain,
    ( mode(or1(h2(f)),ok)
    | mode(or1(h2(f)),abnormal) ),
    inference(resolution,status(thm),[c31,ok_or_abnormal]) ).

cnf(c133,plain,
    ( mode(or1(h2(f)),ok)
    | ~ mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c37,diagnosis_or1_or1h2]) ).

cnf(c948,plain,
    mode(or1(h2(f)),ok),
    inference(resolution,status(thm),[c945,c133]) ).

cnf(or_1_11,axiom,
    ( ~ mode(X45,ok)
    | ~ type(X45,or)
    | ~ value(out(n1,X45),n1)
    | value(in(n1,X45),n1)
    | value(in(n2,X45),n1) ),
    input ).

cnf(halfadder_connection_out1or1_in1_and1,axiom,
    ( ~ type(X70,halfadder)
    | connection(out(n1,or1(X70)),in(n1,and1(X70))) ),
    input ).

cnf(c92,plain,
    connection(out(n1,or1(h2(f))),in(n1,and1(h2(f)))),
    inference(resolution,status(thm),[halfadder_connection_out1or1_in1_and1,c27]) ).

cnf(diagnosis_or1_and1h2,negated_conjecture,
    ( ~ mode(or1(f),abnormal)
    | ~ mode(and1(h2(f)),abnormal) ),
    input ).

cnf(c28,plain,
    type(and1(h2(f)),and),
    inference(resolution,status(thm),[c27,halfadder_and1]) ).

cnf(c33,plain,
    ( mode(and1(h2(f)),ok)
    | mode(and1(h2(f)),abnormal) ),
    inference(resolution,status(thm),[c28,ok_or_abnormal]) ).

cnf(c127,plain,
    ( mode(and1(h2(f)),ok)
    | ~ mode(or1(f),abnormal) ),
    inference(resolution,status(thm),[c33,diagnosis_or1_and1h2]) ).

cnf(c129,plain,
    ( mode(and1(h2(f)),ok)
    | mode(or1(f),ok) ),
    inference(resolution,status(thm),[c127,c39]) ).

cnf(and_1_1x,axiom,
    ( ~ mode(X29,ok)
    | ~ type(X29,and)
    | ~ value(out(n1,X29),n1)
    | value(in(n1,X29),n1) ),
    input ).

cnf(outs_1,plain,
    value(out(s,f),n1),
    input ).

cnf(c3,plain,
    ( ~ connection(out(s,f),X28)
    | value(X28,n1) ),
    inference(resolution,status(thm),[outs_1,value_propagation1]) ).

cnf(fulladder_connection_outs_outsh2,axiom,
    ( ~ type(X71,fulladder)
    | connection(out(s,X71),out(s,h2(X71))) ),
    input ).

cnf(c93,plain,
    connection(out(s,f),out(s,h2(f))),
    inference(resolution,status(thm),[fulladder_connection_outs_outsh2,f_isa_fulladder]) ).

cnf(c94,plain,
    value(out(s,h2(f)),n1),
    inference(resolution,status(thm),[c93,c3]) ).

cnf(c95,plain,
    ( ~ connection(out(s,h2(f)),X72)
    | value(X72,n1) ),
    inference(resolution,status(thm),[c94,value_propagation1]) ).

cnf(c60,plain,
    connection(out(s,h2(f)),out(n1,and1(h2(f)))),
    inference(resolution,status(thm),[halfadder_connection_outs_out1and1,c27]) ).

cnf(c183,plain,
    value(out(n1,and1(h2(f))),n1),
    inference(resolution,status(thm),[c60,c95]) ).

cnf(c184,plain,
    ( ~ mode(and1(h2(f)),ok)
    | ~ type(and1(h2(f)),and)
    | value(in(n1,and1(h2(f))),n1) ),
    inference(resolution,status(thm),[c183,and_1_1x]) ).

cnf(c387,plain,
    ( ~ mode(and1(h2(f)),ok)
    | value(in(n1,and1(h2(f))),n1) ),
    inference(resolution,status(thm),[c184,c28]) ).

cnf(c425,plain,
    ( value(in(n1,and1(h2(f))),n1)
    | mode(or1(f),ok) ),
    inference(resolution,status(thm),[c387,c129]) ).

cnf(c428,plain,
    ( mode(or1(f),ok)
    | ~ connection(X175,in(n1,and1(h2(f))))
    | value(X175,n1) ),
    inference(resolution,status(thm),[c425,value_propagation2]) ).

cnf(c788,plain,
    ( mode(or1(f),ok)
    | value(out(n1,or1(h2(f))),n1) ),
    inference(resolution,status(thm),[c428,c92]) ).

cnf(c802,plain,
    ( mode(or1(f),ok)
    | ~ mode(or1(h2(f)),ok)
    | ~ type(or1(h2(f)),or)
    | value(in(n1,or1(h2(f))),n1)
    | value(in(n2,or1(h2(f))),n1) ),
    inference(resolution,status(thm),[c788,or_1_11]) ).

cnf(c1165,plain,
    ( mode(or1(f),ok)
    | ~ mode(or1(h2(f)),ok)
    | value(in(n1,or1(h2(f))),n1)
    | value(in(n2,or1(h2(f))),n1) ),
    inference(resolution,status(thm),[c802,c31]) ).

cnf(c1167,plain,
    ( mode(or1(f),ok)
    | value(in(n1,or1(h2(f))),n1)
    | value(in(n2,or1(h2(f))),n1) ),
    inference(resolution,status(thm),[c1165,c948]) ).

cnf(c1168,plain,
    ( value(in(n1,or1(h2(f))),n1)
    | value(in(n2,or1(h2(f))),n1) ),
    inference(resolution,status(thm),[c1167,c949]) ).

cnf(c1186,plain,
    ( value(in(n2,or1(h2(f))),n1)
    | equal_value(n1,n0) ),
    inference(resolution,status(thm),[c1168,c147]) ).

cnf(c1196,plain,
    equal_value(n1,n0),
    inference(resolution,status(thm),[c1186,c1155]) ).

cnf(c1200,plain,
    $false,
    inference(resolution,status(thm),[c1196,equal_value2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : HWV007-1 : TPTP v8.1.0. Released v2.1.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n017.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jun 16 22:17:41 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 4.12/4.31  # Version:  1.3
% 4.12/4.31  # SZS status Unsatisfiable
% 4.12/4.31  # SZS output start CNFRefutation
% See solution above
% 4.12/4.32  
% 4.12/4.32  # Initial clauses    : 56
% 4.12/4.32  # Processed clauses  : 534
% 4.12/4.32  # Factors computed   : 0
% 4.12/4.32  # Resolvents computed: 1201
% 4.12/4.32  # Tautologies deleted: 14
% 4.12/4.32  # Forward subsumed   : 662
% 4.12/4.32  # Backward subsumed  : 219
% 4.12/4.32  # -------- CPU Time ---------
% 4.12/4.32  # User time          : 3.957 s
% 4.12/4.32  # System time        : 0.014 s
% 4.12/4.32  # Total time         : 3.971 s
%------------------------------------------------------------------------------