TSTP Solution File: COL020-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : COL020-1 : TPTP v6.0.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n095.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:19:42 EDT 2014

% Result   : Timeout 300.04s
% Output   : None 
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----NO SOLUTION OUTPUT BY SYSTEM
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : COL020-1 : TPTP v6.0.0. Released v1.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n095.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Thu Jun  5 17:36:48 CDT 2014
% % CPUTime  : 300.04 
% Processing problem /tmp/CiME_23777_n095.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " combinator,c,b,s : constant;  apply : 2;";
% let X = vars "X Y Z";
% let Axioms = equations F X "
% apply(apply(apply(s,X),Y),Z) = apply(apply(X,Z),apply(Y,Z));
% apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z));
% apply(apply(apply(c,X),Y),Z) = apply(apply(X,Z),Y);
% ";
% 
% let s1 = status F "
% combinator lr_lex;
% c lr_lex;
% b lr_lex;
% apply lr_lex;
% s lr_lex;
% ";
% 
% let p1 = precedence F "
% apply > s > b > c > combinator";
% 
% let s2 = status F "
% combinator mul;
% c mul;
% b mul;
% apply mul;
% s mul;
% ";
% 
% let p2 = precedence F "
% apply > s = b = c = combinator";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " Y = apply(combinator,Y);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { apply(apply(apply(s,X),Y),Z) =
% apply(apply(X,Z),apply(Y,Z)),
% apply(apply(apply(b,X),Y),Z) =
% apply(X,apply(Y,Z)),
% apply(apply(apply(c,X),Y),Z) =
% apply(apply(X,Z),Y) } (3 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% 
% [combinator] = 1;
% [c] = 2;
% [b] = 3;
% [s] = 4;
% [apply](x1,x2) = 1 + x1 + x2;
% Chosen ordering : KBO
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { Y = apply(combinator,Y) } (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] (eq)(Y,apply(combinator,Y)) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 1
% New rule produced : [2] (eq)(X,X) -> (true)
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 2
% New rule produced : [3] apply(apply(apply(b,X),Y),Z) -> apply(X,apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 3
% New rule produced : [4] apply(apply(apply(c,X),Y),Z) -> apply(apply(X,Z),Y)
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 4
% New rule produced :
% [5] apply(apply(X,Z),apply(Y,Z)) <-> apply(apply(apply(s,X),Y),Z)
% Current number of equations to process: 0
% Current number of ordered equations: 1
% Current number of rules: 5
% New rule produced :
% [6] apply(apply(apply(s,X),Y),Z) <-> apply(apply(X,Z),apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 6
% New rule produced :
% [7] apply(X,apply(Y,apply(Z,Y))) <-> apply(apply(apply(s,apply(b,X)),Z),Y)
% Current number of equations to process: 12
% Current number of ordered equations: 3
% Current number of rules: 7
% New rule produced :
% [8] apply(Y,apply(apply(X,Y),Z)) <-> apply(apply(apply(apply(s,b),X),Y),Z)
% Current number of equations to process: 12
% Current number of ordered equations: 2
% Current number of rules: 8
% New rule produced :
% [9] apply(apply(apply(apply(s,b),X),Y),Z) <-> apply(Y,apply(apply(X,Y),Z))
% Current number of equations to process: 12
% Current number of ordered equations: 1
% Current number of rules: 9
% New rule produced :
% [10] apply(apply(apply(s,apply(b,X)),Z),Y) <-> apply(X,apply(Y,apply(Z,Y)))
% Current number of equations to process: 12
% Current number of ordered equations: 0
% Current number of rules: 10
% New rule produced :
% [11]
% (eq)(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,combinator)),Y),X)) ->
% (false)
% Current number of equations to process: 14
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced :
% [12]
% (eq)(apply(X,apply(Y,apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,Y),Z)),X)) -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced :
% [13]
% (eq)(apply(X,apply(apply(Y,X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,Y),Z)),X)) -> (false)
% Current number of equations to process: 79
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced :
% [14]
% (eq)(apply(X,apply(apply(Y,apply(b,combinator)),X)),apply(apply(apply(
% apply(s,s),Y),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 1
% Current number of rules: 14
% New rule produced :
% [15]
% (eq)(apply(apply(X,Y),apply(Y,apply(X,Y))),apply(apply(apply(s,apply(s,
% apply(b,combinator))),X),Y))
% -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced :
% [16]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,Y),Z)),X)) ->
% (false)
% Current number of equations to process: 80
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced :
% [17]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(b,X),Y)))),apply(apply(apply(s,
% apply(b,combinator)),Z),
% apply(apply(b,X),Y))) ->
% (false)
% Current number of equations to process: 79
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [18]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,X),Z))),Z),apply(apply(apply(s,
% apply(b,combinator)),Y),
% apply(apply(c,X),Z))) ->
% (false)
% Current number of equations to process: 78
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [19]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),X),Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(Z,Y)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 77
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced :
% [20]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),X),Y),apply(apply(apply(s,
% apply(b,combinator)),Y),
% apply(X,Y))) -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced :
% [21]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(X,Y)),Y)) -> (false)
% Current number of equations to process: 83
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced :
% [22]
% (eq)(apply(X,apply(Y,apply(apply(b,combinator),X))),apply(apply(apply(
% apply(s,s),
% apply(b,Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 96
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced :
% [23]
% (eq)(apply(X,apply(apply(Y,apply(Z,Y)),X)),apply(apply(apply(apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z),Y),X))
% -> (false)
% Current number of equations to process: 97
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced :
% [24]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),Z),Y)),X))
% -> (false)
% Current number of equations to process: 96
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced :
% [25]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(b,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 95
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced :
% [26]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(Y,X)),Z)),X))
% -> (false)
% Current number of equations to process: 93
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced :
% [27]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),X),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,X),Y)),X)) ->
% (false)
% Current number of equations to process: 98
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced :
% [28]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Z),
% apply(Y,Z))),X)) ->
% (false)
% Current number of equations to process: 101
% Current number of ordered equations: 2
% Current number of rules: 28
% New rule produced :
% [29]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(X,Y)),Z)),Y))
% -> (false)
% Current number of equations to process: 101
% Current number of ordered equations: 1
% Current number of rules: 29
% New rule produced :
% [30]
% (eq)(apply(X,apply(apply(s,apply(b,combinator)),apply(Y,X))),apply(apply(
% apply(
% apply(
% apply(s,b),b),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 101
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced :
% [31]
% (eq)(apply(X,apply(Y,apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(b,Y)),Z)),X)) ->
% (false)
% Current number of equations to process: 111
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced :
% [32]
% (eq)(apply(X,apply(apply(Y,Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,Y)),Z)),X)) ->
% (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced :
% [33]
% (eq)(apply(X,apply(apply(Y,X),apply(b,combinator))),apply(apply(apply(
% apply(s,s),
% apply(c,Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 115
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [34]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,Y),apply(Z,X))),X))
% -> (false)
% Current number of equations to process: 115
% Current number of ordered equations: 1
% Current number of rules: 34
% New rule produced :
% [35]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,Y))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,c),Z),Y)),X))
% -> (false)
% Current number of equations to process: 115
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [36]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 114
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [37]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,Z))),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,Y),Z)),
% apply(X,Z))) -> (false)
% Current number of equations to process: 113
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [38]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Z),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 125
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [39]
% (eq)(apply(X,apply(apply(apply(s,apply(b,combinator)),X),Y)),apply(apply(
% apply(
% apply(
% apply(s,b),c),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 124
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [40]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),X))),apply(apply(
% apply(
% apply(s,s),
% apply(s,Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 133
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [41]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),Y)),X),apply(b,combinator))) -> (false)
% Current number of equations to process: 132
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [42]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(b,combinator))),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,Y),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 131
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [43]
% (eq)(apply(X,apply(apply(apply(Y,apply(b,combinator)),Z),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,Y),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 130
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [44]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(b,X),Y)))),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(b,X)),Y)) ->
% (false)
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [45]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,X),Y))),Y),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,X)),Y)) ->
% (false)
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [46]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(b,Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [47]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),X),Y),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),X),Y))
% -> (false)
% Current number of equations to process: 155
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [48]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 168
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [49]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(combinator,apply(X,apply(
% apply(
% apply(s,Y),Z),X))))
% -> (false)
% Current number of equations to process: 174
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [50]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),Z),Y)),X))
% -> (false)
% Current number of equations to process: 173
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [51]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,Z)),Y),X)),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(X,apply(Y,X)))) -> (false)
% Current number of equations to process: 171
% Current number of ordered equations: 1
% Current number of rules: 51
% New rule produced :
% [52]
% (eq)(apply(apply(X,apply(Y,X)),apply(Z,apply(X,apply(Y,X)))),apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(s,
% apply(b,combinator)),Z))),Y),X))
% -> (false)
% Current number of equations to process: 171
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced :
% [53]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),X),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(X,Y),Z))) -> (false)
% Current number of equations to process: 169
% Current number of ordered equations: 1
% Current number of rules: 53
% New rule produced :
% [54]
% (eq)(apply(X,apply(apply(apply(Y,apply(s,apply(b,combinator))),Z),X)),
% apply(apply(apply(apply(apply(s,b),Y),apply(s,apply(b,combinator))),Z),X)) ->
% (false)
% Current number of equations to process: 169
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [55]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,Y),apply(
% apply(b,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 167
% Current number of ordered equations: 1
% Current number of rules: 55
% New rule produced :
% [56]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(
% apply(b,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 167
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [57]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(
% apply(c,Y),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 165
% Current number of ordered equations: 1
% Current number of rules: 57
% New rule produced :
% [58]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),V_3))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,Y),apply(
% apply(c,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 165
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [59]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(b,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [60]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [61]
% (eq)(apply(X,apply(X,apply(apply(Y,X),Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(s,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced :
% [62]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Z)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,
% apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 161
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [63]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(Y,apply(b,combinator)),X))),
% apply(apply(apply(apply(s,s),apply(apply(s,b),Y)),apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [64]
% (eq)(apply(apply(X,apply(Y,Z)),apply(Z,apply(X,apply(Y,Z)))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(b,X),Y)),Z))
% -> (false)
% Current number of equations to process: 159
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [65]
% (eq)(apply(apply(apply(X,Y),Z),apply(Y,apply(apply(X,Y),Z))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,X),Z)),Y))
% -> (false)
% Current number of equations to process: 158
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [66]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(Y,X),apply(X,apply(Y,X)))),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),Y),X)) -> (false)
% Current number of equations to process: 157
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [67]
% (eq)(apply(apply(apply(X,Y),Y),apply(apply(apply(apply(s,b),X),Y),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(X,Y)),Y)) -> (false)
% Current number of equations to process: 156
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [68]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(s,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 155
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [69]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,X),Z)),Y))
% -> (false)
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 69
% New rule produced :
% [70]
% (eq)(apply(X,apply(apply(apply(s,apply(b,combinator)),X),apply(Y,X))),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 161
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [71]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),apply(b,X)),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Z,Y)),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 176
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [72]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(b,X)),Y)),apply(apply(
% apply(s,
% apply(b,combinator)),Y),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 183
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [73]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),b),X),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),X),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 189
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [74]
% (eq)(apply(X,apply(apply(Y,apply(apply(c,apply(b,X)),Z)),Z)),apply(apply(
% apply(s,
% apply(b,combinator)),Y),
% apply(apply(c,
% apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [75]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(c,apply(c,X)),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),Z),
% apply(apply(c,
% apply(c,X)),Y)))
% -> (false)
% Current number of equations to process: 202
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [76]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(c,X)),Z)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,Z)),
% apply(apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 201
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [77]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),Y),
% apply(apply(c,X),Y)))
% -> (false)
% Current number of equations to process: 209
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [78]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),Y)),Y),apply(apply(
% apply(s,
% apply(b,combinator)),X),
% apply(apply(c,X),Y)))
% -> (false)
% Current number of equations to process: 214
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [79]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(Y,Z)),
% apply(X,Z))) -> (false)
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [80]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),X),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Z,Y),
% apply(X,Y))))) -> (false)
% Current number of equations to process: 230
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [81]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(Y,apply(X,Y))))) ->
% (false)
% Current number of equations to process: 252
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [82]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Y),apply(combinator,apply(Y,apply(
% apply(X,Y),Y))))
% -> (false)
% Current number of equations to process: 265
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [83]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,
% apply(Y,Z))),Z))
% -> (false)
% Current number of equations to process: 264
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [84]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(X,Z),Y)),Z))
% -> (false)
% Current number of equations to process: 263
% Current number of ordered equations: 0
% Current number of rules: 84
% New rule produced :
% [85]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(b,combinator)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(b,
% apply(Y,X))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 279
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [86]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(X,Y)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,
% apply(X,Y))),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 278
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [87]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(X,Z),
% apply(Y,Z))),Z))
% -> (false)
% Current number of equations to process: 277
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [88]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(b,combinator)),X),apply(apply(
% apply(
% apply(s,s),
% apply(b,X)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [89]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(b,combinator),Y)),
% apply(apply(apply(apply(s,s),apply(b,apply(X,Y))),apply(b,combinator)),Y)) ->
% (false)
% Current number of equations to process: 281
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [90]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(apply(s,b),Y),X))) ->
% (false)
% Current number of equations to process: 298
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [91]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(s,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 297
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [92]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(b,Y)),X))),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z),
% apply(b,Y)),X)) ->
% (false)
% Current number of equations to process: 296
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [93]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,apply(apply(c,X),Z))),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Y),apply(apply(c,X),Z))) ->
% (false)
% Current number of equations to process: 295
% Current number of ordered equations: 0
% Current number of rules: 93
% New rule produced :
% [94]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 294
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [95]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,Z),
% apply(Y,apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 292
% Current number of ordered equations: 1
% Current number of rules: 95
% New rule produced :
% [96]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(c,Y)))),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z),
% apply(c,Y)),X)) ->
% (false)
% Current number of equations to process: 292
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [97]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(b,combinator)),apply(apply(b,X),Y)))),
% apply(apply(apply(apply(s,s),Z),apply(b,combinator)),apply(apply(b,X),Y))) ->
% (false)
% Current number of equations to process: 291
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [98]
% (eq)(apply(apply(X,apply(apply(Y,apply(b,combinator)),apply(apply(c,X),Z))),Z),
% apply(apply(apply(apply(s,s),Y),apply(b,combinator)),apply(apply(c,X),Z))) ->
% (false)
% Current number of equations to process: 290
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [99]
% (eq)(apply(X,apply(apply(Y,X),apply(X,apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,b),Y)),X)) ->
% (false)
% Current number of equations to process: 288
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [100]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(b,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 286
% Current number of ordered equations: 1
% Current number of rules: 100
% New rule produced :
% [101]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(b,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 286
% Current number of ordered equations: 0
% Current number of rules: 101
% New rule produced :
% [102]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 284
% Current number of ordered equations: 1
% Current number of rules: 102
% New rule produced :
% [103]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),V_3))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(c,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 284
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [104]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(Z,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(s,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 283
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [105]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(b,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 280
% Current number of ordered equations: 1
% Current number of rules: 105
% New rule produced :
% [106]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(b,X),apply(Y,X))))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(apply(s,b),Y),X))) ->
% (false)
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [107]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(apply(b,X),Z))),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(b,X),Z))) ->
% (false)
% Current number of equations to process: 279
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [108]
% (eq)(apply(apply(X,apply(Y,apply(apply(apply(s,c),Z),X))),apply(Z,X)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(c,X),apply(Z,X)))) ->
% (false)
% Current number of equations to process: 276
% Current number of ordered equations: 1
% Current number of rules: 108
% New rule produced :
% [109]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,X),apply(Z,X)))),apply(Z,X)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,c),Z),X))) ->
% (false)
% Current number of equations to process: 276
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [110]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(apply(c,apply(s,X)),Y)),Y)),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(c,apply(s,X)),Y))) ->
% (false)
% Current number of equations to process: 275
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [111]
% (eq)(apply(apply(apply(apply(apply(s,b),X),Y),apply(apply(c,Y),Z)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(apply(c,Y),Z))) ->
% (false)
% Current number of equations to process: 274
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [112]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,Z),V_3)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(V_3,Y))),apply(X,Y)))
% -> (false)
% Current number of equations to process: 273
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [113]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,Z),V_3)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Z,Y),V_3)),apply(X,Y)))
% -> (false)
% Current number of equations to process: 272
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [114]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,s),X),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(X,Y),Z))) ->
% (false)
% Current number of equations to process: 271
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [115]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,apply(Y,X))))),Y),X),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,X)),apply(X,apply(Y,X)))) ->
% (false)
% Current number of equations to process: 270
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [116]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,apply(X,Y)),Z)),Z)) ->
% (false)
% Current number of equations to process: 269
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [117]
% (eq)(apply(apply(apply(apply(s,b),apply(X,apply(s,apply(b,combinator)))),Y),Y),
% apply(apply(apply(apply(apply(s,b),X),apply(s,apply(b,combinator))),Y),Y)) ->
% (false)
% Current number of equations to process: 268
% Current number of ordered equations: 0
% Current number of rules: 117
% New rule produced :
% [118]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,apply(apply(X,Y),Z))),Z)) ->
% (false)
% Current number of equations to process: 267
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [119]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Z,apply(Y,Z)))),Z)) ->
% (false)
% Current number of equations to process: 266
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [120]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(b,
% apply(
% apply(b,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 265
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [121]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),X)),Z)),apply(apply(
% apply(
% apply(s,s),
% apply(b,
% apply(
% apply(c,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 264
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [122]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),X))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),Z),Y),X))))
% -> (false)
% Current number of equations to process: 296
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [123]
% (eq)(apply(X,apply(Y,apply(Z,apply(Y,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(b,Z)),Y)),X)) ->
% (false)
% Current number of equations to process: 295
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [124]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),Y))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(c,Z)),Y)),X)) ->
% (false)
% Current number of equations to process: 294
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [125]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(Y,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(s,Z)),Y)),X))
% -> (false)
% Current number of equations to process: 293
% Current number of ordered equations: 0
% Current number of rules: 125
% New rule produced :
% [126]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),Y),X)),X))
% -> (false)
% Current number of equations to process: 299
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [127]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,X)))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(b,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 319
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [128]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(Y,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,
% apply(Y,X))),Y)),X))
% -> (false)
% Current number of equations to process: 325
% Current number of ordered equations: 0
% Current number of rules: 128
% New rule produced :
% [129]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(combinator,apply(X,apply(
% apply(Y,X),
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [130]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(Z,X)),
% apply(Y,Z))),X)) ->
% (false)
% Current number of equations to process: 342
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [131]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(X,Y)),Y)),Y))
% -> (false)
% Current number of equations to process: 356
% Current number of ordered equations: 0
% Current number of rules: 131
% New rule produced :
% [132]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),X),apply(combinator,apply(X,apply(X,
% apply(Y,X)))))
% -> (false)
% Current number of equations to process: 361
% Current number of ordered equations: 0
% Current number of rules: 132
% New rule produced :
% [133]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),X)),apply(combinator,
% apply(X,apply(Z,apply(
% apply(Y,Z),X)))))
% -> (false)
% Current number of equations to process: 379
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [134]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,Y)),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(X,apply(b,Y)))),Y))
% -> (false)
% Current number of equations to process: 378
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [135]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(X,Z)),Y)),Z))
% -> (false)
% Current number of equations to process: 397
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced :
% [136]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(combinator,
% apply(Y,apply(apply(X,Y),
% apply(Z,Y))))) ->
% (false)
% Current number of equations to process: 399
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced :
% [137]
% (eq)(apply(X,apply(Y,apply(X,apply(b,combinator)))),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(b,Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 438
% Current number of ordered equations: 0
% Current number of rules: 137
% New rule produced :
% [138]
% (eq)(apply(X,apply(apply(apply(s,Y),X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(b,
% apply(Y,Z))),Z)),X))
% -> (false)
% Current number of equations to process: 439
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [139]
% (eq)(apply(apply(apply(s,apply(b,X)),X),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(b,Y)),Y)),X))
% -> (false)
% Current number of equations to process: 444
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [140]
% (eq)(apply(X,apply(apply(Y,apply(b,combinator)),X)),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(c,Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 464
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [141]
% (eq)(apply(X,apply(Y,apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 465
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [142]
% (eq)(apply(X,apply(apply(Y,X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 464
% Current number of ordered equations: 0
% Current number of rules: 142
% New rule produced :
% [143]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(s,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 463
% Current number of ordered equations: 0
% Current number of rules: 143
% New rule produced :
% [144]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 474
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [145]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(b,combinator)),apply(apply(
% apply(
% apply(s,s),
% apply(c,X)),
% apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 492
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [146]
% (eq)(apply(X,apply(apply(apply(s,X),Y),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,c),Y),X)),X))
% -> (false)
% Current number of equations to process: 503
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [147]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(b,Y))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),Z),
% apply(b,Y))),X)) ->
% (false)
% Current number of equations to process: 503
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [148]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,
% apply(X,Y))),Z)),Y))
% -> (false)
% Current number of equations to process: 502
% Current number of ordered equations: 0
% Current number of rules: 148
% New rule produced :
% [149]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(c,Y))),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),Z),
% apply(c,Y))),X)) ->
% (false)
% Current number of equations to process: 500
% Current number of ordered equations: 1
% Current number of rules: 149
% New rule produced :
% [150]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),X),Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,Z)),Y)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 500
% Current number of ordered equations: 0
% Current number of rules: 150
% New rule produced :
% [151]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(b,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 499
% Current number of ordered equations: 0
% Current number of rules: 151
% New rule produced :
% [152]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 498
% Current number of ordered equations: 0
% Current number of rules: 152
% New rule produced :
% [153]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,apply(b,combinator)))),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(c,Y))),X),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 496
% Current number of ordered equations: 1
% Current number of rules: 153
% New rule produced :
% [154]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,apply(b,combinator))),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(c,X))),Y),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 496
% Current number of ordered equations: 0
% Current number of rules: 154
% New rule produced :
% [155]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(b,combinator)))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(s,b),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 495
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [156]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,Z),
% apply(apply(Y,Z),X))),X))
% -> (false)
% Current number of equations to process: 494
% Current number of ordered equations: 0
% Current number of rules: 156
% New rule produced :
% [157]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,X),
% apply(Y,Y))),Y)) ->
% (false)
% Current number of equations to process: 508
% Current number of ordered equations: 0
% Current number of rules: 157
% New rule produced :
% [158]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,Y))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,c),Z),Y),X))))
% -> (false)
% Current number of equations to process: 524
% Current number of ordered equations: 0
% Current number of rules: 158
% New rule produced :
% [159]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),Z),X)),Y))
% -> (false)
% Current number of equations to process: 537
% Current number of ordered equations: 0
% Current number of rules: 159
% New rule produced :
% [160]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(combinator,apply(X,apply(
% apply(
% apply(s,Y),X),Z))))
% -> (false)
% Current number of equations to process: 553
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [161]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 552
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [162]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 557
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [163]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,apply(X,Z)),Z))))
% -> (false)
% Current number of equations to process: 575
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [164]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),X),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),Y)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 584
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [165]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Z),apply(combinator,apply(Y,apply(
% apply(X,Y),Z))))
% -> (false)
% Rule
% [82]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Y),apply(combinator,apply(Y,apply(
% apply(X,Y),Y))))
% -> (false) collapsed.
% Rule
% [136]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(combinator,
% apply(Y,apply(apply(X,Y),
% apply(Z,Y))))) ->
% (false) collapsed.
% Current number of equations to process: 600
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [166]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,Y),Z)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 598
% Current number of ordered equations: 1
% Current number of rules: 164
% New rule produced :
% [167]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,X),
% apply(Y,Z))),Z)) ->
% (false)
% Current number of equations to process: 598
% Current number of ordered equations: 0
% Current number of rules: 165
% New rule produced :
% [168]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,combinator))),X),Y),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 609
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [169]
% (eq)(apply(X,apply(combinator,apply(Y,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(s,b),c),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 616
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [170]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),X)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 629
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [171]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(b,combinator),Y)),
% apply(apply(apply(apply(s,s),apply(s,X)),apply(b,combinator)),Y)) -> (false)
% Current number of equations to process: 630
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [172]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),Y),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),X)),Y),apply(b,combinator))) -> (false)
% Current number of equations to process: 636
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [173]
% (eq)(apply(apply(apply(apply(apply(s,b),s),apply(s,X)),X),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(s,X))),X),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 638
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [174]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(b,combinator)),X))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(b,Y)),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 650
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [175]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(b,combinator)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(c,Y)),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 649
% Current number of ordered equations: 0
% Current number of rules: 173
% New rule produced :
% [176]
% (eq)(apply(X,apply(apply(b,combinator),apply(Y,X))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,b),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 667
% Current number of ordered equations: 0
% Current number of rules: 174
% New rule produced :
% [177]
% (eq)(apply(X,apply(combinator,apply(X,Y))),apply(apply(apply(apply(s,s),
% apply(apply(c,c),Y)),
% apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 670
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [178]
% (eq)(apply(X,apply(combinator,apply(X,apply(Y,X)))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,s),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 675
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [179]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),Z)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(b,Y)),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 674
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [180]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(b,combinator)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,Y)),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 673
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [181]
% (eq)(apply(apply(apply(apply(s,b),apply(X,apply(b,combinator))),Y),Y),
% apply(apply(apply(apply(s,s),apply(apply(c,X),Y)),apply(b,combinator)),Y)) ->
% (false)
% Current number of equations to process: 684
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [182]
% (eq)(apply(X,apply(Y,apply(combinator,apply(Y,X)))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,
% apply(s,b)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 687
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [183]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(b,X)),Y)),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(b,X)),Y))
% -> (false)
% Current number of equations to process: 700
% Current number of ordered equations: 0
% Current number of rules: 181
% New rule produced :
% [184]
% (eq)(apply(X,apply(X,apply(apply(apply(apply(s,b),b),X),X))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(b,X)),X))
% -> (false)
% Current number of equations to process: 701
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [185]
% (eq)(apply(X,apply(apply(Y,apply(apply(c,apply(b,X)),Y)),Y)),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,
% apply(b,X))),Y))
% -> (false)
% Current number of equations to process: 711
% Current number of ordered equations: 0
% Current number of rules: 183
% New rule produced :
% [186]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(c,apply(c,X)),Y))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,
% apply(c,X))),Y))
% -> (false)
% Current number of equations to process: 710
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [187]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),Y),Y),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,X)),Y))
% -> (false)
% Current number of equations to process: 715
% Current number of ordered equations: 0
% Current number of rules: 185
% New rule produced :
% [188]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),X)),X),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,X)),X))
% -> (false)
% Current number of equations to process: 716
% Current number of ordered equations: 0
% Current number of rules: 186
% New rule produced :
% [189]
% (eq)(apply(apply(X,Y),apply(apply(Y,apply(apply(c,apply(s,X)),Y)),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,apply(s,X))),Y)) ->
% (false)
% Current number of equations to process: 722
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [190]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),X)),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 761
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [191]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,X)))),X),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),Y),X)) -> (false)
% Current number of equations to process: 759
% Current number of ordered equations: 1
% Current number of rules: 189
% New rule produced :
% [192]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,apply(Y,X))))),Y),X),
% apply(apply(apply(s,apply(s,apply(b,combinator))),X),apply(Y,X))) -> (false)
% Current number of equations to process: 759
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [193]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 758
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [194]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 757
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [195]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(Y,X))),Z)),X))
% -> (false)
% Current number of equations to process: 756
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [196]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(s,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 755
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [197]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,s),Z),Y),X))))
% -> (false)
% Current number of equations to process: 780
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [198]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 782
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [199]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(b,Y),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 780
% Current number of ordered equations: 1
% Current number of rules: 197
% New rule produced :
% [200]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(b,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 780
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [201]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,Y),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 778
% Current number of ordered equations: 1
% Current number of rules: 199
% New rule produced :
% [202]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(c,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 778
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [203]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(combinator,
% apply(Y,apply(apply(
% apply(s,X),Z),Y))))
% -> (false)
% Current number of equations to process: 784
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [204]
% (eq)(apply(X,apply(apply(Y,X),apply(X,X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),X)))
% -> (false)
% Current number of equations to process: 783
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [205]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(Z,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),Y)),Z),X))))
% -> (false)
% Current number of equations to process: 785
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [206]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,Y)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),Z),Y)),X))
% -> (false)
% Current number of equations to process: 801
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [207]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,Y),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 802
% Current number of ordered equations: 1
% Current number of rules: 205
% New rule produced :
% [208]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(V_3,X)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(s,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 802
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [209]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Z),
% apply(Y,
% apply(Z,X))),X))))
% -> (false)
% Current number of equations to process: 801
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [210]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(X,apply(Z,X))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,
% apply(b,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 800
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [211]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(X,Y)),apply(Y,apply(X,Y)))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(s,Z)),X),Y)))) ->
% (false)
% Current number of equations to process: 799
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [212]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(Y,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(b,Z)),Y)),X))
% -> (false)
% Current number of equations to process: 798
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [213]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),Y))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(c,Z)),Y)),X))
% -> (false)
% Current number of equations to process: 797
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [214]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,apply(apply(b,X),Y))))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,Z),V_3)),
% apply(
% apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 796
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced :
% [215]
% (eq)(apply(apply(X,apply(Y,apply(Z,apply(apply(c,X),V_3)))),V_3),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,Y),Z)),
% apply(
% apply(c,X),V_3)))
% -> (false)
% Current number of equations to process: 795
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [216]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(apply(s,V_3),X),Y))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,Z),
% apply(V_3,Y))),
% apply(X,Y)))
% -> (false)
% Current number of equations to process: 794
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [217]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,apply(Z,X)))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(
% apply(s,Y),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 793
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [218]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,X),Y)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),Z),X)),Y))
% -> (false)
% Current number of equations to process: 800
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [219]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,Z)),Y),X)),
% apply(combinator,apply(apply(X,apply(Y,X)),apply(Z,apply(X,apply(Y,X)))))) ->
% (false)
% Current number of equations to process: 822
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [220]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(apply(b,X),Y)),V_3))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Z),V_3)),
% apply(
% apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 821
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [221]
% (eq)(apply(apply(X,apply(apply(Y,apply(apply(c,X),Z)),V_3)),Z),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),V_3)),
% apply(
% apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 820
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [222]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,Z),X),Y),V_3)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,
% apply(Z,Y)),V_3)),
% apply(X,Y)))
% -> (false)
% Current number of equations to process: 819
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [223]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),V_3)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),
% apply(V_3,
% apply(Z,V_3)))),X))
% -> (false)
% Current number of equations to process: 818
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [224]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),apply(b,combinator)),X)),
% apply(apply(apply(apply(apply(s,apply(b,apply(s,s))),Z),Y),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 817
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [225]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),apply(b,combinator))),X)),
% apply(apply(apply(apply(s,s),apply(apply(apply(s,b),Z),Y)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 816
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [226]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,apply(Y,X))),Y),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),X),apply(Y,X))) -> (false)
% Current number of equations to process: 815
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [227]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(V_3,X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(s,Y),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 813
% Current number of ordered equations: 1
% Current number of rules: 225
% New rule produced :
% [228]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(V_3,X)))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Y),
% apply(
% apply(s,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 813
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [229]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(s,Y)),X))),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z),
% apply(s,Y)),X))
% -> (false)
% Current number of equations to process: 812
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [230]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Z),
% apply(Y,
% apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 811
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [231]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(X,apply(Z,X))))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(s,
% apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 810
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [232]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,Z)))),apply(apply(b,X),Y)),Z),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(X,apply(Y,Z)))) -> (false)
% Current number of equations to process: 805
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [233]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Z))),apply(apply(c,X),Z)),Y),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(X,Y),Z))) -> (false)
% Current number of equations to process: 804
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [234]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,X)),apply(Y,X)),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Y),X),
% apply(Y,X))) ->
% (false)
% Current number of equations to process: 803
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [235]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(Z,apply(Y,Z))),X)),apply(apply(
% apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),Y),Z),X))
% -> (false)
% Current number of equations to process: 801
% Current number of ordered equations: 1
% Current number of rules: 233
% New rule produced :
% [236]
% (eq)(apply(apply(X,Y),apply(apply(Y,apply(Z,Y)),apply(X,Y))),apply(apply(
% apply(s,
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z)),X),Y))
% -> (false)
% Current number of equations to process: 801
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [237]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),Z),X)),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),
% apply(Y,Z)),Z),X))
% -> (false)
% Current number of equations to process: 798
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [238]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(apply(s,Z),X),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),Z),Y)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 795
% Current number of ordered equations: 2
% Current number of rules: 236
% New rule produced :
% [239]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,apply(Y,X))),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),Z),
% apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 795
% Current number of ordered equations: 1
% Current number of rules: 237
% New rule produced :
% [240]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(Z,apply(Y,Z)),X))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,b)),Y),Z)),X))
% -> (false)
% Current number of equations to process: 795
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [241]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,combinator)),Y),X))),
% apply(apply(apply(apply(apply(s,b),apply(s,b)),apply(s,apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 794
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [242]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,apply(b,Y)),X)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),Z),
% apply(b,Y))),X))
% -> (false)
% Current number of equations to process: 793
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [243]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),X))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(b,Y)),
% apply(Z,X))),X))
% -> (false)
% Current number of equations to process: 791
% Current number of ordered equations: 1
% Current number of rules: 241
% New rule produced :
% [244]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(Z,Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(b,
% apply(X,Y))),Z)),Y))
% -> (false)
% Current number of equations to process: 791
% Current number of ordered equations: 0
% Current number of rules: 242
% New rule produced :
% [245]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),V_3),X)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(Y,
% apply(Z,X))),V_3)),X))
% -> (false)
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [246]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),V_3),X)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(
% apply(Y,X),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 789
% Current number of ordered equations: 0
% Current number of rules: 244
% New rule produced :
% [247]
% (eq)(apply(apply(b,combinator),apply(apply(apply(s,s),X),apply(b,combinator))),
% apply(apply(apply(apply(apply(s,b),b),apply(s,apply(b,combinator))),X),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 787
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [248]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,Y)))),X),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(X,Y)),Y)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 786
% Current number of ordered equations: 0
% Current number of rules: 246
% New rule produced :
% [249]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,V_3)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(b,
% apply(
% apply(b,Y),Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 784
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [250]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(b,
% apply(
% apply(c,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 783
% Current number of ordered equations: 0
% Current number of rules: 248
% New rule produced :
% [251]
% (eq)(apply(X,apply(apply(Y,apply(Z,V_3)),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(
% apply(b,Y),Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 781
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [252]
% (eq)(apply(X,apply(apply(apply(Y,Z),V_3),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(
% apply(c,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 780
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [253]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(
% apply(s,b),Z))),Y)),X))
% -> (false)
% Current number of equations to process: 779
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [254]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(s,
% apply(b,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 778
% Current number of ordered equations: 0
% Current number of rules: 252
% New rule produced :
% [255]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(c,apply(apply(s,Y),Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 777
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [256]
% (eq)(apply(X,apply(Y,apply(apply(b,combinator),apply(X,apply(b,combinator))))),
% apply(apply(apply(apply(s,s),apply(c,apply(s,apply(b,Y)))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 776
% Current number of ordered equations: 0
% Current number of rules: 254
% New rule produced :
% [257]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),V_3)),X)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),
% apply(Z,
% apply(V_3,X)))),X))
% -> (false)
% Current number of equations to process: 775
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [258]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),V_3)),X)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),
% apply(
% apply(Z,X),V_3))),X))
% -> (false)
% Current number of equations to process: 774
% Current number of ordered equations: 0
% Current number of rules: 256
% New rule produced :
% [259]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,combinator))),Y),X)),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),apply(Y,X)),X))
% -> (false)
% Current number of equations to process: 773
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [260]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(Z,apply(Y,Z)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,c)),Y),Z)),X))
% -> (false)
% Current number of equations to process: 772
% Current number of ordered equations: 0
% Current number of rules: 258
% New rule produced :
% [261]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(s,apply(b,combinator)),Y))),
% apply(apply(apply(apply(apply(s,b),apply(s,c)),apply(s,apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 771
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [262]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(Z,apply(X,Z)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,
% apply(s,
% apply(s,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 770
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [263]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),X),Z)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,
% apply(Y,Z)),Z)),
% apply(X,Z))) ->
% (false)
% Current number of equations to process: 769
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [264]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(c,X))),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Z),
% apply(c,X)),Y))
% -> (false)
% Current number of equations to process: 767
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [265]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(apply(b,combinator),X))),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(b,Y),Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 765
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [266]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(apply(b,combinator),X))),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(c,Y),Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 764
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced :
% [267]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(apply(b,combinator),X)))),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(s,b),Y))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 763
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [268]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(b,combinator)),X))),
% apply(apply(apply(apply(s,s),apply(apply(b,apply(s,Y)),Z)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 761
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced :
% [269]
% (eq)(apply(X,apply(apply(apply(Y,apply(b,combinator)),apply(Z,Y)),X)),
% apply(apply(apply(apply(s,s),apply(apply(apply(s,c),Z),Y)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 760
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced :
% [270]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(apply(b,combinator),Z)),X)),
% apply(apply(apply(apply(s,s),apply(apply(c,apply(s,Y)),Z)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 759
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [271]
% (eq)(apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),X),Y)),Y),apply(X,Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Y),apply(X,Y))) -> (false)
% Current number of equations to process: 758
% Current number of ordered equations: 0
% Current number of rules: 269
% New rule produced :
% [272]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,apply(c,Y)),X)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),Z),
% apply(c,Y))),X))
% -> (false)
% Current number of equations to process: 757
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [273]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(c,Z)),
% apply(Y,Z))),X))
% -> (false)
% Current number of equations to process: 756
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [274]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,
% apply(b,s)),Z),Y),V_3),X))))
% -> (false)
% Current number of equations to process: 754
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [275]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,Z)),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(b,
% apply(s,Y))),V_3),Z),X))))
% -> (false)
% Current number of equations to process: 754
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [276]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(
% apply(s,b),Z),Y)),V_3),X))))
% -> (false)
% Current number of equations to process: 752
% Current number of ordered equations: 1
% Current number of rules: 274
% New rule produced :
% [277]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(V_3,Z),X)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(
% apply(s,b),V_3),Z)),X))))
% -> (false)
% Current number of equations to process: 752
% Current number of ordered equations: 0
% Current number of rules: 275
% New rule produced :
% [278]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,
% apply(b,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 750
% Current number of ordered equations: 1
% Current number of rules: 276
% New rule produced :
% [279]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X))))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(s,
% apply(b,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 750
% Current number of ordered equations: 0
% Current number of rules: 277
% New rule produced :
% [280]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(Y,X)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),
% apply(s,Z)),Y)),X))
% -> (false)
% Current number of equations to process: 747
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [281]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,Z)),Y),X)),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),Z))),Y),X)) ->
% (false)
% Current number of equations to process: 755
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [282]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),X),Y)),Z),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(X,Y),Z))) -> (false)
% Current number of equations to process: 815
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [283]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),X),Y),Z)),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(Y,apply(apply(X,Y),Z))))) ->
% (false)
% Current number of equations to process: 819
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [284]
% (eq)(apply(apply(X,apply(Y,Z)),apply(apply(apply(apply(s,b),apply(b,X)),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(X,apply(Y,Z)))) -> (false)
% Current number of equations to process: 818
% Current number of ordered equations: 0
% Current number of rules: 282
% New rule produced :
% [285]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),apply(c,X)),Z),Y)),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(X,Y),Z))) -> (false)
% Current number of equations to process: 817
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [286]
% (eq)(apply(X,apply(apply(Y,apply(apply(s,apply(b,combinator)),Z)),X)),
% apply(apply(apply(apply(apply(s,b),apply(b,Y)),apply(s,apply(b,combinator))),Z),X))
% -> (false)
% Current number of equations to process: 845
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [287]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(s,apply(b,combinator))),X)),
% apply(apply(apply(apply(apply(s,b),apply(c,Y)),apply(s,apply(b,combinator))),Z),X))
% -> (false)
% Current number of equations to process: 844
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [288]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(b,X),Z))),X))
% -> (false)
% Current number of equations to process: 879
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [289]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),V_3))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(
% apply(c,
% apply(b,Y)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 950
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [290]
% (eq)(apply(X,apply(apply(Y,Z),apply(V_3,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(
% apply(c,
% apply(c,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 949
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced :
% [291]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,V_3)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,Y),apply(
% apply(c,
% apply(b,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 986
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced :
% [292]
% (eq)(apply(X,apply(Y,apply(apply(Z,V_3),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,Y),apply(
% apply(c,
% apply(c,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 985
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [293]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Z),
% apply(apply(c,Y),Z))),X))
% -> (false)
% Current number of equations to process: 994
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [294]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,X),
% apply(apply(c,Y),Z))),X))
% -> (false)
% Current number of equations to process: 1000
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [295]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),V_3))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(b,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 1024
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [296]
% (eq)(apply(X,apply(apply(Y,Z),apply(V_3,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(b,
% apply(c,Y)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 1023
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced :
% [297]
% (eq)(apply(X,apply(X,apply(Y,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(apply(c,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 1048
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [298]
% (eq)(apply(X,apply(apply(X,Y),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(apply(c,c),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 1051
% Current number of ordered equations: 0
% Current number of rules: 296
% New rule produced :
% [299]
% (eq)(apply(X,apply(apply(X,Y),apply(Z,Y))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,s),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 1060
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [300]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 1059
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [301]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),V_3)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,
% apply(c,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 1058
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [302]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,X),Y)),Z)),Y))
% -> (false)
% Current number of equations to process: 1074
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [303]
% (eq)(apply(X,apply(Y,apply(apply(X,Y),Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,
% apply(s,b)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 1077
% Current number of ordered equations: 0
% Current number of rules: 301
% New rule produced :
% [304]
% (eq)(apply(X,apply(X,apply(apply(Y,X),Z))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),Y),X),Z))))
% -> (false)
% Current number of equations to process: 1092
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [305]
% (eq)(apply(X,apply(X,apply(Y,apply(X,Z)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(s,b),
% apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 1091
% Current number of ordered equations: 0
% Current number of rules: 303
% New rule produced :
% [306]
% (eq)(apply(X,apply(X,apply(apply(Y,Z),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(s,b),
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 1090
% Current number of ordered equations: 0
% Current number of rules: 304
% New rule produced :
% [307]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),Y)),X)),X))
% -> (false)
% Current number of equations to process: 1097
% Current number of ordered equations: 0
% Current number of rules: 305
% New rule produced :
% [308]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Z)))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(b,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 1115
% Current number of ordered equations: 0
% Current number of rules: 306
% New rule produced :
% [309]
% (eq)(apply(X,apply(apply(b,combinator),apply(Y,apply(apply(b,combinator),X)))),
% apply(apply(apply(apply(s,s),apply(apply(s,b),apply(b,Y))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 1138
% Current number of ordered equations: 0
% Current number of rules: 307
% New rule produced :
% [310]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(Y,X),apply(b,combinator)))),
% apply(apply(apply(apply(s,s),apply(apply(s,b),apply(c,Y))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 1137
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced :
% [311]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,X)),Y),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(b,X),Y)),X)) ->
% (false)
% Current number of equations to process: 1176
% Current number of ordered equations: 0
% Current number of rules: 309
% New rule produced :
% [312]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,X),Y)))),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(apply(c,b),Y)),X))
% -> (false)
% Current number of equations to process: 1197
% Current number of ordered equations: 0
% Current number of rules: 310
% New rule produced :
% [313]
% (eq)(apply(apply(X,apply(X,apply(apply(c,X),Y))),Y),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(apply(c,c),Y)),X))
% -> (false)
% Current number of equations to process: 1200
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced :
% [314]
% (eq)(apply(apply(X,apply(Y,Z)),apply(Y,apply(X,apply(Y,Z)))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,
% apply(b,X)),Z)),Y))
% -> (false)
% Current number of equations to process: 1211
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [315]
% (eq)(apply(apply(apply(X,Y),Z),apply(Z,apply(apply(X,Y),Z))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,
% apply(c,X)),Y)),Z))
% -> (false)
% Current number of equations to process: 1210
% Current number of ordered equations: 0
% Current number of rules: 313
% New rule produced :
% [316]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Y))),apply(X,Y)),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,X),Y)),Y)) ->
% (false)
% Current number of equations to process: 1219
% Current number of ordered equations: 0
% Current number of rules: 314
% New rule produced :
% [317]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),X),Y),Z)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 1226
% Current number of ordered equations: 0
% Current number of rules: 315
% New rule produced :
% [318]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,apply(apply(c,X),Y))),Y),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),apply(c,X)),Y)) ->
% (false)
% Current number of equations to process: 1252
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [319]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,apply(Y,X))),Y),X)),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),Y),X)) -> (false)
% Current number of equations to process: 1259
% Current number of ordered equations: 0
% Current number of rules: 317
% New rule produced :
% [320]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),X),Y)),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(X,Y)),Y)) -> (false)
% Current number of equations to process: 1272
% Current number of ordered equations: 0
% Current number of rules: 318
% New rule produced :
% [321]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(Z,X))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(s,
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 1293
% Current number of ordered equations: 0
% Current number of rules: 319
% New rule produced :
% [322]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,Y)),Z)),X)) ->
% (false)
% Current number of equations to process: 1294
% Current number of ordered equations: 0
% Current number of rules: 320
% New rule produced :
% [323]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,X),Y)),Z))
% -> (false)
% Current number of equations to process: 1303
% Current number of ordered equations: 0
% Current number of rules: 321
% New rule produced :
% [324]
% (eq)(apply(X,apply(combinator,apply(apply(Y,X),apply(X,apply(Y,X))))),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 1321
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced :
% [325]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(Z,apply(X,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,Y),Z)),apply(X,Y))) ->
% (false)
% Current number of equations to process: 1320
% Current number of ordered equations: 0
% Current number of rules: 323
% New rule produced :
% [326]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,combinator))),X),apply(Y,X)),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 1319
% Current number of ordered equations: 0
% Current number of rules: 324
% New rule produced :
% [327]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(V_3,Y))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,X),
% apply(
% apply(b,Z),V_3))),Y))
% -> (false)
% Current number of equations to process: 1318
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [328]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),V_3)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,X),
% apply(
% apply(c,Z),V_3))),Y))
% -> (false)
% Current number of equations to process: 1317
% Current number of ordered equations: 0
% Current number of rules: 326
% New rule produced :
% [329]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,s),b),X),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,Y)),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 1333
% Current number of ordered equations: 0
% Current number of rules: 327
% New rule produced :
% [330]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),apply(b,X)),Y))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Z,Y),
% apply(apply(b,X),Y))))))
% -> (false)
% Current number of equations to process: 1334
% Current number of ordered equations: 0
% Current number of rules: 328
% New rule produced :
% [331]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(b,Y)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,Z)),
% apply(apply(b,Y),Z)))
% -> (false)
% Current number of equations to process: 1342
% Current number of ordered equations: 0
% Current number of rules: 329
% New rule produced :
% [332]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(b,X)),Y)),apply(combinator,
% apply(X,
% apply(Y,
% apply(Y,
% apply(apply(b,X),Y))))))
% -> (false)
% Current number of equations to process: 1357
% Current number of ordered equations: 0
% Current number of rules: 330
% New rule produced :
% [333]
% (eq)(apply(apply(b,X),apply(apply(apply(apply(s,s),b),apply(b,X)),X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,apply(b,X)),X))) ->
% (false)
% Current number of equations to process: 1356
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [334]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),b),X),Y))),apply(combinator,
% apply(X,
% apply(Y,
% apply(X,
% apply(apply(b,X),Y))))))
% -> (false)
% Current number of equations to process: 1367
% Current number of ordered equations: 0
% Current number of rules: 332
% New rule produced :
% [335]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),b)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,X),X))) -> (false)
% Current number of equations to process: 1377
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [336]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,Z)))),apply(apply(apply(s,apply(b,combinator)),
% apply(b,Y)),apply(apply(c,
% apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 1383
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [337]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,apply(Z,Z)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(s,Y)),
% apply(apply(c,apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 1387
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [338]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(c,apply(b,X)),Z))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(c,Y)),
% apply(apply(c,
% apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 1386
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [339]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(c,apply(c,X))),Y),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(c,apply(c,X)),Y))) ->
% (false)
% Current number of equations to process: 1418
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [340]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,s),c),X),Y)),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,Y)),
% apply(apply(c,X),Y)))
% -> (false)
% Current number of equations to process: 1439
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [341]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(c,X)),Z)),Z),apply(combinator,
% apply(apply(X,
% apply(
% apply(Y,Z),
% apply(
% apply(c,X),Z))),Z)))
% -> (false)
% Current number of equations to process: 1441
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [342]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),Y),Y),apply(combinator,
% apply(apply(X,
% apply(Y,
% apply(
% apply(c,X),Y))),Y)))
% -> (false)
% Current number of equations to process: 1462
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [343]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),Y)),Y),apply(combinator,
% apply(apply(X,
% apply(X,
% apply(
% apply(c,X),Y))),Y)))
% -> (false)
% Current number of equations to process: 1475
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [344]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(apply(s,b),c)),X),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(c,X),Y))) -> (false)
% Current number of equations to process: 1487
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [345]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(X,Z)),
% apply(Y,Z))) -> (false)
% Rule
% [331]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(b,Y)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,Z)),
% apply(apply(b,Y),Z)))
% -> (false) collapsed.
% Current number of equations to process: 1495
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [346]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,Z),
% apply(X,Z))))) -> (false)
% Current number of equations to process: 1496
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [347]
% (eq)(apply(apply(apply(apply(apply(s,b),s),apply(s,X)),X),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,X),Y)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 1506
% Current number of ordered equations: 0
% Current number of rules: 344
% New rule produced :
% [348]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,Z)),X),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(Z,
% apply(Y,
% apply(X,Y))))))
% -> (false)
% Current number of equations to process: 1513
% Current number of ordered equations: 0
% Current number of rules: 345
% New rule produced :
% [349]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,Z)),X),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Z,
% apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 1512
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [350]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(X,
% apply(Y,Z)),Z))))
% -> (false)
% Current number of equations to process: 1564
% Current number of ordered equations: 0
% Current number of rules: 347
% New rule produced :
% [351]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(b,X),Y))),apply(b,X)),Y),
% apply(combinator,apply(X,apply(Y,apply(Y,apply(apply(b,X),Y)))))) -> (false)
% Current number of equations to process: 1563
% Current number of ordered equations: 0
% Current number of rules: 348
% New rule produced :
% [352]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(c,X),Y))),apply(c,X)),Y),
% apply(combinator,apply(apply(X,apply(Y,apply(apply(c,X),Y))),Y))) -> (false)
% Current number of equations to process: 1562
% Current number of ordered equations: 0
% Current number of rules: 349
% New rule produced :
% [353]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(b,Y),Z)),X)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,apply(Z,V_3))),apply(X,V_3)))
% -> (false)
% Current number of equations to process: 1560
% Current number of ordered equations: 1
% Current number of rules: 350
% New rule produced :
% [354]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(b,Y),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,V_3)),apply(Y,apply(Z,V_3))))
% -> (false)
% Current number of equations to process: 1560
% Current number of ordered equations: 0
% Current number of rules: 351
% New rule produced :
% [355]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(c,Y),Z)),X)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,V_3),Z)),apply(X,V_3)))
% -> (false)
% Current number of equations to process: 1558
% Current number of ordered equations: 1
% Current number of rules: 352
% New rule produced :
% [356]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(c,Y),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,V_3)),apply(apply(Y,V_3),Z)))
% -> (false)
% Current number of equations to process: 1558
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [357]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,s),X),Y)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(X,Y),Z))) ->
% (false)
% Current number of equations to process: 1557
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [358]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,Z),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(V_3,Y)),apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1556
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [359]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,Z),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(Z,Y),V_3),apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1555
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [360]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,b),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(Z,Y),apply(X,Y)))))) ->
% (false)
% Current number of equations to process: 1554
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [361]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(X,Y)),Z)),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,X),Z),Y)),Y)) ->
% (false)
% Current number of equations to process: 1553
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [362]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),X),X),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Y),X),X))
% -> (false)
% Current number of equations to process: 1561
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [363]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(
% apply(X,Z),Y),Z))))
% -> (false)
% Current number of equations to process: 1581
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [364]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Z,Y))),Z)) -> (false)
% Current number of equations to process: 1580
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [365]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,Y),Z)),Z)) -> (false)
% Current number of equations to process: 1579
% Current number of ordered equations: 0
% Current number of rules: 362
% New rule produced :
% [366]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),apply(b,combinator))),Y),Y),
% apply(apply(apply(apply(s,s),apply(X,Y)),apply(b,combinator)),Y)) -> (false)
% Current number of equations to process: 1578
% Current number of ordered equations: 0
% Current number of rules: 363
% New rule produced :
% [367]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,c),X),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,Z),apply(X,Y))),Z)) ->
% (false)
% Current number of equations to process: 1576
% Current number of ordered equations: 1
% Current number of rules: 364
% New rule produced :
% [368]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),apply(Y,Z))),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,X),Y),Z)),Z)) ->
% (false)
% Current number of equations to process: 1576
% Current number of ordered equations: 0
% Current number of rules: 365
% New rule produced :
% [369]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,Y),apply(Z,Y))),Z)) ->
% (false)
% Current number of equations to process: 1575
% Current number of ordered equations: 0
% Current number of rules: 366
% New rule produced :
% [370]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),X),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,
% apply(X,Y))),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 1620
% Current number of ordered equations: 0
% Current number of rules: 367
% New rule produced :
% [371]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(X,Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,
% apply(X,Y)),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1623
% Current number of ordered equations: 0
% Current number of rules: 368
% New rule produced :
% [372]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(s,Z)),X),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Z,
% apply(X,Y)),
% apply(Y,
% apply(X,Y))))))
% -> (false)
% Current number of equations to process: 1622
% Current number of ordered equations: 0
% Current number of rules: 369
% New rule produced :
% [373]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(X,Y)),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),X),Y),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 1626
% Current number of ordered equations: 0
% Current number of rules: 370
% New rule produced :
% [374]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(
% apply(X,Z),
% apply(Y,Z)),Z))))
% -> (false)
% Current number of equations to process: 1646
% Current number of ordered equations: 0
% Current number of rules: 371
% New rule produced :
% [375]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(Y,X),
% apply(Z,X))),X)) ->
% (false)
% Current number of equations to process: 1645
% Current number of ordered equations: 0
% Current number of rules: 372
% New rule produced :
% [376]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,apply(Y,Z)),Z)),Z)) ->
% (false)
% Current number of equations to process: 1644
% Current number of ordered equations: 0
% Current number of rules: 373
% New rule produced :
% [377]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(b,combinator)),Y),
% apply(apply(apply(apply(s,s),apply(b,apply(X,Y))),apply(b,combinator)),Y)) ->
% (false)
% Current number of equations to process: 1667
% Current number of ordered equations: 0
% Current number of rules: 374
% New rule produced :
% [378]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))),apply(combinator,
% apply(X,apply(Y,
% apply(apply(
% apply(s,Z),V_3),X)))))
% -> (false)
% Current number of equations to process: 1718
% Current number of ordered equations: 0
% Current number of rules: 375
% New rule produced :
% [379]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),apply(Z,X))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,X),
% apply(
% apply(s,Y),Z))),X))
% -> (false)
% Current number of equations to process: 1729
% Current number of ordered equations: 0
% Current number of rules: 376
% New rule produced :
% [380]
% (eq)(apply(X,apply(Y,apply(apply(Y,apply(b,Y)),X))),apply(apply(apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),b),Y),X))
% -> (false)
% Current number of equations to process: 1750
% Current number of ordered equations: 0
% Current number of rules: 377
% New rule produced :
% [381]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,Y)),Y),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),X),
% apply(b,Y)),Y)) ->
% (false)
% Current number of equations to process: 1756
% Current number of ordered equations: 0
% Current number of rules: 378
% New rule produced :
% [382]
% (eq)(apply(X,apply(apply(X,Y),apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(s,c),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 1796
% Current number of ordered equations: 0
% Current number of rules: 379
% New rule produced :
% [383]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,Y),Z),X),V_3))))
% -> (false)
% Current number of equations to process: 1806
% Current number of ordered equations: 0
% Current number of rules: 380
% New rule produced :
% [384]
% (eq)(apply(X,apply(apply(X,Y),apply(apply(Z,X),Y))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,s),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 1805
% Current number of ordered equations: 0
% Current number of rules: 381
% New rule produced :
% [385]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(combinator,
% apply(X,apply(apply(Z,X),
% apply(Y,apply(Z,X))))))
% -> (false)
% Current number of equations to process: 1836
% Current number of ordered equations: 0
% Current number of rules: 382
% New rule produced :
% [386]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,Y),
% apply(X,apply(Y,X)))),X))
% -> (false)
% Current number of equations to process: 1835
% Current number of ordered equations: 0
% Current number of rules: 383
% New rule produced :
% [387]
% (eq)(apply(X,apply(apply(Y,X),apply(Y,apply(c,Y)))),apply(apply(apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),c),Y),X))
% -> (false)
% Current number of equations to process: 1872
% Current number of ordered equations: 0
% Current number of rules: 384
% New rule produced :
% [388]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),c),Y)),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Y),
% apply(c,Y)),X))
% -> (false)
% Current number of equations to process: 1877
% Current number of ordered equations: 0
% Current number of rules: 385
% New rule produced :
% [389]
% (eq)(apply(X,apply(apply(Y,X),apply(X,apply(apply(b,X),apply(Y,X))))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,b),Y)),X)) ->
% (false)
% Current number of equations to process: 1957
% Current number of ordered equations: 0
% Current number of rules: 386
% New rule produced :
% [390]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Z),
% apply(apply(b,Y),Z))),X))
% -> (false)
% Current number of equations to process: 2042
% Current number of ordered equations: 0
% Current number of rules: 387
% New rule produced :
% [391]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Y),
% apply(
% apply(b,X),Z))),X))
% -> (false)
% Current number of equations to process: 2041
% Current number of ordered equations: 0
% Current number of rules: 388
% New rule produced :
% [392]
% (eq)(apply(X,apply(X,apply(Y,apply(Z,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(
% apply(c,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 2066
% Current number of ordered equations: 0
% Current number of rules: 389
% New rule produced :
% [393]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(
% apply(c,c),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 2065
% Current number of ordered equations: 0
% Current number of rules: 390
% New rule produced :
% [394]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,Y),X)),Z)),X))
% -> (false)
% Current number of equations to process: 2075
% Current number of ordered equations: 0
% Current number of rules: 391
% New rule produced :
% [395]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(Z,apply(Y,X)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(c,s),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 2074
% Current number of ordered equations: 0
% Current number of rules: 392
% New rule produced :
% [396]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Y),apply(Z,Y)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(c,X),Y)),Z)),Y))
% -> (false)
% Current number of equations to process: 2091
% Current number of ordered equations: 0
% Current number of rules: 393
% New rule produced :
% [397]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,X)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(c,Z),X))),X))
% -> (false)
% Current number of equations to process: 2118
% Current number of ordered equations: 0
% Current number of rules: 394
% New rule produced :
% [398]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(s,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 2157
% Current number of ordered equations: 0
% Current number of rules: 395
% New rule produced :
% [399]
% (eq)(apply(X,apply(apply(Y,apply(Z,Y)),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(
% apply(s,
% apply(b,b)),Z),Y),V_3)),X))
% -> (false)
% Current number of equations to process: 2155
% Current number of ordered equations: 1
% Current number of rules: 396
% New rule produced :
% [400]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,Z)),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(b,Y))),V_3),Z)),X))
% -> (false)
% Current number of equations to process: 2155
% Current number of ordered equations: 0
% Current number of rules: 397
% New rule produced :
% [401]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,Z),X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(
% apply(s,b),V_3),Z))),X))
% -> (false)
% Current number of equations to process: 2153
% Current number of ordered equations: 1
% Current number of rules: 398
% New rule produced :
% [402]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(V_3,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(
% apply(s,b),Z),Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 2153
% Current number of ordered equations: 0
% Current number of rules: 399
% New rule produced :
% [403]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(V_3,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(s,
% apply(b,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 2152
% Current number of ordered equations: 0
% Current number of rules: 400
% New rule produced :
% [404]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),apply(b,X)),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(b,X),Z))) ->
% (false)
% Current number of equations to process: 2237
% Current number of ordered equations: 0
% Current number of rules: 401
% New rule produced :
% [405]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(apply(b,X),Z))),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(apply(b,X),Z)))))) ->
% (false)
% Current number of equations to process: 2236
% Current number of ordered equations: 0
% Current number of rules: 402
% New rule produced :
% [406]
% (eq)(apply(apply(X,apply(Y,apply(apply(apply(s,c),Z),X))),apply(Z,X)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,c),Z),X))) ->
% (false)
% Current number of equations to process: 2263
% Current number of ordered equations: 0
% Current number of rules: 403
% New rule produced :
% [407]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),X),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(
% apply(s,
% apply(b,c)),Z),Y),V_3)),X))
% -> (false)
% Current number of equations to process: 2261
% Current number of ordered equations: 1
% Current number of rules: 404
% New rule produced :
% [408]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,Z)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(c,Y))),V_3),Z)),X))
% -> (false)
% Current number of equations to process: 2261
% Current number of ordered equations: 0
% Current number of rules: 405
% New rule produced :
% [409]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(
% apply(s,b),Z),Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 2260
% Current number of ordered equations: 0
% Current number of rules: 406
% New rule produced :
% [410]
% (eq)(apply(apply(X,apply(X,apply(apply(c,X),apply(Y,X)))),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,c),Y)),X)) ->
% (false)
% Current number of equations to process: 2286
% Current number of ordered equations: 0
% Current number of rules: 407
% New rule produced :
% [411]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(apply(s,X),Y),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(b,Z)),
% apply(apply(c,
% apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 2315
% Current number of ordered equations: 0
% Current number of rules: 408
% New rule produced :
% [412]
% (eq)(apply(apply(apply(apply(s,apply(apply(s,b),X)),apply(c,Y)),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(apply(c,Y),Y))) ->
% (false)
% Current number of equations to process: 2337
% Current number of ordered equations: 0
% Current number of rules: 409
% New rule produced :
% [413]
% (eq)(apply(apply(apply(apply(apply(s,b),X),Y),apply(apply(c,Y),Z)),Z),
% apply(combinator,apply(apply(Y,apply(apply(X,Y),apply(apply(c,Y),Z))),Z))) ->
% (false)
% Current number of equations to process: 2336
% Current number of ordered equations: 0
% Current number of rules: 410
% New rule produced :
% [414]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 2335
% Current number of ordered equations: 0
% Current number of rules: 411
% New rule produced :
% [415]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),apply(Z,apply(b,combinator)))),X)),
% apply(apply(apply(apply(s,s),apply(apply(s,apply(b,Y)),Z)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2482
% Current number of ordered equations: 0
% Current number of rules: 412
% New rule produced :
% [416]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),Z),Z)))) -> (false)
% Current number of equations to process: 2499
% Current number of ordered equations: 0
% Current number of rules: 413
% New rule produced :
% [417]
% (eq)(apply(apply(apply(X,Y),apply(Z,Y)),apply(Y,apply(apply(apply(s,X),Z),Y))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 2497
% Current number of ordered equations: 1
% Current number of rules: 414
% New rule produced :
% [418]
% (eq)(apply(apply(apply(apply(s,X),Y),Z),apply(Z,apply(apply(X,Z),apply(Y,Z)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,X),Y)),Z)) ->
% (false)
% Current number of equations to process: 2497
% Current number of ordered equations: 0
% Current number of rules: 415
% New rule produced :
% [419]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),Z)),Z)))) -> (false)
% Current number of equations to process: 2543
% Current number of ordered equations: 1
% Current number of rules: 416
% New rule produced :
% [420]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Z,
% apply(
% apply(Y,Z),X))),X))
% -> (false)
% Current number of equations to process: 2543
% Current number of ordered equations: 0
% Current number of rules: 417
% New rule produced :
% [421]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,apply(Y,Z))),Z)))) -> (false)
% Current number of equations to process: 2570
% Current number of ordered equations: 1
% Current number of rules: 418
% New rule produced :
% [422]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,
% apply(X,
% apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 2570
% Current number of ordered equations: 0
% Current number of rules: 419
% New rule produced :
% [423]
% (eq)(apply(X,apply(Y,apply(combinator,apply(X,Z)))),apply(apply(apply(
% apply(s,s),
% apply(b,
% apply(
% apply(c,
% apply(b,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2622
% Current number of ordered equations: 0
% Current number of rules: 420
% New rule produced :
% [424]
% (eq)(apply(X,apply(Y,apply(Z,apply(Y,X)))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(b,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2644
% Current number of ordered equations: 0
% Current number of rules: 421
% New rule produced :
% [425]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),Y))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(c,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2643
% Current number of ordered equations: 0
% Current number of rules: 422
% New rule produced :
% [426]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(Y,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(s,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2649
% Current number of ordered equations: 0
% Current number of rules: 423
% New rule produced :
% [427]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,apply(Y,X))),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Z),
% apply(Y,X)),X))))
% -> (false)
% Current number of equations to process: 2647
% Current number of ordered equations: 1
% Current number of rules: 424
% New rule produced :
% [428]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(Z,apply(Y,Z)),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,b)),Y),Z),X))))
% -> (false)
% Current number of equations to process: 2647
% Current number of ordered equations: 0
% Current number of rules: 425
% New rule produced :
% [429]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),Y),X),X))))
% -> (false)
% Current number of equations to process: 2654
% Current number of ordered equations: 0
% Current number of rules: 426
% New rule produced :
% [430]
% (eq)(apply(X,apply(X,apply(apply(Y,X),X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),X)))
% -> (false)
% Current number of equations to process: 2657
% Current number of ordered equations: 0
% Current number of rules: 427
% New rule produced :
% [431]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,Y)),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(b,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2672
% Current number of ordered equations: 0
% Current number of rules: 428
% New rule produced :
% [432]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,Y),V_3),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2671
% Current number of ordered equations: 0
% Current number of rules: 429
% New rule produced :
% [433]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(X,Y)),Y)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),Z),apply(X,Y)),Y)))) ->
% (false)
% Current number of equations to process: 2670
% Current number of ordered equations: 0
% Current number of rules: 430
% New rule produced :
% [434]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(Z,Y),X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2669
% Current number of ordered equations: 0
% Current number of rules: 431
% New rule produced :
% [435]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(Y,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2668
% Current number of ordered equations: 0
% Current number of rules: 432
% New rule produced :
% [436]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(
% apply(s,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 2666
% Current number of ordered equations: 1
% Current number of rules: 433
% New rule produced :
% [437]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(apply(s,Z),X),Y))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,b),Z),Y),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 2666
% Current number of ordered equations: 0
% Current number of rules: 434
% New rule produced :
% [438]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,Y),apply(V_3,Y)),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(s,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2665
% Current number of ordered equations: 0
% Current number of rules: 435
% New rule produced :
% [439]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),Y),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(b,X)),Y)),X))
% -> (false)
% Current number of equations to process: 2670
% Current number of ordered equations: 0
% Current number of rules: 436
% New rule produced :
% [440]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Y)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(c,apply(b,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 0
% Current number of rules: 437
% New rule produced :
% [441]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(c,apply(c,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 2694
% Current number of ordered equations: 0
% Current number of rules: 438
% New rule produced :
% [442]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 2701
% Current number of ordered equations: 0
% Current number of rules: 439
% New rule produced :
% [443]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,Y)),X)),X))
% -> (false)
% Current number of equations to process: 2705
% Current number of ordered equations: 0
% Current number of rules: 440
% New rule produced :
% [444]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(Z,apply(X,Y)))),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,Z),Y)),apply(X,Y))) ->
% (false)
% Current number of equations to process: 2723
% Current number of ordered equations: 0
% Current number of rules: 441
% New rule produced :
% [445]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),apply(X,X))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),
% apply(s,Y)),X)),X))
% -> (false)
% Current number of equations to process: 2730
% Current number of ordered equations: 0
% Current number of rules: 442
% New rule produced :
% [446]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,apply(b,Y)),X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),Z),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 2766
% Current number of ordered equations: 0
% Current number of rules: 443
% New rule produced :
% [447]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(Y,X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,X))),Y),X))))
% -> (false)
% Current number of equations to process: 2771
% Current number of ordered equations: 0
% Current number of rules: 444
% New rule produced :
% [448]
% (eq)(apply(X,apply(Y,apply(X,apply(X,X)))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,Y))),X),X)))
% -> (false)
% Current number of equations to process: 2776
% Current number of ordered equations: 0
% Current number of rules: 445
% New rule produced :
% [449]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,Y)),
% apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 2774
% Current number of ordered equations: 1
% Current number of rules: 446
% New rule produced :
% [450]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(Z,Y))),apply(combinator,
% apply(Y,
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),Z),Y))))
% -> (false)
% Current number of equations to process: 2774
% Current number of ordered equations: 0
% Current number of rules: 447
% New rule produced :
% [451]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(V_3,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(b,Y),Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 2784
% Current number of ordered equations: 1
% Current number of rules: 448
% New rule produced :
% [452]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(V_3,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(b,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 2784
% Current number of ordered equations: 0
% Current number of rules: 449
% New rule produced :
% [453]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(c,Y),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 2782
% Current number of ordered equations: 1
% Current number of rules: 450
% New rule produced :
% [454]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),V_3)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(c,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 2782
% Current number of ordered equations: 0
% Current number of rules: 451
% New rule produced :
% [455]
% (eq)(apply(X,apply(apply(apply(s,Y),X),apply(Z,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,
% apply(Z,X)))),Z),X))))
% -> (false)
% Current number of equations to process: 2781
% Current number of ordered equations: 0
% Current number of rules: 452
% New rule produced :
% [456]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,
% apply(Y,X))),Y)),X))
% -> (false)
% Current number of equations to process: 2780
% Current number of ordered equations: 0
% Current number of rules: 453
% New rule produced :
% [457]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),apply(V_3,X))))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(s,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 2779
% Current number of ordered equations: 0
% Current number of rules: 454
% New rule produced :
% [458]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(b,Y),apply(X,Y)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(b,Y),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 2778
% Current number of ordered equations: 0
% Current number of rules: 455
% New rule produced :
% [459]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),Z),X)),apply(combinator,
% apply(X,apply(Y,apply(X,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2788
% Current number of ordered equations: 0
% Current number of rules: 456
% New rule produced :
% [460]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),Z),X)),apply(combinator,
% apply(X,apply(apply(Y,
% apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 2790
% Current number of ordered equations: 0
% Current number of rules: 457
% New rule produced :
% [461]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),Z),X)),apply(combinator,
% apply(X,apply(apply(Z,X),
% apply(apply(Y,Z),X)))))
% -> (false)
% Current number of equations to process: 2792
% Current number of ordered equations: 0
% Current number of rules: 458
% New rule produced :
% [462]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),V_3),X)),apply(combinator,
% apply(X,
% apply(
% apply(Y,
% apply(Z,X)),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2793
% Current number of ordered equations: 1
% Current number of rules: 459
% New rule produced :
% [463]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),V_3)),X)),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(Z,
% apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 2793
% Current number of ordered equations: 0
% Current number of rules: 460
% New rule produced :
% [464]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),V_3),X)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,X),Z),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2791
% Current number of ordered equations: 1
% Current number of rules: 461
% New rule produced :
% [465]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),V_3)),X)),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(Z,X),V_3)))))
% -> (false)
% Current number of equations to process: 2791
% Current number of ordered equations: 0
% Current number of rules: 462
% New rule produced :
% [466]
% (eq)(apply(X,apply(apply(apply(s,apply(s,Y)),Z),X)),apply(combinator,
% apply(X,apply(apply(Y,
% apply(Z,X)),
% apply(X,apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2790
% Current number of ordered equations: 0
% Current number of rules: 463
% New rule produced :
% [467]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(combinator,
% apply(Y,apply(apply(X,Y),
% apply(Y,Y))))) ->
% (false)
% Current number of equations to process: 2795
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [468]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(combinator,apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(Z,X)))) ->
% (false)
% Current number of equations to process: 2794
% Current number of ordered equations: 0
% Current number of rules: 465
% New rule produced :
% [469]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2796
% Current number of ordered equations: 0
% Current number of rules: 466
% New rule produced :
% [470]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,Y),Z)),V_3),X)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,X),
% apply(Z,X)),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2803
% Current number of ordered equations: 1
% Current number of rules: 467
% New rule produced :
% [471]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,Z),V_3)),X)),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(Z,X),
% apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 2803
% Current number of ordered equations: 0
% Current number of rules: 468
% New rule produced :
% [472]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Z,X),
% apply(X,
% apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 2802
% Current number of ordered equations: 0
% Current number of rules: 469
% New rule produced :
% [473]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,apply(b,s)),Y),Z),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Z,apply(Y,Z)),X),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2806
% Current number of ordered equations: 1
% Current number of rules: 470
% New rule produced :
% [474]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,Y))),Z),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(V_3,apply(Z,V_3)),X)))))
% -> (false)
% Current number of equations to process: 2806
% Current number of ordered equations: 0
% Current number of rules: 471
% New rule produced :
% [475]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,b),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,Z),X)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2804
% Current number of ordered equations: 1
% Current number of rules: 472
% New rule produced :
% [476]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(V_3,apply(apply(Z,V_3),X))))))
% -> (false)
% Current number of equations to process: 2804
% Current number of ordered equations: 0
% Current number of rules: 473
% New rule produced :
% [477]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2802
% Current number of ordered equations: 1
% Current number of rules: 474
% New rule produced :
% [478]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,apply(b,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 2802
% Current number of ordered equations: 0
% Current number of rules: 475
% New rule produced :
% [479]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(Y,Y)),
% apply(X,Y))),Y))
% -> (false)
% Current number of equations to process: 2816
% Current number of ordered equations: 0
% Current number of rules: 476
% New rule produced :
% [480]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),Z)),X),apply(combinator,
% apply(X,
% apply(X,
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2844
% Current number of ordered equations: 0
% Current number of rules: 477
% New rule produced :
% [481]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),Z)),X),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(Y,X),Z)))))
% -> (false)
% Current number of equations to process: 2843
% Current number of ordered equations: 0
% Current number of rules: 478
% New rule produced :
% [482]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,Y)),Y),apply(combinator,
% apply(Y,apply(Y,apply(
% apply(X,
% apply(b,Y)),Y)))))
% -> (false)
% Current number of equations to process: 2842
% Current number of ordered equations: 0
% Current number of rules: 479
% New rule produced :
% [483]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),Z)),X),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2841
% Current number of ordered equations: 0
% Current number of rules: 480
% New rule produced :
% [484]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(Z,
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2857
% Current number of ordered equations: 0
% Current number of rules: 481
% New rule produced :
% [485]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(Z,
% apply(apply(Y,X),Z)))))
% -> (false)
% Current number of equations to process: 2856
% Current number of ordered equations: 0
% Current number of rules: 482
% New rule produced :
% [486]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(Z,
% apply(apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 2860
% Current number of ordered equations: 0
% Current number of rules: 483
% New rule produced :
% [487]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),X)),apply(combinator,
% apply(apply(apply(s,
% apply(b,X)),
% apply(Y,X)),X))) ->
% (false)
% Current number of equations to process: 2867
% Current number of ordered equations: 0
% Current number of rules: 484
% New rule produced :
% [488]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Y),apply(combinator,
% apply(Y,
% apply(Y,
% apply(apply(X,Y),Y)))))
% -> (false)
% Current number of equations to process: 2871
% Current number of ordered equations: 0
% Current number of rules: 485
% New rule produced :
% [489]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,Y)))),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(X,Y),
% apply(Y,
% apply(X,Y))))))
% -> (false)
% Current number of equations to process: 2878
% Current number of ordered equations: 0
% Current number of rules: 486
% New rule produced :
% [490]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),Y),Z),X),
% apply(combinator,apply(X,apply(X,apply(apply(Z,apply(Y,Z)),X))))) -> (false)
% Current number of equations to process: 2877
% Current number of ordered equations: 0
% Current number of rules: 487
% New rule produced :
% [491]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),Y),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Z,apply(apply(Y,Z),X)))))) -> (false)
% Current number of equations to process: 2876
% Current number of ordered equations: 0
% Current number of rules: 488
% New rule produced :
% [492]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(b,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(X,apply(Z,X))))))) -> (false)
% Current number of equations to process: 2875
% Current number of ordered equations: 0
% Current number of rules: 489
% New rule produced :
% [493]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(Z,V_3)),X))))) ->
% (false)
% Current number of equations to process: 2874
% Current number of ordered equations: 0
% Current number of rules: 490
% New rule produced :
% [494]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,V_3),Z),X))))) ->
% (false)
% Current number of equations to process: 2873
% Current number of ordered equations: 0
% Current number of rules: 491
% New rule produced :
% [495]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Y,Z),
% apply(apply(Z,
% apply(Y,Z)),X)))))
% -> (false)
% Current number of equations to process: 2872
% Current number of ordered equations: 0
% Current number of rules: 492
% New rule produced :
% [496]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Z,apply(apply(Y,Z),X)))))) -> (false)
% Current number of equations to process: 2871
% Current number of ordered equations: 0
% Current number of rules: 493
% New rule produced :
% [497]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(b,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(X,apply(Z,X))))))) -> (false)
% Current number of equations to process: 2870
% Current number of ordered equations: 0
% Current number of rules: 494
% New rule produced :
% [498]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),Z),Y),apply(X,Y))),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(apply(s,Z),X),Y))))) ->
% (false)
% Current number of equations to process: 2871
% Current number of ordered equations: 0
% Current number of rules: 495
% New rule produced :
% [499]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,V_3),apply(Z,V_3)),X)))))
% -> (false)
% Current number of equations to process: 2870
% Current number of ordered equations: 0
% Current number of rules: 496
% New rule produced :
% [500]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),b),X),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,X),
% apply(X,apply(b,X)))),X))
% -> (false)
% Current number of equations to process: 2869
% Current number of ordered equations: 0
% Current number of rules: 497
% New rule produced :
% [501]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),Y),apply(X,Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),X),Y))))
% -> (false)
% Current number of equations to process: 2868
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [502]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),X)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Z),X),
% apply(apply(Y,
% apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 2867
% Current number of ordered equations: 0
% Current number of rules: 499
% New rule produced :
% [503]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(combinator,
% apply(Z,apply(apply(X,Z),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 2883
% Current number of ordered equations: 0
% Current number of rules: 500
% New rule produced :
% [504]
% (eq)(apply(X,apply(apply(apply(s,Y),X),Z)),apply(combinator,apply(X,apply(
% apply(Y,Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 2924
% Current number of ordered equations: 0
% Current number of rules: 501
% New rule produced :
% [505]
% (eq)(apply(apply(apply(s,apply(apply(s,b),s)),X),apply(b,combinator)),
% apply(apply(apply(apply(apply(s,b),b),apply(s,apply(b,combinator))),X),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 2923
% Current number of ordered equations: 0
% Current number of rules: 502
% New rule produced :
% [506]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(c,apply(b,apply(X,Y)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 2922
% Current number of ordered equations: 0
% Current number of rules: 503
% New rule produced :
% [507]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,
% apply(X,Z))),Z)),Y))
% -> (false)
% Current number of equations to process: 2934
% Current number of ordered equations: 0
% Current number of rules: 504
% New rule produced :
% [508]
% (eq)(apply(apply(apply(s,apply(b,X)),X),Y),apply(combinator,apply(X,apply(Y,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 2938
% Current number of ordered equations: 0
% Current number of rules: 505
% New rule produced :
% [509]
% (eq)(apply(X,apply(Y,apply(apply(b,combinator),X))),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(b,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2953
% Current number of ordered equations: 0
% Current number of rules: 506
% New rule produced :
% [510]
% (eq)(apply(X,apply(apply(Y,X),apply(b,combinator))),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(c,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2952
% Current number of ordered equations: 0
% Current number of rules: 507
% New rule produced :
% [511]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),X))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(s,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2951
% Current number of ordered equations: 0
% Current number of rules: 508
% New rule produced :
% [512]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),X),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(b,X))),Y)),X))
% -> (false)
% Current number of equations to process: 2979
% Current number of ordered equations: 0
% Current number of rules: 509
% New rule produced :
% [513]
% (eq)(apply(X,apply(Y,apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(c,
% apply(b,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3001
% Current number of ordered equations: 0
% Current number of rules: 510
% New rule produced :
% [514]
% (eq)(apply(X,apply(apply(Y,Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(c,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3000
% Current number of ordered equations: 0
% Current number of rules: 511
% New rule produced :
% [515]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Z),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(c,X))),Z)),Y))
% -> (false)
% Current number of equations to process: 3011
% Current number of ordered equations: 0
% Current number of rules: 512
% New rule produced :
% [516]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(c,apply(c,Y)))),X),apply(b,combinator)))
% -> (false)
% Current number of equations to process: 3026
% Current number of ordered equations: 0
% Current number of rules: 513
% New rule produced :
% [517]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(b,
% apply(Y,X)))),Z)),X))
% -> (false)
% Current number of equations to process: 3025
% Current number of ordered equations: 0
% Current number of rules: 514
% New rule produced :
% [518]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(c,Y))),
% apply(Z,X))),X)) -> (false)
% Current number of equations to process: 3024
% Current number of ordered equations: 0
% Current number of rules: 515
% New rule produced :
% [519]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(c,
% apply(s,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3023
% Current number of ordered equations: 0
% Current number of rules: 516
% New rule produced :
% [520]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(s,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3022
% Current number of ordered equations: 0
% Current number of rules: 517
% New rule produced :
% [521]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(s,X))),Z)),Y))
% -> (false)
% Current number of equations to process: 3028
% Current number of ordered equations: 0
% Current number of rules: 518
% New rule produced :
% [522]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(b,combinator)),
% apply(apply(apply(apply(s,s),apply(c,Y)),apply(b,combinator)),apply(X,Y))) ->
% (false)
% Current number of equations to process: 3045
% Current number of ordered equations: 0
% Current number of rules: 519
% New rule produced :
% [523]
% (eq)(apply(X,apply(apply(apply(s,X),Y),X)),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,c),Y),X),X))))
% -> (false)
% Current number of equations to process: 3057
% Current number of ordered equations: 0
% Current number of rules: 520
% New rule produced :
% [524]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),
% apply(Y,X)),X)),X))
% -> (false)
% Current number of equations to process: 3056
% Current number of ordered equations: 0
% Current number of rules: 521
% New rule produced :
% [525]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),X),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),X),X)),X))
% -> (false)
% Current number of equations to process: 3066
% Current number of ordered equations: 0
% Current number of rules: 522
% New rule produced :
% [526]
% (eq)(apply(X,apply(combinator,apply(X,apply(Y,apply(b,combinator))))),
% apply(apply(apply(apply(s,s),apply(apply(s,c),Y)),apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 3077
% Current number of ordered equations: 0
% Current number of rules: 523
% New rule produced :
% [527]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(b,Y))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),Z),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 3077
% Current number of ordered equations: 0
% Current number of rules: 524
% New rule produced :
% [528]
% (eq)(apply(X,apply(Y,apply(X,apply(Y,apply(b,Y))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(s,c)),b),Y)),X))
% -> (false)
% Current number of equations to process: 3076
% Current number of ordered equations: 0
% Current number of rules: 525
% New rule produced :
% [529]
% (eq)(apply(X,apply(apply(apply(s,X),apply(s,apply(b,combinator))),X)),
% apply(apply(apply(apply(apply(s,b),apply(s,c)),apply(s,apply(b,combinator))),X),X))
% -> (false)
% Current number of equations to process: 3075
% Current number of ordered equations: 0
% Current number of rules: 526
% New rule produced :
% [530]
% (eq)(apply(apply(X,apply(Y,Z)),apply(apply(apply(s,V_3),apply(apply(b,X),Y)),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(V_3,Z)),apply(X,apply(Y,Z))))
% -> (false)
% Current number of equations to process: 3074
% Current number of ordered equations: 0
% Current number of rules: 527
% New rule produced :
% [531]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(s,V_3),apply(apply(c,X),Z)),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(V_3,Y)),apply(apply(X,Y),Z)))
% -> (false)
% Current number of equations to process: 3073
% Current number of ordered equations: 0
% Current number of rules: 528
% New rule produced :
% [532]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(s,Z)),Y),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(Y,X))),apply(X,
% apply(Y,X))))
% -> (false)
% Current number of equations to process: 3072
% Current number of ordered equations: 0
% Current number of rules: 529
% New rule produced :
% [533]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,Z),V_3)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Z,Y),apply(V_3,Y))),
% apply(X,Y))) -> (false)
% Current number of equations to process: 3071
% Current number of ordered equations: 0
% Current number of rules: 530
% New rule produced :
% [534]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,X)))),X),apply(Y,X)),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),apply(Y,X)))),Y),X))
% -> (false)
% Current number of equations to process: 3069
% Current number of ordered equations: 1
% Current number of rules: 531
% New rule produced :
% [535]
% (eq)(apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),X),Y)),Y),apply(X,Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(Y,apply(X,Y)))) ->
% (false)
% Current number of equations to process: 3069
% Current number of ordered equations: 0
% Current number of rules: 532
% New rule produced :
% [536]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(Z,Y)),apply(Z,Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,X),Z),Y)),
% apply(Z,Y))) -> (false)
% Current number of equations to process: 3068
% Current number of ordered equations: 0
% Current number of rules: 533
% New rule produced :
% [537]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,X)),b),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),Y),
% apply(b,Y))),X))
% -> (false)
% Current number of equations to process: 3073
% Current number of ordered equations: 0
% Current number of rules: 534
% New rule produced :
% [538]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,
% apply(X,Y))),Y)),Y))
% -> (false)
% Current number of equations to process: 3093
% Current number of ordered equations: 0
% Current number of rules: 535
% New rule produced :
% [539]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(c,Y))),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),Z),
% apply(c,Y)),X))))
% -> (false)
% Current number of equations to process: 3123
% Current number of ordered equations: 0
% Current number of rules: 536
% New rule produced :
% [540]
% (eq)(apply(X,apply(apply(Y,apply(Y,apply(c,Y))),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(s,c)),c),Y)),X))
% -> (false)
% Current number of equations to process: 3122
% Current number of ordered equations: 0
% Current number of rules: 537
% New rule produced :
% [541]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(b,combinator),apply(apply(b,X),Y))))),
% apply(apply(apply(apply(s,s),apply(b,Z)),apply(b,combinator)),apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 3121
% Current number of ordered equations: 0
% Current number of rules: 538
% New rule produced :
% [542]
% (eq)(apply(apply(X,apply(Y,apply(apply(b,combinator),apply(apply(c,X),Z)))),Z),
% apply(apply(apply(apply(s,s),apply(b,Y)),apply(b,combinator)),apply(apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 3120
% Current number of ordered equations: 0
% Current number of rules: 539
% New rule produced :
% [543]
% (eq)(apply(apply(X,apply(b,combinator)),apply(Y,apply(apply(b,combinator),
% apply(X,apply(b,combinator))))),
% apply(apply(apply(s,apply(apply(s,s),apply(b,Y))),X),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 3119
% Current number of ordered equations: 0
% Current number of rules: 540
% New rule produced :
% [544]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),c),Y),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),Y),
% apply(c,Y))),X))
% -> (false)
% Current number of equations to process: 3126
% Current number of ordered equations: 0
% Current number of rules: 541
% New rule produced :
% [545]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,Y)),Z)),
% apply(X,Z))) -> (false)
% Current number of equations to process: 3147
% Current number of ordered equations: 0
% Current number of rules: 542
% New rule produced :
% [546]
% (eq)(apply(X,apply(X,apply(Y,apply(b,combinator)))),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,b),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3196
% Current number of ordered equations: 0
% Current number of rules: 543
% New rule produced :
% [547]
% (eq)(apply(X,apply(apply(X,apply(b,combinator)),Y)),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,c),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3195
% Current number of ordered equations: 0
% Current number of rules: 544
% New rule produced :
% [548]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Y),apply(b,combinator)),
% apply(apply(apply(apply(s,s),apply(c,apply(apply(c,X),Y))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 3211
% Current number of ordered equations: 0
% Current number of rules: 545
% New rule produced :
% [549]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(b,Y)),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Z),
% apply(Y,
% apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 3274
% Current number of ordered equations: 0
% Current number of rules: 546
% New rule produced :
% [550]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(c,Y)),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Z),
% apply(
% apply(Y,X),Z))),X))
% -> (false)
% Current number of equations to process: 3273
% Current number of ordered equations: 0
% Current number of rules: 547
% New rule produced :
% [551]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,Y))),X)),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),
% apply(
% apply(b,Z),V_3)),Y),X))
% -> (false)
% Current number of equations to process: 3272
% Current number of ordered equations: 0
% Current number of rules: 548
% New rule produced :
% [552]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),V_3)),X)),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),
% apply(
% apply(c,Z),V_3)),Y),X))
% -> (false)
% Current number of equations to process: 3271
% Current number of ordered equations: 0
% Current number of rules: 549
% New rule produced :
% [553]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Y),
% apply(
% apply(X,Y),Y))),Y))
% -> (false)
% Current number of equations to process: 3286
% Current number of ordered equations: 0
% Current number of rules: 550
% New rule produced :
% [554]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(Z,apply(Y,Z)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,c)),Y),Z),X))))
% -> (false)
% Current number of equations to process: 3317
% Current number of ordered equations: 0
% Current number of rules: 551
% New rule produced :
% [555]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,X)),apply(combinator,
% apply(Y,apply(apply(
% apply(
% apply(s,c),Z),X),Y))))
% -> (false)
% Current number of equations to process: 3329
% Current number of ordered equations: 0
% Current number of rules: 552
% New rule produced :
% [556]
% (eq)(apply(X,apply(apply(X,X),apply(Y,X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,c),Y)),X),X)))
% -> (false)
% Current number of equations to process: 3328
% Current number of ordered equations: 0
% Current number of rules: 553
% New rule produced :
% [557]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),Y),X)),X))
% -> (false)
% Current number of equations to process: 3340
% Current number of ordered equations: 0
% Current number of rules: 554
% New rule produced :
% [558]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(b,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 3340
% Current number of ordered equations: 0
% Current number of rules: 555
% New rule produced :
% [559]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(c,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 3339
% Current number of ordered equations: 0
% Current number of rules: 556
% New rule produced :
% [560]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(Y,Z),X))),Y),Z)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),Z),apply(Y,Z)),X)))) ->
% (false)
% Current number of equations to process: 3338
% Current number of ordered equations: 0
% Current number of rules: 557
% New rule produced :
% [561]
% (eq)(apply(apply(apply(apply(s,b),apply(b,combinator)),X),apply(Y,apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(apply(s,c),Y)),apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 3337
% Current number of ordered equations: 0
% Current number of rules: 558
% New rule produced :
% [562]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),Z)),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3357
% Current number of ordered equations: 0
% Current number of rules: 559
% New rule produced :
% [563]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(Z,apply(X,Z)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3363
% Current number of ordered equations: 0
% Current number of rules: 560
% New rule produced :
% [564]
% (eq)(apply(X,apply(apply(Y,apply(Z,V_3)),apply(X,V_3))),apply(combinator,
% apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(b,Y),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 3362
% Current number of ordered equations: 0
% Current number of rules: 561
% New rule produced :
% [565]
% (eq)(apply(X,apply(apply(apply(Y,Z),V_3),apply(X,Z))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,Y),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 3361
% Current number of ordered equations: 0
% Current number of rules: 562
% New rule produced :
% [566]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),Z)))
% -> (false)
% Rule
% [204]
% (eq)(apply(X,apply(apply(Y,X),apply(X,X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 3366
% Current number of ordered equations: 0
% Current number of rules: 562
% New rule produced :
% [567]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 3367
% Current number of ordered equations: 0
% Current number of rules: 563
% New rule produced :
% [568]
% (eq)(apply(apply(X,Y),apply(apply(Z,Y),apply(apply(X,Y),Y))),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,Z),
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 3373
% Current number of ordered equations: 1
% Current number of rules: 564
% New rule produced :
% [569]
% (eq)(apply(apply(X,Y),apply(apply(Y,Z),apply(apply(X,Y),Z))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,s),X),Y),Z))))
% -> (false)
% Current number of equations to process: 3373
% Current number of ordered equations: 0
% Current number of rules: 565
% New rule produced :
% [570]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Z)),apply(X,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,Y),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 3372
% Current number of ordered equations: 0
% Current number of rules: 566
% New rule produced :
% [571]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(s,Y),X),apply(Z,X))))) -> (false)
% Current number of equations to process: 3371
% Current number of ordered equations: 0
% Current number of rules: 567
% New rule produced :
% [572]
% (eq)(apply(X,apply(Y,apply(apply(X,Z),apply(Z,apply(X,Z))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,
% apply(b,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 0
% Current number of rules: 568
% New rule produced :
% [573]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),apply(X,apply(Z,V_3)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(Y,V_3)),X),apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 3378
% Current number of ordered equations: 0
% Current number of rules: 569
% New rule produced :
% [574]
% (eq)(apply(apply(X,Y),apply(apply(Y,apply(X,Y)),apply(Z,Y))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(
% apply(s,c),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 3377
% Current number of ordered equations: 0
% Current number of rules: 570
% New rule produced :
% [575]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),apply(V_3,Y)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,c),
% apply(
% apply(s,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 3376
% Current number of ordered equations: 0
% Current number of rules: 571
% New rule produced :
% [576]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),Z)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(Y,
% apply(Z,X))),Z),X))))
% -> (false)
% Current number of equations to process: 3375
% Current number of ordered equations: 0
% Current number of rules: 572
% New rule produced :
% [577]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(Z,Y)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),Z),Y)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 3374
% Current number of ordered equations: 0
% Current number of rules: 573
% New rule produced :
% [578]
% (eq)(apply(X,apply(Y,apply(apply(Z,V_3),apply(X,apply(Y,V_3))))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,Z),
% apply(
% apply(b,X),Y)),V_3)))))
% -> (false)
% Current number of equations to process: 3373
% Current number of ordered equations: 0
% Current number of rules: 574
% New rule produced :
% [579]
% (eq)(apply(apply(X,apply(apply(Y,Z),apply(apply(X,Z),V_3))),V_3),apply(combinator,
% apply(
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(c,X),V_3)),Z)),V_3)))
% -> (false)
% Current number of equations to process: 3372
% Current number of ordered equations: 0
% Current number of rules: 575
% New rule produced :
% [580]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),V_3),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,
% apply(b,s)),Z),Y),X),V_3))))
% -> (false)
% Current number of equations to process: 3371
% Current number of ordered equations: 0
% Current number of rules: 576
% New rule produced :
% [581]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),V_3)),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(
% apply(s,b),Z),Y)),X),V_3))))
% -> (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 0
% Current number of rules: 577
% New rule produced :
% [582]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,Z))),apply(X,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,
% apply(b,Y)),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 3369
% Current number of ordered equations: 0
% Current number of rules: 578
% New rule produced :
% [583]
% (eq)(apply(X,apply(Y,apply(apply(X,Z),Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,
% apply(c,
% apply(b,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3368
% Current number of ordered equations: 0
% Current number of rules: 579
% New rule produced :
% [584]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,
% apply(c,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3367
% Current number of ordered equations: 0
% Current number of rules: 580
% New rule produced :
% [585]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(b,combinator))),apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(c,apply(s,apply(c,Y)))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3366
% Current number of ordered equations: 0
% Current number of rules: 581
% New rule produced :
% [586]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 3389
% Current number of ordered equations: 0
% Current number of rules: 582
% New rule produced :
% [587]
% (eq)(apply(apply(apply(apply(s,b),apply(b,combinator)),X),apply(X,X)),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),X),X)) ->
% (false)
% Current number of equations to process: 3391
% Current number of ordered equations: 0
% Current number of rules: 583
% New rule produced :
% [588]
% (eq)(apply(apply(apply(s,X),apply(apply(b,Y),apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(Y,
% apply(apply(X,Z),Z)))))
% -> (false)
% Current number of equations to process: 3398
% Current number of ordered equations: 0
% Current number of rules: 584
% New rule produced :
% [589]
% (eq)(apply(apply(apply(s,X),apply(apply(c,Y),apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 3397
% Current number of ordered equations: 0
% Current number of rules: 585
% New rule produced :
% [590]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(Z,apply(X,V_3)))),V_3),apply(combinator,
% apply(
% apply(X,V_3),
% apply(
% apply(Y,
% apply(Z,
% apply(X,V_3))),V_3))))
% -> (false)
% Current number of equations to process: 3407
% Current number of ordered equations: 0
% Current number of rules: 586
% New rule produced :
% [591]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,apply(X,Z)),V_3)),Z),apply(combinator,
% apply(
% apply(X,Z),
% apply(
% apply(
% apply(Y,
% apply(X,Z)),V_3),Z))))
% -> (false)
% Current number of equations to process: 3406
% Current number of ordered equations: 0
% Current number of rules: 587
% New rule produced :
% [592]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),X),Z)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(Y,Z),
% apply(X,Z)),Z))))
% -> (false)
% Current number of equations to process: 3404
% Current number of ordered equations: 1
% Current number of rules: 588
% New rule produced :
% [593]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,Z),apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(
% apply(s,Y),X),Z),Z))))
% -> (false)
% Current number of equations to process: 3404
% Current number of ordered equations: 0
% Current number of rules: 589
% New rule produced :
% [594]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,Z),
% apply(apply(X,Z),Z)))))
% -> (false)
% Current number of equations to process: 3403
% Current number of ordered equations: 0
% Current number of rules: 590
% New rule produced :
% [595]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),X),Y),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,
% apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 3406
% Current number of ordered equations: 0
% Current number of rules: 591
% New rule produced :
% [596]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,Z))),Z),apply(combinator,
% apply(apply(apply(
% apply(s,b),Y),
% apply(X,Z)),Z))) ->
% (false)
% Current number of equations to process: 3410
% Current number of ordered equations: 0
% Current number of rules: 592
% New rule produced :
% [597]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,apply(apply(b,X),Z))),Z),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,apply(apply(b,X),Z)),Z))))) ->
% (false)
% Current number of equations to process: 3420
% Current number of ordered equations: 0
% Current number of rules: 593
% New rule produced :
% [598]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(Y,apply(apply(c,X),Z))),Z),
% apply(combinator,apply(apply(X,apply(apply(Y,apply(apply(c,X),Z)),Z)),Z))) ->
% (false)
% Current number of equations to process: 3419
% Current number of ordered equations: 0
% Current number of rules: 594
% New rule produced :
% [599]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(Y,apply(Z,apply(apply(X,Z),Z)))))) ->
% (false)
% Current number of equations to process: 3418
% Current number of ordered equations: 0
% Current number of rules: 595
% New rule produced :
% [600]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),Y),Z),apply(combinator,
% apply(Y,apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3434
% Current number of ordered equations: 0
% Current number of rules: 596
% New rule produced :
% [601]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),Y),Z),apply(combinator,
% apply(Y,apply(apply(X,Z),Y))))
% -> (false)
% Current number of equations to process: 3436
% Current number of ordered equations: 0
% Current number of rules: 597
% New rule produced :
% [602]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Z),apply(combinator,
% apply(Y,apply(apply(X,Z),
% apply(Y,Z))))) ->
% (false)
% Rule
% [467]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(combinator,
% apply(Y,apply(apply(X,Y),
% apply(Y,Y))))) ->
% (false) collapsed.
% Current number of equations to process: 3440
% Current number of ordered equations: 0
% Current number of rules: 597
% New rule produced :
% [603]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),V_3),apply(combinator,
% apply(Z,
% apply(
% apply(X,
% apply(Y,Z)),V_3))))
% -> (false)
% Rule
% [350]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(X,
% apply(Y,Z)),Z))))
% -> (false) collapsed.
% Current number of equations to process: 3439
% Current number of ordered equations: 0
% Current number of rules: 597
% New rule produced :
% [604]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),V_3),apply(combinator,
% apply(Z,
% apply(
% apply(
% apply(X,Z),Y),V_3))))
% -> (false)
% Rule
% [363]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(
% apply(X,Z),Y),Z))))
% -> (false) collapsed.
% Current number of equations to process: 3438
% Current number of ordered equations: 0
% Current number of rules: 597
% New rule produced :
% [605]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),Z),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,apply(X,Y)),Z))))
% -> (false)
% Rule
% [371]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(X,Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,
% apply(X,Y)),
% apply(X,Y)))))
% -> (false) collapsed.
% Current number of equations to process: 3436
% Current number of ordered equations: 1
% Current number of rules: 597
% New rule produced :
% [606]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,Z)),Z),apply(combinator,
% apply(apply(apply(s,Y),
% apply(X,apply(Y,Z))),Z)))
% -> (false)
% Current number of equations to process: 3436
% Current number of ordered equations: 0
% Current number of rules: 598
% New rule produced :
% [607]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),V_3),apply(combinator,
% apply(Z,
% apply(
% apply(
% apply(X,Z),
% apply(Y,Z)),V_3))))
% -> (false)
% Rule
% [374]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),Z),apply(combinator,
% apply(Z,
% apply(apply(
% apply(X,Z),
% apply(Y,Z)),Z))))
% -> (false) collapsed.
% Current number of equations to process: 3435
% Current number of ordered equations: 0
% Current number of rules: 598
% New rule produced :
% [608]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(X,Y))),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,Y)),Z),
% apply(X,Y)))) ->
% (false)
% Current number of equations to process: 3440
% Current number of ordered equations: 0
% Current number of rules: 599
% New rule produced :
% [609]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(Y,
% apply(apply(X,Y),Z)))))
% -> (false)
% Rule
% [488]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Y),apply(combinator,
% apply(Y,
% apply(Y,
% apply(apply(X,Y),Y)))))
% -> (false) collapsed.
% Current number of equations to process: 3444
% Current number of ordered equations: 0
% Current number of rules: 599
% New rule produced :
% [610]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(X,
% apply(Z,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 3445
% Current number of ordered equations: 0
% Current number of rules: 600
% New rule produced :
% [611]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(b,Y),Z)),V_3),apply(combinator,
% apply(Y,
% apply(Z,
% apply(
% apply(X,
% apply(
% apply(b,Y),Z)),V_3)))))
% -> (false)
% Current number of equations to process: 3451
% Current number of ordered equations: 0
% Current number of rules: 601
% New rule produced :
% [612]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(c,Y),Z)),V_3),apply(combinator,
% apply(
% apply(Y,
% apply(
% apply(X,
% apply(
% apply(c,Y),Z)),V_3)),Z)))
% -> (false)
% Current number of equations to process: 3450
% Current number of ordered equations: 0
% Current number of rules: 602
% New rule produced :
% [613]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(Z,Y)),V_3),apply(combinator,
% apply(
% apply(Z,Y),
% apply(
% apply(
% apply(
% apply(s,X),Z),Y),V_3))))
% -> (false)
% Current number of equations to process: 3449
% Current number of ordered equations: 0
% Current number of rules: 603
% New rule produced :
% [614]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),Z),V_3)))) ->
% (false)
% Rule
% [416]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),Z),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 3446
% Current number of ordered equations: 2
% Current number of rules: 603
% New rule produced :
% [615]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(Y,apply(apply(X,Y),apply(V_3,apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 3446
% Current number of ordered equations: 1
% Current number of rules: 604
% New rule produced :
% [616]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(V_3,Z))),apply(combinator,
% apply(Y,
% apply(
% apply(
% apply(s,
% apply(b,
% apply(X,Y))),V_3),Z))))
% -> (false)
% Rule
% [450]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(Z,Y))),apply(combinator,
% apply(Y,
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),Z),Y))))
% -> (false) collapsed.
% Current number of equations to process: 3446
% Current number of ordered equations: 0
% Current number of rules: 604
% New rule produced :
% [617]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),Z)),V_3)))) ->
% (false)
% Rule
% [419]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),Z)),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 3445
% Current number of ordered equations: 0
% Current number of rules: 604
% New rule produced :
% [618]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,apply(Y,Z))),V_3)))) ->
% (false)
% Rule
% [421]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,apply(Y,Z))),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 3444
% Current number of ordered equations: 0
% Current number of rules: 604
% New rule produced :
% [619]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(X,Y)),V_3)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),Z),apply(X,Y)),V_3))))
% -> (false)
% Rule
% [433]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(X,Y)),Y)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),Z),apply(X,Y)),Y)))) ->
% (false) collapsed.
% Current number of equations to process: 3443
% Current number of ordered equations: 0
% Current number of rules: 604
% New rule produced :
% [620]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),Y),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Z),
% apply(Y,Z))),
% apply(X,Z))) ->
% (false)
% Current number of equations to process: 3483
% Current number of ordered equations: 0
% Current number of rules: 605
% New rule produced :
% [621]
% (eq)(apply(X,apply(Y,apply(combinator,apply(X,X)))),apply(apply(apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(b,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3517
% Current number of ordered equations: 0
% Current number of rules: 606
% New rule produced :
% [622]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),X))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(c,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3516
% Current number of ordered equations: 0
% Current number of rules: 607
% New rule produced :
% [623]
% (eq)(apply(X,apply(apply(Y,X),apply(combinator,apply(X,X)))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(s,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3515
% Current number of ordered equations: 0
% Current number of rules: 608
% New rule produced :
% [624]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(b,combinator)),Y),
% apply(apply(apply(apply(s,s),apply(s,X)),apply(b,combinator)),Y)) -> (false)
% Current number of equations to process: 3528
% Current number of ordered equations: 0
% Current number of rules: 609
% New rule produced :
% [625]
% (eq)(apply(apply(apply(s,apply(s,apply(apply(s,b),X))),Y),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(s,X))),Y),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 3526
% Current number of ordered equations: 0
% Current number of rules: 610
% New rule produced :
% [626]
% (eq)(apply(apply(X,Y),apply(combinator,apply(Y,apply(apply(X,Y),Y)))),
% apply(apply(apply(s,apply(apply(apply(s,b),c),apply(s,apply(b,combinator)))),X),Y))
% -> (false)
% Current number of equations to process: 3535
% Current number of ordered equations: 0
% Current number of rules: 611
% New rule produced :
% [627]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),apply(b,combinator)),X),X)),
% apply(apply(apply(apply(s,s),apply(s,apply(c,apply(Y,X)))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3534
% Current number of ordered equations: 0
% Current number of rules: 612
% New rule produced :
% [628]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(Y,Z))),Y),Z),X)),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Z),apply(Y,Z)),X))
% -> (false)
% Current number of equations to process: 3533
% Current number of ordered equations: 0
% Current number of rules: 613
% New rule produced :
% [629]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,Y)),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(
% apply(b,Z),V_3)),Y)),X))
% -> (false)
% Current number of equations to process: 3532
% Current number of ordered equations: 0
% Current number of rules: 614
% New rule produced :
% [630]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,Y),V_3),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(
% apply(c,Z),V_3)),Y)),X))
% -> (false)
% Current number of equations to process: 3531
% Current number of ordered equations: 0
% Current number of rules: 615
% New rule produced :
% [631]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(X,Y)),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),Z),apply(X,Y))),Y))
% -> (false)
% Current number of equations to process: 3530
% Current number of ordered equations: 0
% Current number of rules: 616
% New rule produced :
% [632]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(Z,Y),X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(
% apply(s,b),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 3529
% Current number of ordered equations: 0
% Current number of rules: 617
% New rule produced :
% [633]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(Y,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(s,
% apply(b,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 3528
% Current number of ordered equations: 0
% Current number of rules: 618
% New rule produced :
% [634]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(V_3,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,
% apply(
% apply(b,Y),Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 3526
% Current number of ordered equations: 1
% Current number of rules: 619
% New rule produced :
% [635]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(V_3,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,Y)),
% apply(apply(b,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 3526
% Current number of ordered equations: 0
% Current number of rules: 620
% New rule produced :
% [636]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,
% apply(
% apply(c,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 3524
% Current number of ordered equations: 1
% Current number of rules: 621
% New rule produced :
% [637]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),V_3)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,Y)),
% apply(apply(c,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 3524
% Current number of ordered equations: 0
% Current number of rules: 622
% New rule produced :
% [638]
% (eq)(apply(X,apply(apply(apply(s,Y),X),apply(Z,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(b,
% apply(Y,
% apply(Z,X)))),Z)),X))
% -> (false)
% Current number of equations to process: 3523
% Current number of ordered equations: 0
% Current number of rules: 623
% New rule produced :
% [639]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,apply(b,combinator))),X),
% apply(apply(apply(apply(s,s),apply(apply(b,apply(b,X)),Y)),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3545
% Current number of ordered equations: 0
% Current number of rules: 624
% New rule produced :
% [640]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(apply(b,apply(c,X)),Z)),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 0
% Current number of rules: 625
% New rule produced :
% [641]
% (eq)(apply(X,apply(apply(apply(s,apply(b,combinator)),Y),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,c),
% apply(Y,X))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3620
% Current number of ordered equations: 0
% Current number of rules: 626
% New rule produced :
% [642]
% (eq)(apply(X,apply(combinator,apply(apply(apply(apply(s,b),Y),X),X))),
% apply(apply(apply(apply(s,s),apply(apply(c,s),apply(Y,X))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3638
% Current number of ordered equations: 0
% Current number of rules: 627
% New rule produced :
% [643]
% (eq)(apply(X,apply(Y,apply(combinator,apply(Z,X)))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,
% apply(b,
% apply(b,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3637
% Current number of ordered equations: 0
% Current number of rules: 628
% New rule produced :
% [644]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),Y),Z),X),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,X),apply(Z,apply(Y,Z)))),X))
% -> (false)
% Current number of equations to process: 3636
% Current number of ordered equations: 0
% Current number of rules: 629
% New rule produced :
% [645]
% (eq)(apply(X,apply(Y,apply(apply(b,combinator),X))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,b)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3658
% Current number of ordered equations: 0
% Current number of rules: 630
% New rule produced :
% [646]
% (eq)(apply(X,apply(apply(Y,X),apply(b,combinator))),apply(apply(apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,c)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3657
% Current number of ordered equations: 0
% Current number of rules: 631
% New rule produced :
% [647]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),X))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,s)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3661
% Current number of ordered equations: 0
% Current number of rules: 632
% New rule produced :
% [648]
% (eq)(apply(apply(b,X),apply(apply(apply(apply(s,s),b),apply(b,X)),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(b,apply(b,X))),X)) ->
% (false)
% Current number of equations to process: 3720
% Current number of ordered equations: 0
% Current number of rules: 633
% New rule produced :
% [649]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),b)),X),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(b,X)),X)) -> (false)
% Current number of equations to process: 3734
% Current number of ordered equations: 0
% Current number of rules: 634
% New rule produced :
% [650]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,Y),apply(b,Y))))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(c,
% apply(b,X))),
% apply(b,Y))) ->
% (false)
% Current number of equations to process: 3743
% Current number of ordered equations: 0
% Current number of rules: 635
% New rule produced :
% [651]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(c,apply(c,X))),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,apply(c,X))),Y)) ->
% (false)
% Current number of equations to process: 3770
% Current number of ordered equations: 0
% Current number of rules: 636
% New rule produced :
% [652]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(apply(s,b),c)),X),X),X),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,X)),X)) -> (false)
% Current number of equations to process: 3795
% Current number of ordered equations: 0
% Current number of rules: 637
% New rule produced :
% [653]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,Y),Z)),V_3),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,V_3),apply(Y,apply(Z,V_3)))),X))
% -> (false)
% Current number of equations to process: 3806
% Current number of ordered equations: 0
% Current number of rules: 638
% New rule produced :
% [654]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,Y),Z)),V_3),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,V_3),apply(apply(Y,V_3),Z))),X))
% -> (false)
% Current number of equations to process: 3805
% Current number of ordered equations: 0
% Current number of rules: 639
% New rule produced :
% [655]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),apply(V_3,Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(X,apply(Y,Z))),V_3)),Z))
% -> (false)
% Current number of equations to process: 3803
% Current number of ordered equations: 0
% Current number of rules: 640
% New rule produced :
% [656]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),apply(V_3,Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(apply(X,Z),Y)),V_3)),Z))
% -> (false)
% Current number of equations to process: 3802
% Current number of ordered equations: 0
% Current number of rules: 641
% New rule produced :
% [657]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),X))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,
% apply(b,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 3813
% Current number of ordered equations: 0
% Current number of rules: 642
% New rule produced :
% [658]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,
% apply(c,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 3812
% Current number of ordered equations: 0
% Current number of rules: 643
% New rule produced :
% [659]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(Y,X))),Z),X))))
% -> (false)
% Current number of equations to process: 3818
% Current number of ordered equations: 0
% Current number of rules: 644
% New rule produced :
% [660]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(s,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 3817
% Current number of ordered equations: 0
% Current number of rules: 645
% New rule produced :
% [661]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,apply(c,Y)),X)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),Z),
% apply(c,Y)),X))))
% -> (false)
% Current number of equations to process: 3816
% Current number of ordered equations: 0
% Current number of rules: 646
% New rule produced :
% [662]
% (eq)(apply(X,apply(apply(Y,apply(X,X)),X)),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(c,Y))),X),X)))
% -> (false)
% Current number of equations to process: 3826
% Current number of ordered equations: 0
% Current number of rules: 647
% New rule produced :
% [663]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(c,Z)),
% apply(Y,Z)),X))))
% -> (false)
% Current number of equations to process: 3825
% Current number of ordered equations: 0
% Current number of rules: 648
% New rule produced :
% [664]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,apply(Y,X))))),Y),X),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),Y),X)) -> (false)
% Current number of equations to process: 3839
% Current number of ordered equations: 0
% Current number of rules: 649
% New rule produced :
% [665]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,Y)),
% apply(
% apply(b,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 3839
% Current number of ordered equations: 1
% Current number of rules: 650
% New rule produced :
% [666]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(
% apply(b,Y),Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 3839
% Current number of ordered equations: 0
% Current number of rules: 651
% New rule produced :
% [667]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),V_3)),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,Y)),
% apply(
% apply(c,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 3837
% Current number of ordered equations: 1
% Current number of rules: 652
% New rule produced :
% [668]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),V_3),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(
% apply(c,Y),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 3837
% Current number of ordered equations: 0
% Current number of rules: 653
% New rule produced :
% [669]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(s,
% apply(b,Y)))),Z),X))))
% -> (false)
% Current number of equations to process: 3836
% Current number of ordered equations: 0
% Current number of rules: 654
% New rule produced :
% [670]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),apply(V_3,X))),X)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(c,Y)),
% apply(
% apply(s,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 3835
% Current number of ordered equations: 0
% Current number of rules: 655
% New rule produced :
% [671]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(Y,X)),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(c,
% apply(
% apply(s,b),Z))),Y),X))))
% -> (false)
% Current number of equations to process: 3834
% Current number of ordered equations: 0
% Current number of rules: 656
% New rule produced :
% [672]
% (eq)(apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),X),Y)),Y),apply(X,Y)),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),X),Y)) -> (false)
% Current number of equations to process: 3837
% Current number of ordered equations: 0
% Current number of rules: 657
% New rule produced :
% [673]
% (eq)(apply(apply(apply(s,apply(s,apply(apply(apply(s,apply(b,b)),X),Y))),X),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Y),apply(X,Y))) -> (false)
% Current number of equations to process: 3854
% Current number of ordered equations: 0
% Current number of rules: 658
% New rule produced :
% [674]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(b,Y))),
% apply(b,Z))),X)) -> (false)
% Current number of equations to process: 3873
% Current number of ordered equations: 0
% Current number of rules: 659
% New rule produced :
% [675]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(b,Y))),
% apply(c,Z))),X)) -> (false)
% Current number of equations to process: 3872
% Current number of ordered equations: 0
% Current number of rules: 660
% New rule produced :
% [676]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(b,X))),Y)),X))
% -> (false)
% Current number of equations to process: 3878
% Current number of ordered equations: 0
% Current number of rules: 661
% New rule produced :
% [677]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 3899
% Current number of ordered equations: 0
% Current number of rules: 662
% New rule produced :
% [678]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(c,
% apply(b,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3901
% Current number of ordered equations: 0
% Current number of rules: 663
% New rule produced :
% [679]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(s,apply(c,
% apply(c,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 3900
% Current number of ordered equations: 0
% Current number of rules: 664
% New rule produced :
% [680]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(c,X))),Z)),Y))
% -> (false)
% Current number of equations to process: 3906
% Current number of ordered equations: 0
% Current number of rules: 665
% New rule produced :
% [681]
% (eq)(apply(apply(X,Y),apply(apply(s,apply(b,combinator)),apply(Y,apply(X,Y)))),
% apply(apply(apply(s,apply(apply(apply(s,b),b),apply(s,apply(b,combinator)))),X),Y))
% -> (false)
% Current number of equations to process: 3919
% Current number of ordered equations: 1
% Current number of rules: 666
% New rule produced :
% [682]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(s,apply(b,combinator))),X)),
% apply(apply(apply(apply(s,apply(apply(s,b),b)),Y),apply(s,apply(b,combinator))),X))
% -> (false)
% Current number of equations to process: 3919
% Current number of ordered equations: 0
% Current number of rules: 667
% New rule produced :
% [683]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(Y,V_3))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,Z)),V_3)),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 3918
% Current number of ordered equations: 0
% Current number of rules: 668
% New rule produced :
% [684]
% (eq)(apply(apply(X,apply(Y,apply(apply(X,Z),V_3))),V_3),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,Y)),Z)),
% apply(apply(c,X),V_3)))
% -> (false)
% Current number of equations to process: 3917
% Current number of ordered equations: 0
% Current number of rules: 669
% New rule produced :
% [685]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(c,
% apply(X,Z))),Y)),Z))
% -> (false)
% Current number of equations to process: 3930
% Current number of ordered equations: 0
% Current number of rules: 670
% New rule produced :
% [686]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),Y)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(c,
% apply(s,X))),Z)),Y))
% -> (false)
% Current number of equations to process: 3952
% Current number of ordered equations: 0
% Current number of rules: 671
% New rule produced :
% [687]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,Y)),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,s),Z),Y),X))))
% -> (false)
% Current number of equations to process: 3973
% Current number of ordered equations: 0
% Current number of rules: 672
% New rule produced :
% [688]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(Y,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,s),
% apply(b,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 3975
% Current number of ordered equations: 0
% Current number of rules: 673
% New rule produced :
% [689]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,s),
% apply(c,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 3974
% Current number of ordered equations: 0
% Current number of rules: 674
% New rule produced :
% [690]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(Y,X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),
% apply(s,Z)),Y),X))))
% -> (false)
% Current number of equations to process: 3973
% Current number of ordered equations: 0
% Current number of rules: 675
% New rule produced :
% [691]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,X),Y)),apply(combinator,
% apply(Y,
% apply(apply(
% apply(
% apply(s,s),Z),X),Y))))
% -> (false)
% Current number of equations to process: 3979
% Current number of ordered equations: 0
% Current number of rules: 676
% New rule produced :
% [692]
% (eq)(apply(X,apply(apply(X,X),apply(apply(Y,X),X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,s),Y)),X),X)))
% -> (false)
% Current number of equations to process: 3978
% Current number of ordered equations: 0
% Current number of rules: 677
% New rule produced :
% [693]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(Z,X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,
% apply(c,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 3993
% Current number of ordered equations: 0
% Current number of rules: 678
% New rule produced :
% [694]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(apply(Z,apply(Y,Z)),X))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,s)),Y),Z),X)))) ->
% (false)
% Current number of equations to process: 3992
% Current number of ordered equations: 0
% Current number of rules: 679
% New rule produced :
% [695]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(X,apply(Z,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(Y,X))),Z),X)))) ->
% (false)
% Current number of equations to process: 3991
% Current number of ordered equations: 0
% Current number of rules: 680
% New rule produced :
% [696]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,Y)),Z),X)))) -> (false)
% Current number of equations to process: 3992
% Current number of ordered equations: 0
% Current number of rules: 681
% New rule produced :
% [697]
% (eq)(apply(X,apply(apply(Y,apply(X,X)),apply(X,apply(X,X)))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,Y))),X),X)))
% -> (false)
% Current number of equations to process: 3992
% Current number of ordered equations: 0
% Current number of rules: 682
% New rule produced :
% [698]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(b,
% apply(b,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4014
% Current number of ordered equations: 0
% Current number of rules: 683
% New rule produced :
% [699]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(b,
% apply(c,Y)),V_3)),Z),X))))
% -> (false)
% Current number of equations to process: 4013
% Current number of ordered equations: 0
% Current number of rules: 684
% New rule produced :
% [700]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(X,X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(b,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 4029
% Current number of ordered equations: 0
% Current number of rules: 685
% New rule produced :
% [701]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,Z),
% apply(
% apply(b,Y),Z)),X))))
% -> (false)
% Current number of equations to process: 4062
% Current number of ordered equations: 0
% Current number of rules: 686
% New rule produced :
% [702]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Y),
% apply(
% apply(b,X),Z)),X))))
% -> (false)
% Current number of equations to process: 4061
% Current number of ordered equations: 0
% Current number of rules: 687
% New rule produced :
% [703]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(V_3,Y))),apply(combinator,
% apply(Y,
% apply(
% apply(
% apply(s,X),
% apply(
% apply(b,Z),V_3)),Y))))
% -> (false)
% Current number of equations to process: 4067
% Current number of ordered equations: 0
% Current number of rules: 688
% New rule produced :
% [704]
% (eq)(apply(X,apply(X,apply(Y,apply(Z,X)))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(c,b),Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4079
% Current number of ordered equations: 0
% Current number of rules: 689
% New rule produced :
% [705]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),Z)),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(c,c),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 4083
% Current number of ordered equations: 0
% Current number of rules: 690
% New rule produced :
% [706]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),Z),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,Y),X)),Z),X))))
% -> (false)
% Current number of equations to process: 4089
% Current number of ordered equations: 0
% Current number of rules: 691
% New rule produced :
% [707]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(Z,apply(Y,X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(
% apply(c,s),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 4092
% Current number of ordered equations: 0
% Current number of rules: 692
% New rule produced :
% [708]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,
% apply(b,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4091
% Current number of ordered equations: 0
% Current number of rules: 693
% New rule produced :
% [709]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,
% apply(c,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4090
% Current number of ordered equations: 0
% Current number of rules: 694
% New rule produced :
% [710]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Y),apply(Z,Y)),apply(combinator,
% apply(Y,
% apply(apply(
% apply(s,
% apply(
% apply(c,X),Y)),Z),Y))))
% -> (false)
% Current number of equations to process: 4107
% Current number of ordered equations: 0
% Current number of rules: 695
% New rule produced :
% [711]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(X,X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(c,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 4106
% Current number of ordered equations: 0
% Current number of rules: 696
% New rule produced :
% [712]
% (eq)(apply(X,apply(Y,apply(apply(X,Y),apply(Z,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,
% apply(s,b)),Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4109
% Current number of ordered equations: 0
% Current number of rules: 697
% New rule produced :
% [713]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,X)),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(c,Z),X)),X))))
% -> (false)
% Current number of equations to process: 4126
% Current number of ordered equations: 0
% Current number of rules: 698
% New rule produced :
% [714]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,V_3)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(c,
% apply(b,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 4128
% Current number of ordered equations: 0
% Current number of rules: 699
% New rule produced :
% [715]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,V_3),X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(c,
% apply(c,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 4127
% Current number of ordered equations: 0
% Current number of rules: 700
% New rule produced :
% [716]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),V_3)),apply(combinator,
% apply(Y,
% apply(
% apply(
% apply(s,X),
% apply(
% apply(c,Z),V_3)),Y))))
% -> (false)
% Current number of equations to process: 4143
% Current number of ordered equations: 0
% Current number of rules: 701
% New rule produced :
% [717]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(combinator,
% apply(Z,apply(apply(
% apply(s,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4156
% Current number of ordered equations: 0
% Current number of rules: 702
% New rule produced :
% [718]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,Y)),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,X)),Y),Y)))
% -> (false)
% Current number of equations to process: 4163
% Current number of ordered equations: 0
% Current number of rules: 703
% New rule produced :
% [719]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4177
% Current number of ordered equations: 0
% Current number of rules: 704
% New rule produced :
% [720]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(Z,apply(X,Y))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,Y),Z),apply(X,Y))))) ->
% (false)
% Current number of equations to process: 4178
% Current number of ordered equations: 1
% Current number of rules: 705
% New rule produced :
% [721]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,Z)),apply(Z,apply(Y,Z))),
% apply(combinator,apply(apply(Y,Z),apply(apply(apply(s,apply(s,X)),Y),Z)))) ->
% (false)
% Current number of equations to process: 4178
% Current number of ordered equations: 0
% Current number of rules: 706
% New rule produced :
% [722]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(V_3,Y))),
% apply(combinator,apply(Y,apply(apply(apply(s,X),apply(apply(s,Z),V_3)),Y))))
% -> (false)
% Current number of equations to process: 4177
% Current number of ordered equations: 0
% Current number of rules: 707
% New rule produced :
% [723]
% (eq)(apply(X,apply(X,apply(Y,apply(X,apply(Z,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),
% apply(b,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 4176
% Current number of ordered equations: 0
% Current number of rules: 708
% New rule produced :
% [724]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(Z,X)),X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),
% apply(c,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 4175
% Current number of ordered equations: 0
% Current number of rules: 709
% New rule produced :
% [725]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(X,X)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,b),Y))),X),X)))
% -> (false)
% Current number of equations to process: 4180
% Current number of ordered equations: 0
% Current number of rules: 710
% New rule produced :
% [726]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(Z,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,c),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 4214
% Current number of ordered equations: 0
% Current number of rules: 711
% New rule produced :
% [727]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(apply(Z,X),apply(Y,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,s),Z)),Y),X)))) ->
% (false)
% Current number of equations to process: 4224
% Current number of ordered equations: 0
% Current number of rules: 712
% New rule produced :
% [728]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,Y)),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,s),
% apply(
% apply(b,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 4223
% Current number of ordered equations: 0
% Current number of rules: 713
% New rule produced :
% [729]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(Z,Y),V_3),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,s),
% apply(
% apply(c,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 4222
% Current number of ordered equations: 0
% Current number of rules: 714
% New rule produced :
% [730]
% (eq)(apply(X,apply(apply(Y,X),apply(Y,apply(apply(Z,Y),X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(s,b),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 4221
% Current number of ordered equations: 0
% Current number of rules: 715
% New rule produced :
% [731]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(Y,X))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(b,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 4220
% Current number of ordered equations: 0
% Current number of rules: 716
% New rule produced :
% [732]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(b,
% apply(Y,X)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4219
% Current number of ordered equations: 0
% Current number of rules: 717
% New rule produced :
% [733]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),V_3),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(b,
% apply(Z,X)),V_3)),X))))
% -> (false)
% Current number of equations to process: 4218
% Current number of ordered equations: 0
% Current number of rules: 718
% New rule produced :
% [734]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(s,Y),apply(Z,X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(
% apply(s,b),b),
% apply(s,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4217
% Current number of ordered equations: 0
% Current number of rules: 719
% New rule produced :
% [735]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(c,Y),
% apply(Z,X))),V_3),X))))
% -> (false)
% Current number of equations to process: 4215
% Current number of ordered equations: 1
% Current number of rules: 720
% New rule produced :
% [736]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,Y)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(
% apply(s,c),Z),Y)),V_3),X))))
% -> (false)
% Current number of equations to process: 4215
% Current number of ordered equations: 0
% Current number of rules: 721
% New rule produced :
% [737]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(X,Z)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(c,
% apply(s,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4214
% Current number of ordered equations: 0
% Current number of rules: 722
% New rule produced :
% [738]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),V_3),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(c,Z),
% apply(V_3,X))),X))))
% -> (false)
% Current number of equations to process: 4212
% Current number of ordered equations: 1
% Current number of rules: 723
% New rule produced :
% [739]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(V_3,Z)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(
% apply(s,c),V_3),Z)),X))))
% -> (false)
% Current number of equations to process: 4212
% Current number of ordered equations: 0
% Current number of rules: 724
% New rule produced :
% [740]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,V_3),apply(X,V_3)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(c,
% apply(s,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 4211
% Current number of ordered equations: 0
% Current number of rules: 725
% New rule produced :
% [741]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(Z,X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Z),
% apply(
% apply(c,Y),
% apply(Z,X))),X))))
% -> (false)
% Current number of equations to process: 4210
% Current number of ordered equations: 0
% Current number of rules: 726
% New rule produced :
% [742]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Y),X),Z))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(
% apply(s,b),c),
% apply(s,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4209
% Current number of ordered equations: 0
% Current number of rules: 727
% New rule produced :
% [743]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,
% apply(c,Y)),Z)),V_3),X))))
% -> (false)
% Current number of equations to process: 4208
% Current number of ordered equations: 0
% Current number of rules: 728
% New rule produced :
% [744]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(X,X))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 4218
% Current number of ordered equations: 0
% Current number of rules: 729
% New rule produced :
% [745]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,X)),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(s,
% apply(c,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 4241
% Current number of ordered equations: 0
% Current number of rules: 730
% New rule produced :
% [746]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(Z,X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Z),
% apply(
% apply(s,Y),Z)),X))))
% -> (false)
% Current number of equations to process: 4246
% Current number of ordered equations: 0
% Current number of rules: 731
% New rule produced :
% [747]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),X),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Y),
% apply(X,
% apply(Y,X))),X))))
% -> (false)
% Current number of equations to process: 4268
% Current number of ordered equations: 0
% Current number of rules: 732
% New rule produced :
% [748]
% (eq)(apply(X,apply(apply(apply(apply(s,b),X),apply(Y,X)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,Y))),Y),X),X))))
% -> (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 733
% New rule produced :
% [749]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,apply(Z,X))),Z),X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),Z),X)))) ->
% (false)
% Current number of equations to process: 4313
% Current number of ordered equations: 0
% Current number of rules: 734
% New rule produced :
% [750]
% (eq)(apply(X,apply(Y,apply(apply(X,X),apply(X,apply(X,X))))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,
% apply(b,Y)))),X),X)))
% -> (false)
% Current number of equations to process: 4317
% Current number of ordered equations: 0
% Current number of rules: 735
% New rule produced :
% [751]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),Y),apply(X,Y))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(s,Z)),X),Y))))
% -> (false)
% Current number of equations to process: 4336
% Current number of ordered equations: 0
% Current number of rules: 736
% New rule produced :
% [752]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(X,Y)),apply(Y,apply(X,Y)))),
% apply(combinator,apply(apply(apply(s,X),apply(apply(s,apply(s,Z)),X)),Y))) ->
% (false)
% Current number of equations to process: 4336
% Current number of ordered equations: 0
% Current number of rules: 737
% New rule produced :
% [753]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(Y,V_3))),
% apply(Z,V_3))),X))
% -> (false)
% Current number of equations to process: 4335
% Current number of ordered equations: 0
% Current number of rules: 738
% New rule produced :
% [754]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Z)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(
% apply(s,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 4334
% Current number of ordered equations: 0
% Current number of rules: 739
% New rule produced :
% [755]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(apply(b,X),Y)),apply(b,combinator)))),
% apply(apply(apply(apply(s,s),apply(c,Z)),apply(b,combinator)),apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 4356
% Current number of ordered equations: 0
% Current number of rules: 740
% New rule produced :
% [756]
% (eq)(apply(apply(X,apply(apply(Y,apply(apply(c,X),Z)),apply(b,combinator))),Z),
% apply(apply(apply(apply(s,s),apply(c,Y)),apply(b,combinator)),apply(apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 4355
% Current number of ordered equations: 0
% Current number of rules: 741
% New rule produced :
% [757]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,Z),X),Y),apply(b,combinator))),
% apply(apply(apply(apply(s,s),apply(c,apply(Z,Y))),apply(b,combinator)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4354
% Current number of ordered equations: 0
% Current number of rules: 742
% New rule produced :
% [758]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(b,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 4362
% Current number of ordered equations: 0
% Current number of rules: 743
% New rule produced :
% [759]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Y),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),
% apply(b,X)),Y)),X))
% -> (false)
% Current number of equations to process: 4361
% Current number of ordered equations: 0
% Current number of rules: 744
% New rule produced :
% [760]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(X,Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),
% apply(b,Z)),X)),Y))
% -> (false)
% Current number of equations to process: 4365
% Current number of ordered equations: 0
% Current number of rules: 745
% New rule produced :
% [761]
% (eq)(apply(X,apply(apply(apply(s,X),apply(Y,X)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(c,Y)),X)),X))
% -> (false)
% Current number of equations to process: 4385
% Current number of ordered equations: 0
% Current number of rules: 746
% New rule produced :
% [762]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),
% apply(c,Z)),X)),Y))
% -> (false)
% Current number of equations to process: 4398
% Current number of ordered equations: 0
% Current number of rules: 747
% New rule produced :
% [763]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),
% apply(
% apply(b,Z),V_3)),Y)),X))
% -> (false)
% Current number of equations to process: 4417
% Current number of ordered equations: 0
% Current number of rules: 748
% New rule produced :
% [764]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),V_3))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,c),
% apply(
% apply(c,Z),V_3)),Y)),X))
% -> (false)
% Current number of equations to process: 4416
% Current number of ordered equations: 0
% Current number of rules: 749
% New rule produced :
% [765]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(Y,Z),X))),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,c),Z),apply(Y,Z))),X))
% -> (false)
% Current number of equations to process: 4415
% Current number of ordered equations: 0
% Current number of rules: 750
% New rule produced :
% [766]
% (eq)(apply(X,apply(apply(Y,apply(Z,V_3)),apply(X,V_3))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(
% apply(b,Y),Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 4414
% Current number of ordered equations: 0
% Current number of rules: 751
% New rule produced :
% [767]
% (eq)(apply(X,apply(apply(apply(Y,Z),V_3),apply(X,Z))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(
% apply(c,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 4413
% Current number of ordered equations: 0
% Current number of rules: 752
% New rule produced :
% [768]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,apply(s,Y)),apply(Z,X))),X))
% -> (false)
% Current number of equations to process: 4412
% Current number of ordered equations: 0
% Current number of rules: 753
% New rule produced :
% [769]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(
% apply(s,b),Z))),Y)),X))
% -> (false)
% Current number of equations to process: 4411
% Current number of ordered equations: 0
% Current number of rules: 754
% New rule produced :
% [770]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,combinator)),apply(X,Y))),Y),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),Y),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4410
% Current number of ordered equations: 0
% Current number of rules: 755
% New rule produced :
% [771]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,apply(Y,apply(X,Y))),V_3)),Z))
% -> (false)
% Current number of equations to process: 4407
% Current number of ordered equations: 2
% Current number of rules: 756
% New rule produced :
% [772]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(apply(s,b),X))),Y),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),V_3)),apply(Z,
% apply(Y,Z))))
% -> (false)
% Current number of equations to process: 4407
% Current number of ordered equations: 1
% Current number of rules: 757
% New rule produced :
% [773]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),apply(V_3,apply(Z,V_3)))),Y))
% -> (false)
% Current number of equations to process: 4407
% Current number of ordered equations: 0
% Current number of rules: 758
% New rule produced :
% [774]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),Y)),
% apply(apply(apply(s,apply(apply(apply(s,b),c),apply(s,apply(b,combinator)))),X),Y))
% -> (false)
% Current number of equations to process: 4405
% Current number of ordered equations: 0
% Current number of rules: 759
% New rule produced :
% [775]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(apply(b,combinator),X))),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(s,Y),Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4404
% Current number of ordered equations: 0
% Current number of rules: 760
% New rule produced :
% [776]
% (eq)(apply(X,apply(Y,apply(combinator,apply(X,apply(X,apply(apply(b,combinator),X)))))),
% apply(apply(apply(apply(s,s),apply(s,apply(s,apply(b,Y)))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4403
% Current number of ordered equations: 0
% Current number of rules: 761
% New rule produced :
% [777]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,s),X),Y)),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),Y)),apply(X,Y)),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 4402
% Current number of ordered equations: 0
% Current number of rules: 762
% New rule produced :
% [778]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(apply(b,Z),apply(Y,Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4401
% Current number of ordered equations: 0
% Current number of rules: 763
% New rule produced :
% [779]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(Z,apply(b,combinator))),X),Y)),
% apply(apply(apply(apply(s,s),apply(apply(c,Z),Y)),apply(b,combinator)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4400
% Current number of ordered equations: 0
% Current number of rules: 764
% New rule produced :
% [780]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Y,X),apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(b,X)),apply(Y,X))) ->
% (false)
% Current number of equations to process: 4399
% Current number of ordered equations: 0
% Current number of rules: 765
% New rule produced :
% [781]
% (eq)(apply(apply(X,apply(apply(Y,X),apply(apply(apply(s,c),Y),X))),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,X)),apply(Y,X))) ->
% (false)
% Current number of equations to process: 4398
% Current number of ordered equations: 0
% Current number of rules: 766
% New rule produced :
% [782]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(apply(b,combinator),Y))),
% apply(apply(apply(apply(s,s),apply(s,apply(b,apply(X,Y)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 4397
% Current number of ordered equations: 0
% Current number of rules: 767
% New rule produced :
% [783]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,Z)))),apply(apply(b,X),Y)),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(b,X),Y)),Z)) ->
% (false)
% Current number of equations to process: 4396
% Current number of ordered equations: 0
% Current number of rules: 768
% New rule produced :
% [784]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Z))),apply(apply(c,X),Z)),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 4395
% Current number of ordered equations: 0
% Current number of rules: 769
% New rule produced :
% [785]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,Y)),
% apply(apply(b,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 4393
% Current number of ordered equations: 1
% Current number of rules: 770
% New rule produced :
% [786]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(
% apply(b,Y),Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 4393
% Current number of ordered equations: 0
% Current number of rules: 771
% New rule produced :
% [787]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),V_3)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,Y)),
% apply(apply(c,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 4391
% Current number of ordered equations: 1
% Current number of rules: 772
% New rule produced :
% [788]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),V_3),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(
% apply(c,Y),V_3))),Z)),X))
% -> (false)
% Current number of equations to process: 4391
% Current number of ordered equations: 0
% Current number of rules: 773
% New rule produced :
% [789]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(s,
% apply(b,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 4390
% Current number of ordered equations: 0
% Current number of rules: 774
% New rule produced :
% [790]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(Z,apply(X,Y)))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,Z),Y),apply(X,Y))))) ->
% (false)
% Current number of equations to process: 4389
% Current number of ordered equations: 0
% Current number of rules: 775
% New rule produced :
% [791]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(Z,apply(s,Y)),V_3),X))),
% apply(combinator,apply(X,apply(apply(apply(apply(apply(s,b),Z),apply(s,Y)),V_3),X))))
% -> (false)
% Current number of equations to process: 4388
% Current number of ordered equations: 0
% Current number of rules: 776
% New rule produced :
% [792]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(apply(Z,apply(Y,Z)),X))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,apply(s,s)),Y),Z)),X))
% -> (false)
% Current number of equations to process: 4387
% Current number of ordered equations: 0
% Current number of rules: 777
% New rule produced :
% [793]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,apply(b,combinator)),Y),X))),
% apply(apply(apply(apply(apply(s,b),apply(s,s)),apply(s,apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 4386
% Current number of ordered equations: 0
% Current number of rules: 778
% New rule produced :
% [794]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),apply(s,b)),Y),X))),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,b),Y),X))) ->
% (false)
% Current number of equations to process: 4384
% Current number of ordered equations: 0
% Current number of rules: 779
% New rule produced :
% [795]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),apply(s,apply(b,combinator))),X)),
% apply(apply(apply(apply(s,apply(apply(s,b),Y)),Z),apply(s,apply(b,combinator))),X))
% -> (false)
% Rule
% [682]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(s,apply(b,combinator))),X)),
% apply(apply(apply(apply(s,apply(apply(s,b),b)),Y),apply(s,apply(b,combinator))),X))
% -> (false) collapsed.
% Current number of equations to process: 4383
% Current number of ordered equations: 0
% Current number of rules: 779
% New rule produced :
% [796]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(apply(s,apply(b,combinator)),Z)),X)),
% apply(apply(apply(apply(apply(s,b),apply(s,Y)),apply(s,apply(b,combinator))),Z),X))
% -> (false)
% Current number of equations to process: 4382
% Current number of ordered equations: 0
% Current number of rules: 780
% New rule produced :
% [797]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),V_3),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(b,
% apply(Z,X)),V_3))),X))
% -> (false)
% Current number of equations to process: 4380
% Current number of ordered equations: 0
% Current number of rules: 781
% New rule produced :
% [798]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(Z,X)),
% apply(apply(b,Y),Z))),X))
% -> (false)
% Current number of equations to process: 4378
% Current number of ordered equations: 1
% Current number of rules: 782
% New rule produced :
% [799]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(b,Y),X)))),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),
% apply(b,Z)),
% apply(b,Y)),X)) ->
% (false)
% Current number of equations to process: 4378
% Current number of ordered equations: 0
% Current number of rules: 783
% New rule produced :
% [800]
% (eq)(apply(X,apply(Y,apply(apply(b,Y),apply(Z,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(
% apply(s,b),b),
% apply(b,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 4377
% Current number of ordered equations: 0
% Current number of rules: 784
% New rule produced :
% [801]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),V_3),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(b,Y),
% apply(Z,X))),V_3)),X))
% -> (false)
% Current number of equations to process: 4375
% Current number of ordered equations: 0
% Current number of rules: 785
% New rule produced :
% [802]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(b,
% apply(Z,X)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 4374
% Current number of ordered equations: 0
% Current number of rules: 786
% New rule produced :
% [803]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(c,
% apply(Y,X)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 4372
% Current number of ordered equations: 1
% Current number of rules: 787
% New rule produced :
% [804]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,Y))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(
% apply(s,c),V_3),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 4372
% Current number of ordered equations: 0
% Current number of rules: 788
% New rule produced :
% [805]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(V_3,X),Z))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(c,
% apply(s,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4371
% Current number of ordered equations: 0
% Current number of rules: 789
% New rule produced :
% [806]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),V_3),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(c,Z),
% apply(V_3,X)))),X))
% -> (false)
% Current number of equations to process: 4368
% Current number of ordered equations: 2
% Current number of rules: 790
% New rule produced :
% [807]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,X)),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(Y,V_3)),
% apply(apply(c,Z),V_3))),X))
% -> (false)
% Current number of equations to process: 4368
% Current number of ordered equations: 1
% Current number of rules: 791
% New rule produced :
% [808]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,Z)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(
% apply(s,c),V_3),Z))),X))
% -> (false)
% Current number of equations to process: 4368
% Current number of ordered equations: 0
% Current number of rules: 792
% New rule produced :
% [809]
% (eq)(apply(X,apply(Y,apply(apply(Z,V_3),apply(X,V_3)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(c,
% apply(s,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 4367
% Current number of ordered equations: 0
% Current number of rules: 793
% New rule produced :
% [810]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(b,Y)))),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),
% apply(c,Z)),
% apply(b,Y)),X)) ->
% (false)
% Current number of equations to process: 4366
% Current number of ordered equations: 0
% Current number of rules: 794
% New rule produced :
% [811]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(b,
% apply(Y,X)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4364
% Current number of ordered equations: 0
% Current number of rules: 795
% New rule produced :
% [812]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(V_3,X),Z))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(b,
% apply(s,Y)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 4363
% Current number of ordered equations: 0
% Current number of rules: 796
% New rule produced :
% [813]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,Y),
% apply(Z,X))),V_3)),X))
% -> (false)
% Current number of equations to process: 4360
% Current number of ordered equations: 2
% Current number of rules: 797
% New rule produced :
% [814]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),Z),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,Y),V_3)),
% apply(Z,V_3))),X))
% -> (false)
% Current number of equations to process: 4360
% Current number of ordered equations: 1
% Current number of rules: 798
% New rule produced :
% [815]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,Y)),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(
% apply(s,c),Z),Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 4360
% Current number of ordered equations: 0
% Current number of rules: 799
% New rule produced :
% [816]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(X,Z)),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,
% apply(s,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4359
% Current number of ordered equations: 0
% Current number of rules: 800
% New rule produced :
% [817]
% (eq)(apply(apply(b,X),apply(X,apply(Y,apply(Z,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,s),Z)),Y)),
% apply(b,X))) -> (false)
% Current number of equations to process: 4358
% Current number of ordered equations: 0
% Current number of rules: 801
% New rule produced :
% [818]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),Y)),
% apply(Z,X))),X)) ->
% (false)
% Current number of equations to process: 4357
% Current number of ordered equations: 0
% Current number of rules: 802
% New rule produced :
% [819]
% (eq)(apply(X,apply(X,apply(apply(Y,Z),apply(X,Z)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),
% apply(s,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 4356
% Current number of ordered equations: 0
% Current number of rules: 803
% New rule produced :
% [820]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(X,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(b,
% apply(X,Y)))),Y)),X))
% -> (false)
% Current number of equations to process: 4355
% Current number of ordered equations: 0
% Current number of rules: 804
% New rule produced :
% [821]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(Y,X),apply(apply(b,combinator),X)))),
% apply(apply(apply(apply(s,s),apply(apply(s,b),apply(s,Y))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4354
% Current number of ordered equations: 0
% Current number of rules: 805
% New rule produced :
% [822]
% (eq)(apply(X,apply(apply(Y,Z),apply(Z,apply(apply(b,X),apply(Y,Z))))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(b,apply(b,X)),Y)),Z))
% -> (false)
% Current number of equations to process: 4353
% Current number of ordered equations: 0
% Current number of rules: 806
% New rule produced :
% [823]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,X),apply(Z,Y)))),apply(Z,Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(b,apply(c,X)),Z)),Y))
% -> (false)
% Current number of equations to process: 4352
% Current number of ordered equations: 0
% Current number of rules: 807
% New rule produced :
% [824]
% (eq)(apply(X,apply(apply(Y,X),apply(Y,apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,apply(s,b)),X)),Y))
% -> (false)
% Current number of equations to process: 4351
% Current number of ordered equations: 0
% Current number of rules: 808
% New rule produced :
% [825]
% (eq)(apply(apply(X,apply(Y,Y)),apply(apply(apply(apply(s,b),apply(b,X)),Y),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(b,X),Y)),Y)) ->
% (false)
% Current number of equations to process: 4350
% Current number of ordered equations: 0
% Current number of rules: 809
% New rule produced :
% [826]
% (eq)(apply(apply(apply(X,Y),Y),apply(apply(apply(apply(s,b),apply(c,X)),Y),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,X),Y)),Y)) ->
% (false)
% Current number of equations to process: 4349
% Current number of ordered equations: 0
% Current number of rules: 810
% New rule produced :
% [827]
% (eq)(apply(X,apply(apply(X,X),apply(apply(apply(apply(s,b),apply(s,b)),X),X))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,b),X)),X)) ->
% (false)
% Current number of equations to process: 4348
% Current number of ordered equations: 0
% Current number of rules: 811
% New rule produced :
% [828]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(X,apply(Z,X)))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,apply(Y,X))),Z)),X))
% -> (false)
% Current number of equations to process: 4347
% Current number of ordered equations: 0
% Current number of rules: 812
% New rule produced :
% [829]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),apply(Z,apply(apply(s,X),Y))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Z),apply(apply(s,X),Y))) ->
% (false)
% Current number of equations to process: 4346
% Current number of ordered equations: 0
% Current number of rules: 813
% New rule produced :
% [830]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(V_3,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,X),apply(apply(s,Z),V_3))),Y))
% -> (false)
% Current number of equations to process: 4345
% Current number of ordered equations: 0
% Current number of rules: 814
% New rule produced :
% [831]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),apply(Y,Z)))),Y),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,X),Z)),apply(Y,Z))) ->
% (false)
% Current number of equations to process: 4343
% Current number of ordered equations: 1
% Current number of rules: 815
% New rule produced :
% [832]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(s,X)),Y)),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Z),apply(s,X)),Y))
% -> (false)
% Current number of equations to process: 4343
% Current number of ordered equations: 0
% Current number of rules: 816
% New rule produced :
% [833]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(apply(s,Y),apply(b,X)),
% apply(b,combinator)))),apply(apply(
% apply(s,
% apply(
% apply(s,s),Y)),
% apply(b,X)),
% apply(b,combinator)))
% -> (false)
% Current number of equations to process: 4342
% Current number of ordered equations: 0
% Current number of rules: 817
% New rule produced :
% [834]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,Y)),apply(b,apply(X,Y)))),Y),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(b,apply(X,Y)),Y))) ->
% (false)
% Current number of equations to process: 4341
% Current number of ordered equations: 0
% Current number of rules: 818
% New rule produced :
% [835]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,apply(apply(s,b),b)),Y),X))),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4339
% Current number of ordered equations: 1
% Current number of rules: 819
% New rule produced :
% [836]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),b),X),apply(Y,X)))),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(apply(s,b),Y),X))) ->
% (false)
% Current number of equations to process: 4339
% Current number of ordered equations: 0
% Current number of rules: 820
% New rule produced :
% [837]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),apply(c,apply(b,X))),Z),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(c,apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 4338
% Current number of ordered equations: 0
% Current number of rules: 821
% New rule produced :
% [838]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(Z,Z))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(s,apply(b,Y))),
% apply(apply(c,apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 4337
% Current number of ordered equations: 0
% Current number of rules: 822
% New rule produced :
% [839]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(c,apply(c,apply(b,X))),Y)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(c,apply(c,apply(b,X))),Y)))
% -> (false)
% Current number of equations to process: 4336
% Current number of ordered equations: 0
% Current number of rules: 823
% New rule produced :
% [840]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,apply(c,apply(c,X))),Z))),Z),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(c,apply(c,apply(c,X))),Z)))
% -> (false)
% Current number of equations to process: 4335
% Current number of ordered equations: 0
% Current number of rules: 824
% New rule produced :
% [841]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),apply(c,apply(c,X))),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,Y)),apply(apply(c,apply(c,X)),Y)))
% -> (false)
% Current number of equations to process: 4334
% Current number of ordered equations: 0
% Current number of rules: 825
% New rule produced :
% [842]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),c),apply(c,X)),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(c,X)),apply(apply(c,apply(c,X)),Y)))
% -> (false)
% Current number of equations to process: 4333
% Current number of ordered equations: 0
% Current number of rules: 826
% New rule produced :
% [843]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(c,X)),apply(b,combinator))),
% apply(b,combinator)),apply(apply(apply(s,apply(apply(s,s),Y)),apply(c,X)),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 4330
% Current number of ordered equations: 0
% Current number of rules: 827
% New rule produced :
% [844]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,apply(b,X))),Y)),Y),apply(c,X)),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),Y),apply(c,X))) ->
% (false)
% Current number of equations to process: 4329
% Current number of ordered equations: 0
% Current number of rules: 828
% New rule produced :
% [845]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),c),apply(b,X)),Y),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(b,X)),apply(apply(c,apply(b,X)),Y)))
% -> (false)
% Current number of equations to process: 4328
% Current number of ordered equations: 0
% Current number of rules: 829
% New rule produced :
% [846]
% (eq)(apply(apply(X,apply(apply(apply(s,apply(apply(s,b),c)),Y),X)),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(c,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4325
% Current number of ordered equations: 1
% Current number of rules: 830
% New rule produced :
% [847]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),apply(Y,X))),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(apply(s,c),Y),X))) ->
% (false)
% Current number of equations to process: 4325
% Current number of ordered equations: 0
% Current number of rules: 831
% New rule produced :
% [848]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(s,Y),Z)),X)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,V_3),apply(Z,V_3))),
% apply(X,V_3))) -> (false)
% Current number of equations to process: 4324
% Current number of ordered equations: 0
% Current number of rules: 832
% New rule produced :
% [849]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,s),X),Y),Z)),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(apply(Y,Z),apply(apply(X,Y),Z)))))
% -> (false)
% Current number of equations to process: 4323
% Current number of ordered equations: 0
% Current number of rules: 833
% New rule produced :
% [850]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,Z),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(Z,Y),apply(V_3,Y)),
% apply(X,Y))))) -> (false)
% Current number of equations to process: 4322
% Current number of ordered equations: 0
% Current number of rules: 834
% New rule produced :
% [851]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(s,apply(b,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(apply(X,Y),apply(Y,apply(X,Y)))))))
% -> (false)
% Current number of equations to process: 4321
% Current number of ordered equations: 0
% Current number of rules: 835
% New rule produced :
% [852]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,Z)))),apply(apply(b,X),Y)),Z),
% apply(combinator,apply(apply(X,apply(Y,Z)),apply(Z,apply(X,apply(Y,Z)))))) ->
% (false)
% Current number of equations to process: 4320
% Current number of ordered equations: 0
% Current number of rules: 836
% New rule produced :
% [853]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Z))),apply(apply(c,X),Z)),Y),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(Y,apply(apply(X,Y),Z))))) ->
% (false)
% Current number of equations to process: 4319
% Current number of ordered equations: 0
% Current number of rules: 837
% New rule produced :
% [854]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,apply(Y,X))))),Y),X),
% apply(combinator,apply(apply(X,apply(Y,X)),apply(apply(Y,X),apply(X,apply(Y,X))))))
% -> (false)
% Current number of equations to process: 4318
% Current number of ordered equations: 0
% Current number of rules: 838
% New rule produced :
% [855]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Y))),apply(X,Y)),Y),
% apply(combinator,apply(apply(apply(X,Y),Y),apply(apply(apply(apply(s,b),X),Y),Y))))
% -> (false)
% Current number of equations to process: 4317
% Current number of ordered equations: 0
% Current number of rules: 839
% New rule produced :
% [856]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(apply(b,Y),Z))),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Y,apply(Z,V_3)))),V_3))
% -> (false)
% Current number of equations to process: 4315
% Current number of ordered equations: 1
% Current number of rules: 840
% New rule produced :
% [857]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(apply(b,X),Y)),Z)),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Y,apply(Z,V_3)))),V_3))
% -> (false)
% Current number of equations to process: 4315
% Current number of ordered equations: 0
% Current number of rules: 841
% New rule produced :
% [858]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(apply(c,Y),Z))),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(apply(Y,V_3),Z))),V_3))
% -> (false)
% Current number of equations to process: 4313
% Current number of ordered equations: 1
% Current number of rules: 842
% New rule produced :
% [859]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(apply(c,X),Y)),Z)),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,apply(Z,V_3)),Y)),V_3))
% -> (false)
% Current number of equations to process: 4313
% Current number of ordered equations: 0
% Current number of rules: 843
% New rule produced :
% [860]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(Y,X))),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(apply(s,b),Y),X),Z)),Z))
% -> (false)
% Current number of equations to process: 4312
% Current number of ordered equations: 0
% Current number of rules: 844
% New rule produced :
% [861]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(b,X),Y)),Z)),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,apply(Y,V_3)),Z)),V_3))
% -> (false)
% Current number of equations to process: 4311
% Current number of ordered equations: 0
% Current number of rules: 845
% New rule produced :
% [862]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(c,X),Y)),Z)),V_3),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(X,V_3),Y),Z)),V_3))
% -> (false)
% Current number of equations to process: 4310
% Current number of ordered equations: 0
% Current number of rules: 846
% New rule produced :
% [863]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(s,b),X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(apply(X,Z),Y))),Z)) ->
% (false)
% Current number of equations to process: 4309
% Current number of ordered equations: 0
% Current number of rules: 847
% New rule produced :
% [864]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,apply(b,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Y,apply(Z,Y)))),Z)) ->
% (false)
% Current number of equations to process: 4308
% Current number of ordered equations: 0
% Current number of rules: 848
% New rule produced :
% [865]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(b,apply(Y,apply(Z,X)))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4307
% Current number of ordered equations: 0
% Current number of rules: 849
% New rule produced :
% [866]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(b,apply(apply(Y,X),Z))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4306
% Current number of ordered equations: 0
% Current number of rules: 850
% New rule produced :
% [867]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,s),X),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,Z),apply(apply(X,Y),Z))),Z))
% -> (false)
% Current number of equations to process: 4305
% Current number of ordered equations: 0
% Current number of rules: 851
% New rule produced :
% [868]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),apply(apply(s,b),Y)),X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(apply(s,b),Y),X))) ->
% (false)
% Current number of equations to process: 4304
% Current number of ordered equations: 0
% Current number of rules: 852
% New rule produced :
% [869]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,X)),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(s,
% apply(c,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 4301
% Current number of ordered equations: 0
% Current number of rules: 853
% New rule produced :
% [870]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(apply(s,b),X))),apply(c,X)),Y),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Y),apply(apply(c,X),Y))) ->
% (false)
% Current number of equations to process: 4298
% Current number of ordered equations: 0
% Current number of rules: 854
% New rule produced :
% [871]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(apply(apply(s,b),c),X),Y)),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),X),apply(apply(c,X),Y))) ->
% (false)
% Current number of equations to process: 4297
% Current number of ordered equations: 0
% Current number of rules: 855
% New rule produced :
% [872]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),X),V_3)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,
% apply(c,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4295
% Current number of ordered equations: 0
% Current number of rules: 856
% New rule produced :
% [873]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(Y,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(c,Y))),Y),X)),X))
% -> (false)
% Current number of equations to process: 4294
% Current number of ordered equations: 0
% Current number of rules: 857
% New rule produced :
% [874]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),apply(apply(s,b),Y)),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,b),Y)),X)) ->
% (false)
% Current number of equations to process: 4287
% Current number of ordered equations: 0
% Current number of rules: 858
% New rule produced :
% [875]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(b,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4285
% Current number of ordered equations: 0
% Current number of rules: 859
% New rule produced :
% [876]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(b,
% apply(c,Y)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 4284
% Current number of ordered equations: 0
% Current number of rules: 860
% New rule produced :
% [877]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4281
% Current number of ordered equations: 0
% Current number of rules: 861
% New rule produced :
% [878]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(V_3,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,
% apply(c,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 4280
% Current number of ordered equations: 0
% Current number of rules: 862
% New rule produced :
% [879]
% (eq)(apply(X,apply(Y,apply(apply(X,Y),apply(Z,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,
% apply(s,b)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 863
% New rule produced :
% [880]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,V_3)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(c,
% apply(b,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 4277
% Current number of ordered equations: 0
% Current number of rules: 864
% New rule produced :
% [881]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,V_3),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(c,
% apply(c,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 4275
% Current number of ordered equations: 0
% Current number of rules: 865
% New rule produced :
% [882]
% (eq)(apply(X,apply(X,apply(Y,apply(X,apply(Z,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(s,b),
% apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 4274
% Current number of ordered equations: 0
% Current number of rules: 866
% New rule produced :
% [883]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(Z,X)),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(s,b),
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 4273
% Current number of ordered equations: 0
% Current number of rules: 867
% New rule produced :
% [884]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(apply(s,b),Y),X)))),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(apply(b,X),apply(Y,X)))))))
% -> (false)
% Current number of equations to process: 4271
% Current number of ordered equations: 0
% Current number of rules: 868
% New rule produced :
% [885]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),apply(apply(s,b),Y)),X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4270
% Current number of ordered equations: 0
% Current number of rules: 869
% New rule produced :
% [886]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(apply(s,b),X),Y))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(b,Y),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 4268
% Current number of ordered equations: 1
% Current number of rules: 870
% New rule produced :
% [887]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),apply(s,b)),Y),X))),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(b,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4268
% Current number of ordered equations: 0
% Current number of rules: 871
% New rule produced :
% [888]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(b,Y),apply(X,Y)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(apply(s,b),X),Y))) ->
% (false)
% Current number of equations to process: 4265
% Current number of ordered equations: 0
% Current number of rules: 872
% New rule produced :
% [889]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),apply(apply(b,Y),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(apply(b,Y),Y))) ->
% (false)
% Current number of equations to process: 4263
% Current number of ordered equations: 0
% Current number of rules: 873
% New rule produced :
% [890]
% (eq)(apply(apply(X,apply(Y,apply(apply(apply(s,c),Z),X))),apply(Z,X)),
% apply(combinator,apply(apply(X,apply(Y,apply(apply(c,X),apply(Z,X)))),
% apply(Z,X)))) -> (false)
% Current number of equations to process: 4261
% Current number of ordered equations: 0
% Current number of rules: 874
% New rule produced :
% [891]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(apply(s,c),Y)),X),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(c,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4260
% Current number of ordered equations: 0
% Current number of rules: 875
% New rule produced :
% [892]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),apply(s,c)),Y),X)),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(c,X),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 4259
% Current number of ordered equations: 0
% Current number of rules: 876
% New rule produced :
% [893]
% (eq)(apply(apply(X,Y),apply(apply(Z,Y),apply(apply(c,apply(s,X)),Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(c,Z)),apply(apply(c,apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 4256
% Current number of ordered equations: 0
% Current number of rules: 877
% New rule produced :
% [894]
% (eq)(apply(apply(X,Y),apply(apply(Z,Y),apply(apply(apply(s,X),Y),Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(s,Z)),apply(apply(c,apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 4255
% Current number of ordered equations: 0
% Current number of rules: 878
% New rule produced :
% [895]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(apply(c,apply(s,X)),Y)),Y)),
% apply(combinator,apply(apply(apply(s,X),apply(Z,apply(apply(c,apply(s,X)),Y))),Y)))
% -> (false)
% Current number of equations to process: 4254
% Current number of ordered equations: 0
% Current number of rules: 879
% New rule produced :
% [896]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,Y),Z)),X),Y)),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Z),Y),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4253
% Current number of ordered equations: 0
% Current number of rules: 880
% New rule produced :
% [897]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,apply(b,Z)),V_3)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(Y,V_3))),apply(X,Y)))
% -> (false)
% Current number of equations to process: 4252
% Current number of ordered equations: 0
% Current number of rules: 881
% New rule produced :
% [898]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,apply(c,Z)),V_3)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Z,V_3),Y)),apply(X,Y)))
% -> (false)
% Current number of equations to process: 4251
% Current number of ordered equations: 0
% Current number of rules: 882
% New rule produced :
% [899]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,Z),apply(b,combinator))),X),Y)),
% apply(apply(apply(apply(s,s),apply(Z,Y)),apply(b,combinator)),apply(X,Y))) ->
% (false)
% Current number of equations to process: 4250
% Current number of ordered equations: 0
% Current number of rules: 883
% New rule produced :
% [900]
% (eq)(apply(apply(X,apply(Y,Z)),apply(apply(apply(apply(s,s),apply(b,X)),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(X,apply(Y,Z)))) ->
% (false)
% Current number of equations to process: 4249
% Current number of ordered equations: 0
% Current number of rules: 884
% New rule produced :
% [901]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,s),apply(c,X)),Z),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,Y)),apply(apply(X,Y),Z))) ->
% (false)
% Current number of equations to process: 4248
% Current number of ordered equations: 0
% Current number of rules: 885
% New rule produced :
% [902]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,apply(Y,X))))),Y),X),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),apply(Y,X)))),Y),X))
% -> (false)
% Current number of equations to process: 4243
% Current number of ordered equations: 1
% Current number of rules: 886
% New rule produced :
% [903]
% (eq)(apply(apply(apply(s,apply(s,apply(apply(apply(s,apply(b,b)),X),Y))),X),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(Y,apply(X,Y)))) ->
% (false)
% Current number of equations to process: 4243
% Current number of ordered equations: 0
% Current number of rules: 887
% New rule produced :
% [904]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,combinator),apply(s,apply(b,combinator)))),X),X),
% apply(apply(apply(apply(apply(s,apply(s,b)),s),apply(b,combinator)),X),X)) ->
% (false)
% Current number of equations to process: 4241
% Current number of ordered equations: 0
% Current number of rules: 888
% New rule produced :
% [905]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),apply(b,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,apply(X,apply(Y,Z)))),Z)) ->
% (false)
% Current number of equations to process: 4240
% Current number of ordered equations: 0
% Current number of rules: 889
% New rule produced :
% [906]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),apply(c,X)),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,apply(apply(X,Z),Y))),Z)) ->
% (false)
% Current number of equations to process: 4239
% Current number of ordered equations: 0
% Current number of rules: 890
% New rule produced :
% [907]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Y),Y),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),apply(X,Y)),Y),Y))
% -> (false)
% Current number of equations to process: 4238
% Current number of ordered equations: 0
% Current number of rules: 891
% New rule produced :
% [908]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(b,combinator),X))),apply(apply(
% apply(
% apply(s,s),
% apply(b,
% apply(
% apply(c,
% apply(c,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4237
% Current number of ordered equations: 0
% Current number of rules: 892
% New rule produced :
% [909]
% (eq)(apply(X,apply(apply(Y,Z),apply(combinator,apply(X,Z)))),apply(apply(
% apply(
% apply(s,s),
% apply(b,
% apply(
% apply(c,
% apply(s,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4236
% Current number of ordered equations: 0
% Current number of rules: 893
% New rule produced :
% [910]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,apply(apply(b,Y),Z)),X)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),V_3),apply(apply(b,Y),Z)),X))))
% -> (false)
% Current number of equations to process: 4235
% Current number of ordered equations: 0
% Current number of rules: 894
% New rule produced :
% [911]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,apply(apply(c,Y),V_3)),X)),V_3)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),Z),apply(apply(c,Y),V_3)),X))))
% -> (false)
% Current number of equations to process: 4234
% Current number of ordered equations: 0
% Current number of rules: 895
% New rule produced :
% [912]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(apply(apply(s,V_3),Y),Z),X))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),apply(V_3,Z)),apply(Y,Z)),X))))
% -> (false)
% Current number of equations to process: 4233
% Current number of ordered equations: 0
% Current number of rules: 896
% New rule produced :
% [913]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),Y),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(b,
% apply(Z,X))),Y)),X))
% -> (false)
% Current number of equations to process: 4232
% Current number of ordered equations: 0
% Current number of rules: 897
% New rule produced :
% [914]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,
% apply(s,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 4231
% Current number of ordered equations: 0
% Current number of rules: 898
% New rule produced :
% [915]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(Y,X)),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(s,
% apply(c,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 4229
% Current number of ordered equations: 0
% Current number of rules: 899
% New rule produced :
% [916]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(b,combinator)),X)),X),
% apply(apply(apply(apply(apply(s,b),apply(s,b)),apply(s,apply(b,combinator))),X),X))
% -> (false)
% Current number of equations to process: 4227
% Current number of ordered equations: 0
% Current number of rules: 900
% New rule produced :
% [917]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(X,Y),apply(Y,apply(X,Y))))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(s,apply(b,Z))),X),Y))))
% -> (false)
% Current number of equations to process: 4226
% Current number of ordered equations: 0
% Current number of rules: 901
% New rule produced :
% [918]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),apply(s,Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,X),apply(apply(apply(Y,apply(s,Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4225
% Current number of ordered equations: 0
% Current number of rules: 902
% New rule produced :
% [919]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(b,X),Y))),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(X,apply(Y,Z))),Z)),Z))
% -> (false)
% Current number of equations to process: 4224
% Current number of ordered equations: 0
% Current number of rules: 903
% New rule produced :
% [920]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(c,X),Y))),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(apply(X,Z),Y)),Z)),Z))
% -> (false)
% Current number of equations to process: 4223
% Current number of ordered equations: 0
% Current number of rules: 904
% New rule produced :
% [921]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(Z,Y)),apply(X,Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(X,Y),apply(apply(apply(s,Z),X),Y)))))
% -> (false)
% Current number of equations to process: 4222
% Current number of ordered equations: 0
% Current number of rules: 905
% New rule produced :
% [922]
% (eq)(apply(apply(apply(apply(apply(s,b),X),apply(s,apply(b,Y))),Z),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(apply(X,apply(s,apply(b,Y))),Z),Y)))))
% -> (false)
% Current number of equations to process: 4221
% Current number of ordered equations: 0
% Current number of rules: 906
% New rule produced :
% [923]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(apply(b,Z),V_3)),X)),
% apply(combinator,apply(X,apply(Z,apply(V_3,apply(apply(Y,apply(apply(b,Z),V_3)),X))))))
% -> (false)
% Current number of equations to process: 4220
% Current number of ordered equations: 0
% Current number of rules: 907
% New rule produced :
% [924]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(apply(c,Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,apply(apply(c,Z),V_3)),X)),V_3))))
% -> (false)
% Current number of equations to process: 4219
% Current number of ordered equations: 0
% Current number of rules: 908
% New rule produced :
% [925]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(Y,Z)),apply(V_3,Z)),X)),
% apply(combinator,apply(X,apply(apply(V_3,Z),apply(apply(apply(apply(s,Y),V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 4218
% Current number of ordered equations: 0
% Current number of rules: 909
% New rule produced :
% [926]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),Y),Z),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Z,apply(Y,Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4217
% Current number of ordered equations: 0
% Current number of rules: 910
% New rule produced :
% [927]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(apply(s,b),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Z,apply(apply(Y,Z),V_3)),X)))))
% -> (false)
% Current number of equations to process: 4216
% Current number of ordered equations: 0
% Current number of rules: 911
% New rule produced :
% [928]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(V_3,apply(Z,V_3))),X)))))
% -> (false)
% Current number of equations to process: 4215
% Current number of ordered equations: 0
% Current number of rules: 912
% New rule produced :
% [929]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(b,X))),b),X)),X))
% -> (false)
% Current number of equations to process: 4214
% Current number of ordered equations: 0
% Current number of rules: 913
% New rule produced :
% [930]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(b,X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(X,apply(Y,V_3))),Z)),V_3))
% -> (false)
% Current number of equations to process: 4213
% Current number of ordered equations: 0
% Current number of rules: 914
% New rule produced :
% [931]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(c,X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(apply(X,V_3),Y)),Z)),V_3))
% -> (false)
% Current number of equations to process: 4212
% Current number of ordered equations: 0
% Current number of rules: 915
% New rule produced :
% [932]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(Y,apply(X,Z))),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),Y),apply(X,Z))),Z))
% -> (false)
% Current number of equations to process: 4211
% Current number of ordered equations: 0
% Current number of rules: 916
% New rule produced :
% [933]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(b,combinator))))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(b,
% apply(
% apply(b,Y),Z)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4210
% Current number of ordered equations: 0
% Current number of rules: 917
% New rule produced :
% [934]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(b,combinator))),Z)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(b,
% apply(
% apply(c,Y),Z)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4209
% Current number of ordered equations: 0
% Current number of rules: 918
% New rule produced :
% [935]
% (eq)(apply(X,apply(apply(apply(s,Y),X),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(b,
% apply(Y,
% apply(b,combinator))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4208
% Current number of ordered equations: 0
% Current number of rules: 919
% New rule produced :
% [936]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(b,
% apply(Y,X))),
% apply(Y,X))),X)) ->
% (false)
% Current number of equations to process: 4205
% Current number of ordered equations: 0
% Current number of rules: 920
% New rule produced :
% [937]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(b,combinator))),X)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(
% apply(b,Y),Z)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4204
% Current number of ordered equations: 0
% Current number of rules: 921
% New rule produced :
% [938]
% (eq)(apply(X,apply(apply(apply(Y,apply(b,combinator)),Z),X)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(
% apply(c,Y),Z)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4203
% Current number of ordered equations: 0
% Current number of rules: 922
% New rule produced :
% [939]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(s,
% apply(b,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4202
% Current number of ordered equations: 0
% Current number of rules: 923
% New rule produced :
% [940]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(b,
% apply(X,Y)))),Z)),Y))
% -> (false)
% Current number of equations to process: 4200
% Current number of ordered equations: 0
% Current number of rules: 924
% New rule produced :
% [941]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,Z))),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(c,Y))),Z)),
% apply(X,Z))) -> (false)
% Current number of equations to process: 4199
% Current number of ordered equations: 0
% Current number of rules: 925
% New rule produced :
% [942]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(b,combinator)))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(b,
% apply(b,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4197
% Current number of ordered equations: 0
% Current number of rules: 926
% New rule produced :
% [943]
% (eq)(apply(X,apply(apply(Y,apply(b,combinator)),apply(Z,X))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(b,
% apply(c,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4196
% Current number of ordered equations: 0
% Current number of rules: 927
% New rule produced :
% [944]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,
% apply(b,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4195
% Current number of ordered equations: 0
% Current number of rules: 928
% New rule produced :
% [945]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,
% apply(c,Y)),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4194
% Current number of ordered equations: 0
% Current number of rules: 929
% New rule produced :
% [946]
% (eq)(apply(X,apply(Y,apply(apply(X,Y),apply(b,combinator)))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,
% apply(s,b)),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4193
% Current number of ordered equations: 0
% Current number of rules: 930
% New rule produced :
% [947]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),apply(b,combinator)),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(c,apply(b,combinator)))),X),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 4192
% Current number of ordered equations: 0
% Current number of rules: 931
% New rule produced :
% [948]
% (eq)(apply(X,apply(X,apply(Y,apply(X,apply(b,combinator))))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(s,b),
% apply(b,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4191
% Current number of ordered equations: 0
% Current number of rules: 932
% New rule produced :
% [949]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(b,combinator)),X))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(s,b),
% apply(c,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4190
% Current number of ordered equations: 0
% Current number of rules: 933
% New rule produced :
% [950]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,apply(b,combinator)))),X),X),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),apply(X,X)),X))
% -> (false)
% Current number of equations to process: 4189
% Current number of ordered equations: 0
% Current number of rules: 934
% New rule produced :
% [951]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,apply(apply(b,Y),Z)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),V_3),apply(apply(b,Y),Z)),X))))
% -> (false)
% Current number of equations to process: 4188
% Current number of ordered equations: 0
% Current number of rules: 935
% New rule produced :
% [952]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(V_3,apply(apply(c,Y),Z)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),V_3),apply(apply(c,Y),Z)),X))))
% -> (false)
% Current number of equations to process: 4187
% Current number of ordered equations: 0
% Current number of rules: 936
% New rule produced :
% [953]
% (eq)(apply(X,apply(apply(apply(Y,Z),X),apply(apply(apply(s,V_3),Y),Z))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),apply(V_3,Z)),apply(Y,Z)),X))))
% -> (false)
% Current number of equations to process: 4186
% Current number of ordered equations: 0
% Current number of rules: 937
% New rule produced :
% [954]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(Z,apply(apply(s,b),Y))))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),Z),apply(apply(s,b),Y)),X))))
% -> (false)
% Current number of equations to process: 4185
% Current number of ordered equations: 0
% Current number of rules: 938
% New rule produced :
% [955]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Z),apply(Y,apply(X,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,apply(s,c)),X),Y)),Z))
% -> (false)
% Current number of equations to process: 4184
% Current number of ordered equations: 0
% Current number of rules: 939
% New rule produced :
% [956]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(s,apply(b,combinator)),X)),
% apply(apply(apply(apply(apply(s,b),apply(s,c)),apply(s,apply(b,combinator))),X),Y))
% -> (false)
% Current number of equations to process: 4183
% Current number of ordered equations: 0
% Current number of rules: 940
% New rule produced :
% [957]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),X),Z),Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(c,
% apply(Y,Z)))),Z)),X))
% -> (false)
% Current number of equations to process: 4182
% Current number of ordered equations: 0
% Current number of rules: 941
% New rule produced :
% [958]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(X,Z),Z))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(c,
% apply(s,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 4181
% Current number of ordered equations: 0
% Current number of rules: 942
% New rule produced :
% [959]
% (eq)(apply(apply(apply(apply(apply(s,b),X),apply(s,Y)),apply(Y,Z)),Z),
% apply(combinator,apply(apply(Y,Z),apply(apply(apply(X,apply(s,Y)),apply(Y,Z)),Z))))
% -> (false)
% Current number of equations to process: 4180
% Current number of ordered equations: 0
% Current number of rules: 943
% New rule produced :
% [960]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,b),Y),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(X,Z),apply(apply(Y,apply(X,Z)),Z)))))
% -> (false)
% Current number of equations to process: 4179
% Current number of ordered equations: 0
% Current number of rules: 944
% New rule produced :
% [961]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(apply(s,b),X))),Y),Z),V_3),
% apply(combinator,apply(apply(Z,apply(Y,Z)),apply(apply(X,apply(Z,apply(Y,Z))),V_3))))
% -> (false)
% Current number of equations to process: 4178
% Current number of ordered equations: 0
% Current number of rules: 945
% New rule produced :
% [962]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(apply(b,X),Y)),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Z),V_3)),apply(X,
% apply(Y,Z))))
% -> (false)
% Current number of equations to process: 4177
% Current number of ordered equations: 0
% Current number of rules: 946
% New rule produced :
% [963]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(apply(c,X),Y)),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Z),V_3)),apply(
% apply(X,Z),Y)))
% -> (false)
% Current number of equations to process: 4176
% Current number of ordered equations: 0
% Current number of rules: 947
% New rule produced :
% [964]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(b,Y),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),apply(Y,apply(Z,V_3)))),V_3))
% -> (false)
% Current number of equations to process: 4175
% Current number of ordered equations: 0
% Current number of rules: 948
% New rule produced :
% [965]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(c,Y),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),apply(apply(Y,V_3),Z))),V_3))
% -> (false)
% Current number of equations to process: 4174
% Current number of ordered equations: 0
% Current number of rules: 949
% New rule produced :
% [966]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,combinator))),apply(X,Y)),Y),
% apply(apply(apply(s,apply(apply(apply(s,b),c),apply(s,apply(b,combinator)))),X),Y))
% -> (false)
% Current number of equations to process: 4172
% Current number of ordered equations: 1
% Current number of rules: 950
% New rule produced :
% [967]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(s,apply(b,combinator)))),X),Y),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),apply(X,Y)),Y))
% -> (false)
% Current number of equations to process: 4172
% Current number of ordered equations: 0
% Current number of rules: 951
% New rule produced :
% [968]
% (eq)(apply(X,apply(combinator,apply(apply(apply(s,apply(b,apply(Y,X))),Y),X))),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),apply(Y,X)),X))
% -> (false)
% Current number of equations to process: 4171
% Current number of ordered equations: 0
% Current number of rules: 952
% New rule produced :
% [969]
% (eq)(apply(apply(X,Y),apply(combinator,apply(apply(apply(apply(s,b),X),Y),Y))),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),Y),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4170
% Current number of ordered equations: 0
% Current number of rules: 953
% New rule produced :
% [970]
% (eq)(apply(X,apply(Y,apply(X,apply(combinator,apply(X,X))))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(s,
% apply(b,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4169
% Current number of ordered equations: 0
% Current number of rules: 954
% New rule produced :
% [971]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(apply(b,combinator),
% apply(X,Y))),apply(apply(
% apply(
% apply(s,s),
% apply(s,Y)),
% apply(b,combinator)),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 4168
% Current number of ordered equations: 0
% Current number of rules: 955
% New rule produced :
% [972]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),X),apply(s,Y)),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),Y)),apply(X,apply(s,Y))),apply(b,combinator)))
% -> (false)
% Current number of equations to process: 4167
% Current number of ordered equations: 0
% Current number of rules: 956
% New rule produced :
% [973]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(b,Y)),
% apply(b,Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4166
% Current number of ordered equations: 0
% Current number of rules: 957
% New rule produced :
% [974]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(b,combinator)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(b,Y)),
% apply(c,Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4165
% Current number of ordered equations: 0
% Current number of rules: 958
% New rule produced :
% [975]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(b,combinator))))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(c,
% apply(b,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4164
% Current number of ordered equations: 0
% Current number of rules: 959
% New rule produced :
% [976]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(b,combinator))),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(b,
% apply(c,
% apply(c,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4163
% Current number of ordered equations: 0
% Current number of rules: 960
% New rule produced :
% [977]
% (eq)(apply(X,apply(apply(b,combinator),apply(Y,apply(Z,X)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,b),
% apply(
% apply(b,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4162
% Current number of ordered equations: 0
% Current number of rules: 961
% New rule produced :
% [978]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(Y,X),Z))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,b),
% apply(
% apply(c,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4161
% Current number of ordered equations: 0
% Current number of rules: 962
% New rule produced :
% [979]
% (eq)(apply(X,apply(Y,apply(combinator,apply(X,apply(Y,Z))))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,c),Z)),
% apply(b,combinator)),
% apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 4159
% Current number of ordered equations: 0
% Current number of rules: 963
% New rule produced :
% [980]
% (eq)(apply(apply(X,apply(combinator,apply(apply(X,Y),Z))),Z),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,c),Y)),
% apply(b,combinator)),
% apply(apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 4158
% Current number of ordered equations: 0
% Current number of rules: 964
% New rule produced :
% [981]
% (eq)(apply(apply(X,apply(b,combinator)),apply(combinator,apply(apply(X,
% apply(b,combinator)),Y))),
% apply(apply(apply(s,apply(apply(s,s),apply(apply(c,c),Y))),X),apply(b,combinator)))
% -> (false)
% Current number of equations to process: 4157
% Current number of ordered equations: 0
% Current number of rules: 965
% New rule produced :
% [982]
% (eq)(apply(X,apply(combinator,apply(X,apply(Y,apply(Z,X))))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,s),
% apply(
% apply(b,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4156
% Current number of ordered equations: 0
% Current number of rules: 966
% New rule produced :
% [983]
% (eq)(apply(X,apply(combinator,apply(X,apply(apply(Y,X),Z)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,s),
% apply(
% apply(c,Y),Z))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4155
% Current number of ordered equations: 0
% Current number of rules: 967
% New rule produced :
% [984]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),Z))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(b,
% apply(c,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4154
% Current number of ordered equations: 0
% Current number of rules: 968
% New rule produced :
% [985]
% (eq)(apply(X,apply(apply(Y,X),apply(combinator,apply(Z,X)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(b,
% apply(s,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4153
% Current number of ordered equations: 0
% Current number of rules: 969
% New rule produced :
% [986]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(b,combinator))),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,
% apply(b,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4152
% Current number of ordered equations: 0
% Current number of rules: 970
% New rule produced :
% [987]
% (eq)(apply(X,apply(apply(apply(Y,apply(b,combinator)),Z),X)),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,
% apply(c,Y))),Z)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4151
% Current number of ordered equations: 0
% Current number of rules: 971
% New rule produced :
% [988]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(c,s)),
% apply(b,Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4150
% Current number of ordered equations: 0
% Current number of rules: 972
% New rule produced :
% [989]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,Y)),apply(b,apply(X,Y)))),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(b,apply(X,Y))),Y)) ->
% (false)
% Current number of equations to process: 4149
% Current number of ordered equations: 0
% Current number of rules: 973
% New rule produced :
% [990]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(c,apply(b,X))),apply(c,Y))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,apply(b,X))),
% apply(c,Y))) -> (false)
% Current number of equations to process: 4148
% Current number of ordered equations: 0
% Current number of rules: 974
% New rule produced :
% [991]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(c,apply(c,apply(b,X))),Y)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,apply(c,apply(b,X)))),Y))
% -> (false)
% Current number of equations to process: 4147
% Current number of ordered equations: 0
% Current number of rules: 975
% New rule produced :
% [992]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,apply(c,apply(c,X))),Y))),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(c,apply(c,apply(c,X)))),Y))
% -> (false)
% Current number of equations to process: 4146
% Current number of ordered equations: 0
% Current number of rules: 976
% New rule produced :
% [993]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(Y,apply(X,Y))),apply(X,Y))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(s,apply(c,Z))),X),Y))))
% -> (false)
% Current number of equations to process: 4144
% Current number of ordered equations: 0
% Current number of rules: 977
% New rule produced :
% [994]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),apply(V_3,apply(Z,X))),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(c,apply(apply(s,Y),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 4143
% Current number of ordered equations: 0
% Current number of rules: 978
% New rule produced :
% [995]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,X)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(b,
% apply(Y,X)))),Z)),X))
% -> (false)
% Current number of equations to process: 4142
% Current number of ordered equations: 0
% Current number of rules: 979
% New rule produced :
% [996]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(X,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(b,Y))),
% apply(s,Z))),X)) ->
% (false)
% Current number of equations to process: 4141
% Current number of ordered equations: 0
% Current number of rules: 980
% New rule produced :
% [997]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(s,Y))),
% apply(b,Z))),X)) ->
% (false)
% Current number of equations to process: 4138
% Current number of ordered equations: 0
% Current number of rules: 981
% New rule produced :
% [998]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),X)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(s,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 4136
% Current number of ordered equations: 1
% Current number of rules: 982
% New rule produced :
% [999]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(c,
% apply(s,Y))),
% apply(c,Z))),X)) ->
% (false)
% Current number of equations to process: 4136
% Current number of ordered equations: 0
% Current number of rules: 983
% New rule produced :
% [1000]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(Z,Y),apply(V_3,Y)),X))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,s),apply(apply(s,Z),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 4135
% Current number of ordered equations: 0
% Current number of rules: 984
% New rule produced :
% [1001]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),apply(X,apply(V_3,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(apply(b,Y),Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 4134
% Current number of ordered equations: 0
% Current number of rules: 985
% New rule produced :
% [1002]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),V_3),apply(X,apply(Z,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(apply(c,Y),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 4133
% Current number of ordered equations: 0
% Current number of rules: 986
% New rule produced :
% [1003]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(apply(V_3,X),apply(Z,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(b,apply(s,Y)),V_3)),Z),X))))
% -> (false)
% Current number of equations to process: 4132
% Current number of ordered equations: 0
% Current number of rules: 987
% New rule produced :
% [1004]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(b,Z),apply(Y,Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 4131
% Current number of ordered equations: 0
% Current number of rules: 988
% New rule produced :
% [1005]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),Z),V_3),X))),
% apply(combinator,apply(X,apply(apply(apply(s,Y),apply(apply(b,V_3),apply(Z,V_3))),X))))
% -> (false)
% Current number of equations to process: 4130
% Current number of ordered equations: 0
% Current number of rules: 989
% New rule produced :
% [1006]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),apply(apply(b,Z),V_3)),
% apply(combinator,apply(Z,apply(V_3,apply(apply(apply(s,X),Y),apply(apply(b,Z),V_3))))))
% -> (false)
% Current number of equations to process: 4129
% Current number of ordered equations: 0
% Current number of rules: 990
% New rule produced :
% [1007]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),apply(apply(c,Z),V_3)),
% apply(combinator,apply(apply(Z,apply(apply(apply(s,X),Y),apply(apply(c,Z),V_3))),V_3)))
% -> (false)
% Current number of equations to process: 4128
% Current number of ordered equations: 0
% Current number of rules: 991
% New rule produced :
% [1008]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),apply(V_3,Z)),
% apply(combinator,apply(Z,apply(apply(apply(s,apply(Y,apply(X,Y))),V_3),Z))))
% -> (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 3
% Current number of rules: 992
% New rule produced :
% [1009]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),apply(Y,Z)))),Y),Z),
% apply(combinator,apply(apply(Y,Z),apply(apply(apply(s,X),Z),apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 2
% Current number of rules: 993
% New rule produced :
% [1010]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(V_3,Z)),Y)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,apply(b,apply(s,X))),V_3),Z),Y))))
% -> (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 1
% Current number of rules: 994
% New rule produced :
% [1011]
% (eq)(apply(apply(apply(apply(s,b),apply(X,apply(Y,X))),Z),apply(V_3,Z)),
% apply(combinator,apply(Z,apply(apply(apply(apply(apply(s,apply(b,s)),Y),X),V_3),Z))))
% -> (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 0
% Current number of rules: 995
% New rule produced :
% [1012]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(V_3,Z),Y))),
% apply(combinator,apply(Y,apply(apply(apply(s,X),apply(apply(apply(s,b),V_3),Z)),Y))))
% -> (false)
% Current number of equations to process: 4123
% Current number of ordered equations: 0
% Current number of rules: 996
% New rule produced :
% [1013]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(Y,apply(V_3,Y)))),
% apply(combinator,apply(Y,apply(apply(apply(s,X),apply(apply(s,apply(b,Z)),V_3)),Y))))
% -> (false)
% Current number of equations to process: 4122
% Current number of ordered equations: 0
% Current number of rules: 997
% New rule produced :
% [1014]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X))))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,b),apply(s,Y))),Z),X))))
% -> (false)
% Current number of equations to process: 4121
% Current number of ordered equations: 0
% Current number of rules: 998
% New rule produced :
% [1015]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,Z)),apply(Z,apply(Y,Z))),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,apply(s,s)),Y),Z)),X))
% -> (false)
% Current number of equations to process: 4120
% Current number of ordered equations: 0
% Current number of rules: 999
% New rule produced :
% [1016]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(apply(Z,Y),X)),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(apply(s,s),Z),Y)),V_3),X))))
% -> (false)
% Current number of equations to process: 4118
% Current number of ordered equations: 0
% Current number of rules: 1000
% New rule produced :
% [1017]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(X,apply(Y,X)),apply(Z,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,apply(s,b)),Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4117
% Current number of ordered equations: 0
% Current number of rules: 1001
% New rule produced :
% [1018]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(apply(V_3,Z),X)))),
% apply(combinator,apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,s),V_3),Z)),X))))
% -> (false)
% Current number of equations to process: 4116
% Current number of ordered equations: 0
% Current number of rules: 1002
% New rule produced :
% [1019]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Y),X),apply(Z,X)))),
% apply(combinator,apply(X,apply(apply(apply(apply(apply(s,b),s),apply(s,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 4115
% Current number of ordered equations: 0
% Current number of rules: 1003
% New rule produced :
% [1020]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(Y,X)),apply(Z,X)),X)),
% apply(combinator,apply(X,apply(apply(apply(s,Z),apply(apply(apply(s,Y),Z),X)),X))))
% -> (false)
% Current number of equations to process: 4114
% Current number of ordered equations: 0
% Current number of rules: 1004
% New rule produced :
% [1021]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(X,apply(apply(b,Z),X)))))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),apply(b,Z)),X))))
% -> (false)
% Current number of equations to process: 4112
% Current number of ordered equations: 0
% Current number of rules: 1005
% New rule produced :
% [1022]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(X,apply(apply(c,Z),X))),X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),apply(c,Z)),X))))
% -> (false)
% Current number of equations to process: 4111
% Current number of ordered equations: 0
% Current number of rules: 1006
% New rule produced :
% [1023]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),Y),apply(apply(b,X),Y)))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,apply(s,Z)),apply(b,X)),Y)))))
% -> (false)
% Current number of equations to process: 4109
% Current number of ordered equations: 0
% Current number of rules: 1007
% New rule produced :
% [1024]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),Z),apply(apply(c,X),Z))),Z),
% apply(combinator,apply(apply(X,apply(apply(apply(s,apply(s,Y)),apply(c,X)),Z)),Z)))
% -> (false)
% Current number of equations to process: 4107
% Current number of ordered equations: 0
% Current number of rules: 1008
% New rule produced :
% [1025]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(Z,apply(X,Y)))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(s,Z)),X),Y)))) ->
% (false)
% Current number of equations to process: 4106
% Current number of ordered equations: 0
% Current number of rules: 1009
% New rule produced :
% [1026]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(c,
% apply(b,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 4105
% Current number of ordered equations: 0
% Current number of rules: 1010
% New rule produced :
% [1027]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,s),
% apply(c,
% apply(c,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 4104
% Current number of ordered equations: 0
% Current number of rules: 1011
% New rule produced :
% [1028]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(apply(apply(s,b),b),X),Y)))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,Z),X)),apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 4121
% Current number of ordered equations: 0
% Current number of rules: 1012
% New rule produced :
% [1029]
% (eq)(apply(apply(X,apply(Y,apply(apply(apply(apply(s,b),c),X),Z))),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,Y),X)),apply(apply(c,X),Z)))
% -> (false)
% Current number of equations to process: 4158
% Current number of ordered equations: 0
% Current number of rules: 1013
% New rule produced :
% [1030]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(apply(s,V_3),X),Y))),apply(combinator,
% apply(
% apply(X,Y),
% apply(Z,
% apply(
% apply(V_3,Y),
% apply(X,Y))))))
% -> (false)
% Current number of equations to process: 4180
% Current number of ordered equations: 0
% Current number of rules: 1014
% New rule produced :
% [1031]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(apply(s,Z),X)),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,Y),apply(Z,Y))),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4191
% Current number of ordered equations: 0
% Current number of rules: 1015
% New rule produced :
% [1032]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),apply(s,Z)),X),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,X),apply(Z,Y))),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4200
% Current number of ordered equations: 0
% Current number of rules: 1016
% New rule produced :
% [1033]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,apply(Z,X)))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,Y),V_3),
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 4222
% Current number of ordered equations: 0
% Current number of rules: 1017
% New rule produced :
% [1034]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(apply(s,Y),X)),Z)),X))
% -> (false)
% Current number of equations to process: 4225
% Current number of ordered equations: 0
% Current number of rules: 1018
% New rule produced :
% [1035]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(Y,X)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),Y),X)),Z))
% -> (false)
% Current number of equations to process: 4241
% Current number of ordered equations: 0
% Current number of rules: 1019
% New rule produced :
% [1036]
% (eq)(apply(apply(apply(apply(s,b),apply(b,combinator)),X),apply(apply(Y,
% apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(apply(s,s),Y)),apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 4302
% Current number of ordered equations: 0
% Current number of rules: 1020
% New rule produced :
% [1037]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(X,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,s),apply(s,Z)),X)),Y))
% -> (false)
% Current number of equations to process: 4301
% Current number of ordered equations: 0
% Current number of rules: 1021
% New rule produced :
% [1038]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(apply(s,b),b),X),Y),Z))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),Z)),apply(apply(b,X),Y)))
% -> (false)
% Current number of equations to process: 4319
% Current number of ordered equations: 0
% Current number of rules: 1022
% New rule produced :
% [1039]
% (eq)(apply(apply(X,apply(apply(apply(apply(apply(s,b),c),X),Y),Z)),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),Z)),apply(apply(c,X),Y)))
% -> (false)
% Current number of equations to process: 4359
% Current number of ordered equations: 0
% Current number of rules: 1023
% New rule produced :
% [1040]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,Z),X),Y),V_3)),apply(combinator,
% apply(
% apply(X,Y),
% apply(
% apply(
% apply(Z,Y),
% apply(X,Y)),V_3))))
% -> (false)
% Current number of equations to process: 4381
% Current number of ordered equations: 0
% Current number of rules: 1024
% New rule produced :
% [1041]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(V_3,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4425
% Current number of ordered equations: 0
% Current number of rules: 1025
% New rule produced :
% [1042]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,Y)))),Y),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,X),apply(Z,apply(Y,Z)))),Y))
% -> (false)
% Current number of equations to process: 4442
% Current number of ordered equations: 0
% Current number of rules: 1026
% New rule produced :
% [1043]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(Z,X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(s,c),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 4543
% Current number of ordered equations: 0
% Current number of rules: 1027
% New rule produced :
% [1044]
% (eq)(apply(X,apply(apply(X,apply(Y,X)),apply(apply(Z,X),apply(Y,X)))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(apply(s,s),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 4552
% Current number of ordered equations: 0
% Current number of rules: 1028
% New rule produced :
% [1045]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(Z,X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Z),
% apply(
% apply(s,Y),Z))),X))
% -> (false)
% Current number of equations to process: 4596
% Current number of ordered equations: 0
% Current number of rules: 1029
% New rule produced :
% [1046]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Y,apply(s,Y)),X))),apply(apply(
% apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),s),Y),X))
% -> (false)
% Current number of equations to process: 4624
% Current number of ordered equations: 0
% Current number of rules: 1030
% New rule produced :
% [1047]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Y),
% apply(X,
% apply(Y,X)))),X))
% -> (false)
% Current number of equations to process: 4647
% Current number of ordered equations: 0
% Current number of rules: 1031
% New rule produced :
% [1048]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,apply(Z,X))),Z),X))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,apply(b,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 4690
% Current number of ordered equations: 0
% Current number of rules: 1032
% New rule produced :
% [1049]
% (eq)(apply(apply(apply(s,apply(b,apply(X,apply(Y,X)))),apply(apply(b,X),Y)),X),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),X))),Y),X)) ->
% (false)
% Current number of equations to process: 4720
% Current number of ordered equations: 0
% Current number of rules: 1033
% New rule produced :
% [1050]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Y))),apply(apply(c,X),Y)),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(X,Y)),Y)) -> (false)
% Current number of equations to process: 4750
% Current number of ordered equations: 0
% Current number of rules: 1034
% New rule produced :
% [1051]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,X)),apply(Y,X)),apply(apply(
% apply(s,
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Y)),Y),X))
% -> (false)
% Current number of equations to process: 4786
% Current number of ordered equations: 0
% Current number of rules: 1035
% New rule produced :
% [1052]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(Y,Z))),Y),Z),X)),
% apply(apply(apply(apply(s,apply(s,apply(b,apply(s,apply(b,combinator))))),Y),Z),X))
% -> (false)
% Current number of equations to process: 4822
% Current number of ordered equations: 0
% Current number of rules: 1036
% New rule produced :
% [1053]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Z,
% apply(
% apply(Y,Z),Z))),X))
% -> (false)
% Current number of equations to process: 4892
% Current number of ordered equations: 0
% Current number of rules: 1037
% New rule produced :
% [1054]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(apply(s,Z),X)),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),Z),Y)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4933
% Current number of ordered equations: 0
% Current number of rules: 1038
% New rule produced :
% [1055]
% (eq)(apply(apply(X,X),apply(apply(apply(apply(s,b),apply(s,Y)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),Y),X)),
% apply(X,X))) -> (false)
% Current number of equations to process: 4938
% Current number of ordered equations: 0
% Current number of rules: 1039
% New rule produced :
% [1056]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(X,apply(Y,X))),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,b)),Y),X)),X))
% -> (false)
% Current number of equations to process: 4955
% Current number of ordered equations: 0
% Current number of rules: 1040
% New rule produced :
% [1057]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,Y))),Y),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),X),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 4964
% Current number of ordered equations: 0
% Current number of rules: 1041
% New rule produced :
% [1058]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,Y)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,b)),Z),Y)),X))
% -> (false)
% Current number of equations to process: 1460
% Current number of ordered equations: 0
% Current number of rules: 1042
% New rule produced :
% [1059]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Y,apply(X,Y)),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,apply(s,b)),X),Y)),Y))
% -> (false)
% Current number of equations to process: 1459
% Current number of ordered equations: 0
% Current number of rules: 1043
% New rule produced :
% [1060]
% (eq)(apply(X,apply(Y,apply(combinator,apply(X,apply(Y,X))))),apply(apply(
% apply(
% apply(
% apply(s,b),
% apply(s,b)),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 1467
% Current number of ordered equations: 0
% Current number of rules: 1044
% New rule produced :
% [1061]
% (eq)(apply(X,apply(combinator,apply(X,apply(apply(Y,apply(b,combinator)),X)))),
% apply(apply(apply(apply(s,s),apply(apply(s,s),Y)),apply(b,combinator)),X)) ->
% (false)
% Current number of equations to process: 1489
% Current number of ordered equations: 0
% Current number of rules: 1045
% New rule produced :
% [1062]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Y,apply(b,Y)),X)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,s)),b),Y)),X))
% -> (false)
% Current number of equations to process: 1489
% Current number of ordered equations: 0
% Current number of rules: 1046
% New rule produced :
% [1063]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),Y),X)),X),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(b,X)),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 1524
% Current number of ordered equations: 0
% Current number of rules: 1047
% New rule produced :
% [1064]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),Y)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(b,X)),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 1528
% Current number of ordered equations: 0
% Current number of rules: 1048
% New rule produced :
% [1065]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(b,apply(X,Y))),Z)),Y))
% -> (false)
% Current number of equations to process: 1553
% Current number of ordered equations: 0
% Current number of rules: 1049
% New rule produced :
% [1066]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(b,Y)),Z)),V_3),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(Y,apply(X,Z))),V_3)),X))
% -> (false)
% Current number of equations to process: 1611
% Current number of ordered equations: 0
% Current number of rules: 1050
% New rule produced :
% [1067]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(c,Y)),Z)),V_3),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,apply(apply(Y,Z),X)),V_3)),X))
% -> (false)
% Current number of equations to process: 1610
% Current number of ordered equations: 0
% Current number of rules: 1051
% New rule produced :
% [1068]
% (eq)(apply(X,apply(Y,apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(apply(c,b),Z))),Y)),X))
% -> (false)
% Current number of equations to process: 1788
% Current number of ordered equations: 0
% Current number of rules: 1052
% New rule produced :
% [1069]
% (eq)(apply(X,apply(apply(Y,X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(apply(c,c),Z))),Y)),X))
% -> (false)
% Current number of equations to process: 1787
% Current number of ordered equations: 0
% Current number of rules: 1053
% New rule produced :
% [1070]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(
% apply(c,s),Z))),Y)),X))
% -> (false)
% Current number of equations to process: 1795
% Current number of ordered equations: 0
% Current number of rules: 1054
% New rule produced :
% [1071]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Z),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(
% apply(c,X),Z))),Y)),Z))
% -> (false)
% Current number of equations to process: 1811
% Current number of ordered equations: 0
% Current number of rules: 1055
% New rule produced :
% [1072]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(
% apply(s,b),Y))),X)),X))
% -> (false)
% Current number of equations to process: 1840
% Current number of ordered equations: 0
% Current number of rules: 1056
% New rule produced :
% [1073]
% (eq)(apply(X,apply(apply(X,apply(b,combinator)),apply(Y,X))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(s,c),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 1883
% Current number of ordered equations: 0
% Current number of rules: 1057
% New rule produced :
% [1074]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),apply(apply(b,Z),Y)),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,c),Z),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 1930
% Current number of ordered equations: 0
% Current number of rules: 1058
% New rule produced :
% [1075]
% (eq)(apply(X,apply(apply(apply(s,X),apply(apply(b,Y),c)),X)),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),Y),
% apply(c,X)),X))
% -> (false)
% Current number of equations to process: 1941
% Current number of ordered equations: 0
% Current number of rules: 1059
% New rule produced :
% [1076]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),Y)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),
% apply(Z,X)),Y)),X))
% -> (false)
% Current number of equations to process: 1965
% Current number of ordered equations: 0
% Current number of rules: 1060
% New rule produced :
% [1077]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(b,Z)),V_3)),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Y),apply(Z,apply(X,V_3)))),X))
% -> (false)
% Current number of equations to process: 1964
% Current number of ordered equations: 0
% Current number of rules: 1061
% New rule produced :
% [1078]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(c,Z)),V_3)),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Y),apply(apply(Z,V_3),X))),X))
% -> (false)
% Current number of equations to process: 1963
% Current number of ordered equations: 0
% Current number of rules: 1062
% New rule produced :
% [1079]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(Y,Z),X))),Y),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,apply(s,c)),Y),Z)),X))
% -> (false)
% Current number of equations to process: 2037
% Current number of ordered equations: 0
% Current number of rules: 1063
% New rule produced :
% [1080]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(X,Z)))),X),Z)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,apply(s,apply(s,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 2089
% Current number of ordered equations: 0
% Current number of rules: 1064
% New rule produced :
% [1081]
% (eq)(apply(apply(apply(apply(s,s),apply(apply(s,X),Y)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,
% apply(X,Y)),Y)),
% apply(Y,Y))) ->
% (false)
% Current number of equations to process: 2104
% Current number of ordered equations: 0
% Current number of rules: 1065
% New rule produced :
% [1082]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(X,apply(c,X))),apply(apply(
% apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),c),X),Y))
% -> (false)
% Current number of equations to process: 2133
% Current number of ordered equations: 0
% Current number of rules: 1066
% New rule produced :
% [1083]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),c),X),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),X),apply(c,X)),Y))
% -> (false)
% Current number of equations to process: 2139
% Current number of ordered equations: 0
% Current number of rules: 1067
% New rule produced :
% [1084]
% (eq)(apply(X,apply(X,apply(Y,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(
% apply(c,b),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2184
% Current number of ordered equations: 0
% Current number of rules: 1068
% New rule produced :
% [1085]
% (eq)(apply(X,apply(apply(X,apply(apply(b,combinator),X)),Y)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(
% apply(c,c),Y))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2183
% Current number of ordered equations: 0
% Current number of rules: 1069
% New rule produced :
% [1086]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(c,Y),X))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2189
% Current number of ordered equations: 0
% Current number of rules: 1070
% New rule produced :
% [1087]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Y),apply(apply(b,combinator),Y)),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(c,X),Y))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 2200
% Current number of ordered equations: 0
% Current number of rules: 1071
% New rule produced :
% [1088]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),apply(b,combinator)),X))),
% apply(apply(apply(apply(s,s),apply(s,apply(apply(s,b),Y))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2215
% Current number of ordered equations: 0
% Current number of rules: 1072
% New rule produced :
% [1089]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(b,combinator)),Y)),
% apply(apply(apply(apply(s,s),apply(apply(b,apply(s,X)),Z)),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 2237
% Current number of ordered equations: 0
% Current number of rules: 1073
% New rule produced :
% [1090]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(b,combinator),Y))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(s,c)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2284
% Current number of ordered equations: 0
% Current number of rules: 1074
% New rule produced :
% [1091]
% (eq)(apply(X,apply(apply(Y,X),apply(combinator,apply(Y,X)))),apply(apply(
% apply(
% apply(s,s),
% apply(
% apply(c,
% apply(s,s)),Y)),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2289
% Current number of ordered equations: 0
% Current number of rules: 1075
% New rule produced :
% [1092]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(apply(b,combinator),Z)),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,Y),apply(b,combinator)),Z)),X))
% -> (false)
% Current number of equations to process: 2288
% Current number of ordered equations: 0
% Current number of rules: 1076
% New rule produced :
% [1093]
% (eq)(apply(X,apply(apply(Y,apply(apply(Y,apply(c,Y)),X)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,s)),c),Y)),X))
% -> (false)
% Current number of equations to process: 2335
% Current number of ordered equations: 0
% Current number of rules: 1077
% New rule produced :
% [1094]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(c,Y)),apply(X,Y))),Z))
% -> (false)
% Current number of equations to process: 2375
% Current number of ordered equations: 0
% Current number of rules: 1078
% New rule produced :
% [1095]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,apply(Z,Y))),V_3),X)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,
% apply(b,s)),Z),Y),V_3),X))))
% -> (false)
% Current number of equations to process: 2397
% Current number of ordered equations: 0
% Current number of rules: 1079
% New rule produced :
% [1096]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,apply(V_3,Z))),X)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(b,
% apply(s,Y))),V_3),Z),X))))
% -> (false)
% Current number of equations to process: 2438
% Current number of ordered equations: 0
% Current number of rules: 1080
% New rule produced :
% [1097]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,b),Z),Y),X),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2480
% Current number of ordered equations: 0
% Current number of rules: 1081
% New rule produced :
% [1098]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(V_3,Z),X)))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(
% apply(
% apply(s,b),V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 2524
% Current number of ordered equations: 0
% Current number of rules: 1082
% New rule produced :
% [1099]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),apply(Z,X)),X)),
% apply(combinator,apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),Z),X)),X))))
% -> (false)
% Current number of equations to process: 2535
% Current number of ordered equations: 0
% Current number of rules: 1083
% New rule produced :
% [1100]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(b,Y)),Z),X),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 2567
% Current number of ordered equations: 0
% Current number of rules: 1084
% New rule produced :
% [1101]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X))))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(
% apply(s,
% apply(b,Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 2609
% Current number of ordered equations: 0
% Current number of rules: 1085
% New rule produced :
% [1102]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(Z,X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,s),
% apply(s,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 2654
% Current number of ordered equations: 0
% Current number of rules: 1086
% New rule produced :
% [1103]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(b,Y),apply(X,Y))),Z),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(X,Y),Z))) -> (false)
% Current number of equations to process: 2708
% Current number of ordered equations: 0
% Current number of rules: 1087
% New rule produced :
% [1104]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),X),Y)),Z),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(Y,apply(apply(X,Y),Z))))) ->
% (false)
% Current number of equations to process: 2707
% Current number of ordered equations: 0
% Current number of rules: 1088
% New rule produced :
% [1105]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),X),Y)),apply(Z,Y)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,X),Z),Y))) ->
% (false)
% Current number of equations to process: 2773
% Current number of ordered equations: 0
% Current number of rules: 1089
% New rule produced :
% [1106]
% (eq)(apply(apply(X,apply(Y,Z)),apply(apply(apply(apply(s,b),apply(b,X)),Y),Z)),
% apply(combinator,apply(apply(X,apply(Y,Z)),apply(Y,apply(X,apply(Y,Z)))))) ->
% (false)
% Current number of equations to process: 2772
% Current number of ordered equations: 0
% Current number of rules: 1090
% New rule produced :
% [1107]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),apply(c,X)),Z),Y)),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(Z,apply(apply(X,Y),Z))))) ->
% (false)
% Current number of equations to process: 2771
% Current number of ordered equations: 0
% Current number of rules: 1091
% New rule produced :
% [1108]
% (eq)(apply(apply(apply(X,Y),Y),apply(apply(apply(apply(s,b),X),Y),Y)),
% apply(combinator,apply(apply(apply(s,apply(b,apply(apply(X,Y),Y))),apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 2770
% Current number of ordered equations: 0
% Current number of rules: 1092
% New rule produced :
% [1109]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(apply(s,b),apply(b,X)),Y),X)),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),Y))),Y),X)) ->
% (false)
% Current number of equations to process: 2778
% Current number of ordered equations: 0
% Current number of rules: 1093
% New rule produced :
% [1110]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),apply(c,b)),Y),X))),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(b,X),Y))) -> (false)
% Current number of equations to process: 2797
% Current number of ordered equations: 0
% Current number of rules: 1094
% New rule produced :
% [1111]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),apply(c,c)),Y),X)),Y),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(c,X),Y))) -> (false)
% Current number of equations to process: 2799
% Current number of ordered equations: 0
% Current number of rules: 1095
% New rule produced :
% [1112]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),apply(c,X)),Y)),Y),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(X,Y),Y))) -> (false)
% Current number of equations to process: 2810
% Current number of ordered equations: 1
% Current number of rules: 1096
% New rule produced :
% [1113]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(s,b),apply(c,X)),Z),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(X,Y)),Z)) -> (false)
% Current number of equations to process: 2810
% Current number of ordered equations: 0
% Current number of rules: 1097
% New rule produced :
% [1114]
% (eq)(apply(X,apply(apply(combinator,apply(apply(s,apply(b,combinator)),Y)),X)),
% apply(apply(apply(apply(apply(s,apply(s,b)),s),apply(b,combinator)),Y),X)) ->
% (false)
% Current number of equations to process: 2838
% Current number of ordered equations: 0
% Current number of rules: 1098
% New rule produced :
% [1115]
% (eq)(apply(X,apply(Y,apply(apply(s,apply(b,combinator)),X))),apply(apply(
% apply(
% apply(
% apply(s,b),
% apply(c,b)),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 2860
% Current number of ordered equations: 0
% Current number of rules: 1099
% New rule produced :
% [1116]
% (eq)(apply(X,apply(apply(Y,X),apply(s,apply(b,combinator)))),apply(apply(
% apply(
% apply(
% apply(s,b),
% apply(c,c)),
% apply(s,
% apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 2859
% Current number of ordered equations: 0
% Current number of rules: 1100
% New rule produced :
% [1117]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(s,apply(b,combinator)),X))),
% apply(apply(apply(apply(apply(s,b),apply(c,s)),apply(s,apply(b,combinator))),Y),X))
% -> (false)
% Current number of equations to process: 2865
% Current number of ordered equations: 0
% Current number of rules: 1101
% New rule produced :
% [1118]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,X),
% apply(
% apply(b,Y),Y))),Y))
% -> (false)
% Current number of equations to process: 2901
% Current number of ordered equations: 0
% Current number of rules: 1102
% New rule produced :
% [1119]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(c,
% apply(b,Z)),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 2927
% Current number of ordered equations: 0
% Current number of rules: 1103
% New rule produced :
% [1120]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(b,apply(
% apply(c,
% apply(c,Y)),X)),Z)),X))
% -> (false)
% Current number of equations to process: 2956
% Current number of ordered equations: 0
% Current number of rules: 1104
% New rule produced :
% [1121]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(c,
% apply(c,X)),Y)),Z)),Y))
% -> (false)
% Current number of equations to process: 2972
% Current number of ordered equations: 0
% Current number of rules: 1105
% New rule produced :
% [1122]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Y),
% apply(apply(c,
% apply(b,Z)),Z))),X))
% -> (false)
% Current number of equations to process: 3000
% Current number of ordered equations: 0
% Current number of rules: 1106
% New rule produced :
% [1123]
% (eq)(apply(X,apply(Y,apply(Y,apply(X,Z)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(apply(s,b),c),
% apply(b,Y)),Z)),X)) ->
% (false)
% Current number of equations to process: 3007
% Current number of ordered equations: 0
% Current number of rules: 1107
% New rule produced :
% [1124]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,Z)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,X),
% apply(apply(c,
% apply(c,Y)),Z))),X))
% -> (false)
% Current number of equations to process: 3038
% Current number of ordered equations: 0
% Current number of rules: 1108
% New rule produced :
% [1125]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,Z),
% apply(apply(c,
% apply(c,Y)),Z))),X))
% -> (false)
% Current number of equations to process: 3044
% Current number of ordered equations: 0
% Current number of rules: 1109
% New rule produced :
% [1126]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(combinator,
% apply(X,apply(Z,apply(
% apply(Y,X),Z)))))
% -> (false)
% Current number of equations to process: 3058
% Current number of ordered equations: 0
% Current number of rules: 1110
% New rule produced :
% [1127]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),Z)),apply(combinator,
% apply(X,apply(X,apply(
% apply(Y,X),Z)))))
% -> (false)
% Current number of equations to process: 3075
% Current number of ordered equations: 0
% Current number of rules: 1111
% New rule produced :
% [1128]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,Y),
% apply(
% apply(c,X),Z))),Y))
% -> (false)
% Current number of equations to process: 3090
% Current number of ordered equations: 0
% Current number of rules: 1112
% New rule produced :
% [1129]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(b,
% apply(b,Z)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 3115
% Current number of ordered equations: 0
% Current number of rules: 1113
% New rule produced :
% [1130]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(b,
% apply(c,Y)),Z)),X)),X))
% -> (false)
% Current number of equations to process: 3144
% Current number of ordered equations: 0
% Current number of rules: 1114
% New rule produced :
% [1131]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(b,
% apply(c,X)),Z)),Y)),Y))
% -> (false)
% Current number of equations to process: 3160
% Current number of ordered equations: 0
% Current number of rules: 1115
% New rule produced :
% [1132]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),X),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,b),Y)),X)),X))
% -> (false)
% Current number of equations to process: 3183
% Current number of ordered equations: 0
% Current number of rules: 1116
% New rule produced :
% [1133]
% (eq)(apply(apply(apply(apply(s,b),X),X),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,c),Y)),X)),X))
% -> (false)
% Current number of equations to process: 3213
% Current number of ordered equations: 0
% Current number of rules: 1117
% New rule produced :
% [1134]
% (eq)(apply(X,apply(apply(X,Y),apply(Z,Y))),apply(combinator,apply(X,apply(
% apply(
% apply(s,X),Z),Y))))
% -> (false)
% Current number of equations to process: 3231
% Current number of ordered equations: 0
% Current number of rules: 1118
% New rule produced :
% [1135]
% (eq)(apply(apply(b,X),apply(X,apply(Y,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,c),Z)),Y)),
% apply(b,X))) -> (false)
% Current number of equations to process: 3230
% Current number of ordered equations: 0
% Current number of rules: 1119
% New rule produced :
% [1136]
% (eq)(apply(apply(c,X),apply(apply(X,Y),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,c),Y)),Z)),
% apply(c,X))) -> (false)
% Current number of equations to process: 3229
% Current number of ordered equations: 0
% Current number of rules: 1120
% New rule produced :
% [1137]
% (eq)(apply(X,apply(apply(apply(s,X),Y),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,c),
% apply(Y,Z))),Z)),X))
% -> (false)
% Current number of equations to process: 3228
% Current number of ordered equations: 0
% Current number of rules: 1121
% New rule produced :
% [1138]
% (eq)(apply(apply(apply(apply(s,b),X),X),apply(Y,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,s),Y)),X)),X))
% -> (false)
% Current number of equations to process: 3233
% Current number of ordered equations: 0
% Current number of rules: 1122
% New rule produced :
% [1139]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,X),Z),Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,b),Z)),Y)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 3255
% Current number of ordered equations: 0
% Current number of rules: 1123
% New rule produced :
% [1140]
% (eq)(apply(apply(apply(s,X),apply(apply(X,Y),Z)),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,c),Y)),Z)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 3254
% Current number of ordered equations: 0
% Current number of rules: 1124
% New rule produced :
% [1141]
% (eq)(apply(apply(s,X),apply(apply(X,Y),apply(Z,Y))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,c),Y)),Z)),
% apply(s,X))) -> (false)
% Current number of equations to process: 3253
% Current number of ordered equations: 0
% Current number of rules: 1125
% New rule produced :
% [1142]
% (eq)(apply(apply(c,X),apply(apply(X,apply(Y,Z)),Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,s),Y)),Z)),
% apply(c,X))) -> (false)
% Current number of equations to process: 3252
% Current number of ordered equations: 0
% Current number of rules: 1126
% New rule produced :
% [1143]
% (eq)(apply(X,apply(Y,apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(apply(c,apply(c,b)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 3281
% Current number of ordered equations: 0
% Current number of rules: 1127
% New rule produced :
% [1144]
% (eq)(apply(X,apply(apply(Y,Z),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(apply(c,apply(c,c)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 3280
% Current number of ordered equations: 0
% Current number of rules: 1128
% New rule produced :
% [1145]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(c,
% apply(c,s)),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 3289
% Current number of ordered equations: 0
% Current number of rules: 1129
% New rule produced :
% [1146]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Z),V_3),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,
% apply(c,X)),Y)),V_3)),Z))
% -> (false)
% Current number of equations to process: 3305
% Current number of ordered equations: 0
% Current number of rules: 1130
% New rule produced :
% [1147]
% (eq)(apply(X,apply(Y,apply(apply(X,Y),Z))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),X),Y),Z))))
% -> (false)
% Current number of equations to process: 3347
% Current number of ordered equations: 0
% Current number of rules: 1131
% New rule produced :
% [1148]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(X,Y)),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(c,
% apply(s,b)),Y)),Y)),X))
% -> (false)
% Current number of equations to process: 3355
% Current number of ordered equations: 0
% Current number of rules: 1132
% New rule produced :
% [1149]
% (eq)(apply(X,apply(X,apply(Y,apply(X,Z)))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(b,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3371
% Current number of ordered equations: 0
% Current number of rules: 1133
% New rule produced :
% [1150]
% (eq)(apply(X,apply(X,apply(apply(Y,Z),X))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(c,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 0
% Current number of rules: 1134
% New rule produced :
% [1151]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(Z,X))))) ->
% (false)
% Current number of equations to process: 3376
% Current number of ordered equations: 0
% Current number of rules: 1135
% New rule produced :
% [1152]
% (eq)(apply(X,apply(X,apply(apply(Y,Z),apply(X,Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3375
% Current number of ordered equations: 0
% Current number of rules: 1136
% New rule produced :
% [1153]
% (eq)(apply(X,apply(X,apply(apply(Y,X),Z))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),Z)))
% -> (false)
% Rule
% [430]
% (eq)(apply(X,apply(X,apply(apply(Y,X),X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 3385
% Current number of ordered equations: 0
% Current number of rules: 1136
% New rule produced :
% [1154]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(Z,X)),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(b,Y),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 3392
% Current number of ordered equations: 0
% Current number of rules: 1137
% New rule produced :
% [1155]
% (eq)(apply(X,apply(X,apply(apply(apply(Y,X),Z),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,Y),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 3391
% Current number of ordered equations: 0
% Current number of rules: 1138
% New rule produced :
% [1156]
% (eq)(apply(X,apply(X,apply(X,apply(apply(Y,X),Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),Z))))
% -> (false)
% Current number of equations to process: 3390
% Current number of ordered equations: 0
% Current number of rules: 1139
% New rule produced :
% [1157]
% (eq)(apply(X,apply(X,apply(Y,apply(Z,apply(X,Z))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 3389
% Current number of ordered equations: 0
% Current number of rules: 1140
% New rule produced :
% [1158]
% (eq)(apply(X,apply(X,apply(apply(apply(Y,X),apply(Z,X)),V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(s,Y),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 3394
% Current number of ordered equations: 0
% Current number of rules: 1141
% New rule produced :
% [1159]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),Y),apply(Z,X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Z),X),
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3393
% Current number of ordered equations: 0
% Current number of rules: 1142
% New rule produced :
% [1160]
% (eq)(apply(apply(X,Y),apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Z))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(apply(s,apply(s,b)),X),Y),Z))))
% -> (false)
% Current number of equations to process: 3390
% Current number of ordered equations: 2
% Current number of rules: 1143
% New rule produced :
% [1161]
% (eq)(apply(apply(X,Y),apply(apply(X,Y),apply(apply(Z,apply(X,Y)),Y))),
% apply(combinator,apply(apply(apply(s,X),apply(apply(apply(s,b),Z),apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 3390
% Current number of ordered equations: 1
% Current number of rules: 1144
% New rule produced :
% [1162]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,X),apply(Z,apply(X,Y))),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(apply(s,b),Z),apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 3390
% Current number of ordered equations: 0
% Current number of rules: 1145
% New rule produced :
% [1163]
% (eq)(apply(X,apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),V_3))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),Y),X),apply(V_3,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3389
% Current number of ordered equations: 0
% Current number of rules: 1146
% New rule produced :
% [1164]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),X),Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),
% apply(b,Y))),Y)),X))
% -> (false)
% Current number of equations to process: 3394
% Current number of ordered equations: 0
% Current number of rules: 1147
% New rule produced :
% [1165]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,Z)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 3424
% Current number of ordered equations: 0
% Current number of rules: 1148
% New rule produced :
% [1166]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,b),
% apply(c,Y))),X)),X))
% -> (false)
% Current number of equations to process: 3427
% Current number of ordered equations: 0
% Current number of rules: 1149
% New rule produced :
% [1167]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(X,Y)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),X),Y))))
% -> (false)
% Current number of equations to process: 3465
% Current number of ordered equations: 0
% Current number of rules: 1150
% New rule produced :
% [1168]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Z)))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,Y))),X),Z)))
% -> (false)
% Rule
% [448]
% (eq)(apply(X,apply(Y,apply(X,apply(X,X)))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,Y))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 3468
% Current number of ordered equations: 0
% Current number of rules: 1150
% New rule produced :
% [1169]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,apply(X,V_3))))),apply(combinator,
% apply(X,apply(
% apply(
% apply(s,
% apply(b,
% apply(
% apply(b,Y),Z))),X),V_3))))
% -> (false)
% Current number of equations to process: 3473
% Current number of ordered equations: 0
% Current number of rules: 1151
% New rule produced :
% [1170]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(X,Z))),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(c,Y),V_3))),X),Z))))
% -> (false)
% Current number of equations to process: 3472
% Current number of ordered equations: 0
% Current number of rules: 1152
% New rule produced :
% [1171]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),apply(X,Z))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,
% apply(X,Z)))),X),Z))))
% -> (false)
% Current number of equations to process: 3471
% Current number of ordered equations: 0
% Current number of rules: 1153
% New rule produced :
% [1172]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,apply(Z,X))),Z),X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 3470
% Current number of ordered equations: 0
% Current number of rules: 1154
% New rule produced :
% [1173]
% (eq)(apply(apply(X,Y),apply(Z,apply(Y,apply(apply(X,Y),Y)))),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,
% apply(b,Z)),
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 3471
% Current number of ordered equations: 0
% Current number of rules: 1155
% New rule produced :
% [1174]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,apply(X,apply(apply(b,Z),V_3)))))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(apply(b,Z),V_3)))))
% -> (false)
% Current number of equations to process: 3470
% Current number of ordered equations: 0
% Current number of rules: 1156
% New rule produced :
% [1175]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(X,apply(apply(c,Z),V_3))),V_3))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(apply(c,Z),V_3)))))
% -> (false)
% Current number of equations to process: 3469
% Current number of ordered equations: 0
% Current number of rules: 1157
% New rule produced :
% [1176]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(apply(apply(s,b),X),Y),Y))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(b,Z)),apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 3468
% Current number of ordered equations: 0
% Current number of rules: 1158
% New rule produced :
% [1177]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(b,combinator))),apply(b,combinator)),X)),
% apply(apply(apply(apply(s,s),apply(apply(s,b),apply(b,X))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3471
% Current number of ordered equations: 0
% Current number of rules: 1159
% New rule produced :
% [1178]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),apply(b,X)),X)),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,b),X)),X))
% -> (false)
% Current number of equations to process: 3539
% Current number of ordered equations: 0
% Current number of rules: 1160
% New rule produced :
% [1179]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),b),X),Y))),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,b),Y)),X))
% -> (false)
% Current number of equations to process: 3543
% Current number of ordered equations: 0
% Current number of rules: 1161
% New rule produced :
% [1180]
% (eq)(apply(X,apply(X,apply(X,apply(Y,Y)))),apply(apply(apply(s,apply(s,
% apply(b,combinator))),
% apply(apply(c,c),Y)),
% apply(b,X))) -> (false)
% Current number of equations to process: 3552
% Current number of ordered equations: 0
% Current number of rules: 1162
% New rule produced :
% [1181]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),X),X),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,c),X)),X))
% -> (false)
% Current number of equations to process: 3558
% Current number of ordered equations: 0
% Current number of rules: 1163
% New rule produced :
% [1182]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),Y)),Y),apply(apply(
% apply(s,
% apply(s,
% apply(b,combinator))),
% apply(
% apply(c,c),Y)),X))
% -> (false)
% Current number of equations to process: 3560
% Current number of ordered equations: 0
% Current number of rules: 1164
% New rule produced :
% [1183]
% (eq)(apply(X,apply(apply(Y,X),apply(X,apply(apply(apply(s,b),Y),X)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,b),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 3576
% Current number of ordered equations: 0
% Current number of rules: 1165
% New rule produced :
% [1184]
% (eq)(apply(apply(X,Y),apply(apply(c,X),apply(apply(c,apply(c,X)),Y))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,c),Y)),
% apply(c,X))) -> (false)
% Current number of equations to process: 3575
% Current number of ordered equations: 0
% Current number of rules: 1166
% New rule produced :
% [1185]
% (eq)(apply(apply(X,apply(X,apply(apply(apply(s,c),Y),X))),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,c),apply(Y,X))),X))
% -> (false)
% Current number of equations to process: 3574
% Current number of ordered equations: 0
% Current number of rules: 1167
% New rule produced :
% [1186]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(s,apply(b,Y)),Y),X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,apply(b,X)),X)),Y))
% -> (false)
% Current number of equations to process: 3582
% Current number of ordered equations: 0
% Current number of rules: 1168
% New rule produced :
% [1187]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(b,X),Y)))),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(apply(c,
% apply(c,b)),X)),Y))
% -> (false)
% Current number of equations to process: 3606
% Current number of ordered equations: 0
% Current number of rules: 1169
% New rule produced :
% [1188]
% (eq)(apply(apply(X,apply(Y,apply(apply(c,X),Y))),Y),apply(apply(apply(s,
% apply(s,
% apply(b,combinator))),
% apply(apply(c,
% apply(c,c)),X)),Y))
% -> (false)
% Current number of equations to process: 3605
% Current number of ordered equations: 0
% Current number of rules: 1170
% New rule produced :
% [1189]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(X,Y),Z))),apply(X,Y)),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,apply(c,X)),Y)),Z))
% -> (false)
% Current number of equations to process: 3625
% Current number of ordered equations: 0
% Current number of rules: 1171
% New rule produced :
% [1190]
% (eq)(apply(apply(apply(X,Y),Y),apply(apply(apply(apply(s,b),X),Y),Y)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,apply(c,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 3630
% Current number of ordered equations: 0
% Current number of rules: 1172
% New rule produced :
% [1191]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,b),X),Y)),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(c,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 3682
% Current number of ordered equations: 0
% Current number of rules: 1173
% New rule produced :
% [1192]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(apply(s,b),X))),apply(c,X)),Y),Y),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),apply(c,X)),Y)) ->
% (false)
% Current number of equations to process: 3722
% Current number of ordered equations: 0
% Current number of rules: 1174
% New rule produced :
% [1193]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(apply(apply(s,b),c),X),X)),X),
% apply(apply(apply(s,apply(s,apply(s,apply(b,combinator)))),apply(c,X)),X)) ->
% (false)
% Current number of equations to process: 3721
% Current number of ordered equations: 0
% Current number of rules: 1175
% New rule produced :
% [1194]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(b,Y),apply(X,Y))),Y),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(X,Y)),Y)) -> (false)
% Current number of equations to process: 3748
% Current number of ordered equations: 0
% Current number of rules: 1176
% New rule produced :
% [1195]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),apply(Z,X))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 3790
% Current number of ordered equations: 0
% Current number of rules: 1177
% New rule produced :
% [1196]
% (eq)(apply(apply(apply(s,apply(s,apply(apply(s,b),X))),Y),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,X),Z)),
% apply(Y,Z))) ->
% (false)
% Current number of equations to process: 3838
% Current number of ordered equations: 0
% Current number of rules: 1178
% New rule produced :
% [1197]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(s,apply(b,combinator)))),X),Y),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),X),Y)) ->
% (false)
% Current number of equations to process: 3861
% Current number of ordered equations: 0
% Current number of rules: 1179
% New rule produced :
% [1198]
% (eq)(apply(X,apply(combinator,apply(apply(apply(s,apply(b,apply(Y,X))),Y),X))),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 3866
% Current number of ordered equations: 0
% Current number of rules: 1180
% New rule produced :
% [1199]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),Y),X)),Y),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,X)),Y)),X)) ->
% (false)
% Current number of equations to process: 3929
% Current number of ordered equations: 0
% Current number of rules: 1181
% New rule produced :
% [1200]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,apply(Y,Y))))),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(s,X)),Y)),Y)) ->
% (false)
% Current number of equations to process: 3927
% Current number of ordered equations: 1
% Current number of rules: 1182
% New rule produced :
% [1201]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(b,combinator),apply(Y,X)))),Y),X)),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),Y),X)) ->
% (false)
% Current number of equations to process: 3927
% Current number of ordered equations: 0
% Current number of rules: 1183
% New rule produced :
% [1202]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(Y,apply(s,X))),Z),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Y),apply(s,X)),Z))
% -> (false)
% Current number of equations to process: 3926
% Current number of ordered equations: 0
% Current number of rules: 1184
% New rule produced :
% [1203]
% (eq)(apply(X,apply(combinator,apply(Y,apply(X,apply(X,apply(apply(b,Y),X)))))),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),apply(b,Y)),X))
% -> (false)
% Current number of equations to process: 3925
% Current number of ordered equations: 0
% Current number of rules: 1185
% New rule produced :
% [1204]
% (eq)(apply(X,apply(combinator,apply(apply(Y,apply(X,apply(apply(c,Y),X))),X))),
% apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,combinator))),apply(c,Y)),X))
% -> (false)
% Current number of equations to process: 3924
% Current number of ordered equations: 0
% Current number of rules: 1186
% New rule produced :
% [1205]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,apply(s,b)),X),Y))),X),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,Y),Y)),apply(X,Y))) ->
% (false)
% Current number of equations to process: 3923
% Current number of ordered equations: 0
% Current number of rules: 1187
% New rule produced :
% [1206]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,X),apply(apply(b,Y),Z))),Y))
% -> (false)
% Current number of equations to process: 3933
% Current number of ordered equations: 0
% Current number of rules: 1188
% New rule produced :
% [1207]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(Y,Z)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,X),
% apply(
% apply(c,Y),Z))),Z))
% -> (false)
% Current number of equations to process: 3956
% Current number of ordered equations: 0
% Current number of rules: 1189
% New rule produced :
% [1208]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,s),b),X),Y))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(X,Y),
% apply(apply(b,X),Y))))))
% -> (false)
% Current number of equations to process: 3987
% Current number of ordered equations: 0
% Current number of rules: 1190
% New rule produced :
% [1209]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,s),b)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(X,X)),apply(apply(b,X),X))) ->
% (false)
% Current number of equations to process: 3999
% Current number of ordered equations: 0
% Current number of rules: 1191
% New rule produced :
% [1210]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,Z)),apply(b,X)),Y))),
% apply(combinator,apply(X,apply(Y,apply(Z,apply(Y,apply(apply(b,X),Y))))))) ->
% (false)
% Current number of equations to process: 4010
% Current number of ordered equations: 0
% Current number of rules: 1192
% New rule produced :
% [1211]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(c,Z)),apply(b,X)),Y))),
% apply(combinator,apply(X,apply(Y,apply(apply(Z,apply(apply(b,X),Y)),Y))))) ->
% (false)
% Current number of equations to process: 4009
% Current number of ordered equations: 0
% Current number of rules: 1193
% New rule produced :
% [1212]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(b,Y)),Z),apply(combinator,
% apply(Y,
% apply(Z,
% apply(apply(X,Z),
% apply(apply(b,Y),Z))))))
% -> (false)
% Current number of equations to process: 4012
% Current number of ordered equations: 0
% Current number of rules: 1194
% New rule produced :
% [1213]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),apply(b,X)),Y))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Z),Y),
% apply(apply(b,X),Y)))))
% -> (false)
% Current number of equations to process: 4015
% Current number of ordered equations: 0
% Current number of rules: 1195
% New rule produced :
% [1214]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),apply(b,X)),X)),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),b),X),X)))))
% -> (false)
% Current number of equations to process: 4035
% Current number of ordered equations: 0
% Current number of rules: 1196
% New rule produced :
% [1215]
% (eq)(apply(apply(apply(s,b),apply(apply(apply(s,s),b),apply(b,X))),X),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,apply(b,X)),X))) ->
% (false)
% Current number of equations to process: 4038
% Current number of ordered equations: 0
% Current number of rules: 1197
% New rule produced :
% [1216]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),b)),apply(b,X)),X),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,apply(b,X)),X))) ->
% (false)
% Current number of equations to process: 4038
% Current number of ordered equations: 0
% Current number of rules: 1198
% New rule produced :
% [1217]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),b),X)),Y),
% apply(combinator,apply(X,apply(Y,apply(X,apply(apply(b,X),Y)))))) -> (false)
% Current number of equations to process: 4051
% Current number of ordered equations: 0
% Current number of rules: 1199
% New rule produced :
% [1218]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,b),b))),X),X),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(b,X),X))) -> (false)
% Current number of equations to process: 4058
% Current number of ordered equations: 0
% Current number of rules: 1200
% New rule produced :
% [1219]
% (eq)(apply(X,apply(apply(b,combinator),apply(X,apply(Y,Y)))),apply(apply(
% apply(
% apply(s,s),b),
% apply(b,combinator)),
% apply(apply(c,
% apply(b,X)),Y)))
% -> (false)
% Current number of equations to process: 4069
% Current number of ordered equations: 0
% Current number of rules: 1201
% New rule produced :
% [1220]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(b,Y)),
% apply(apply(c,apply(b,X)),X)))
% -> (false)
% Current number of equations to process: 4074
% Current number of ordered equations: 0
% Current number of rules: 1202
% New rule produced :
% [1221]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,apply(Z,Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,Y),
% apply(
% apply(c,
% apply(b,X)),Z)),Z))))
% -> (false)
% Current number of equations to process: 4098
% Current number of ordered equations: 0
% Current number of rules: 1203
% New rule produced :
% [1222]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(Y,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(s,Y)),
% apply(apply(c,apply(b,X)),Y)))
% -> (false)
% Current number of equations to process: 4104
% Current number of ordered equations: 0
% Current number of rules: 1204
% New rule produced :
% [1223]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(s,Y)),
% apply(apply(c,
% apply(b,X)),X)))
% -> (false)
% Current number of equations to process: 4103
% Current number of ordered equations: 0
% Current number of rules: 1205
% New rule produced :
% [1224]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(Y,Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(s,X)),
% apply(apply(c,
% apply(b,Y)),Y)))
% -> (false)
% Current number of equations to process: 4107
% Current number of ordered equations: 0
% Current number of rules: 1206
% New rule produced :
% [1225]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(c,apply(b,X))),Z)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(c,Y)),
% apply(apply(c,
% apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 0
% Current number of rules: 1207
% New rule produced :
% [1226]
% (eq)(apply(X,apply(apply(b,combinator),apply(apply(apply(apply(s,s),b),X),
% apply(b,combinator)))),apply(apply(
% apply(s,
% apply(
% apply(s,s),X)),
% apply(b,X)),
% apply(b,combinator)))
% -> (false)
% Current number of equations to process: 4123
% Current number of ordered equations: 0
% Current number of rules: 1208
% New rule produced :
% [1227]
% (eq)(apply(apply(b,X),apply(apply(apply(apply(s,s),b),apply(b,X)),X)),
% apply(combinator,apply(apply(b,X),apply(X,apply(X,apply(apply(b,apply(b,X)),X))))))
% -> (false)
% Current number of equations to process: 4122
% Current number of ordered equations: 0
% Current number of rules: 1209
% New rule produced :
% [1228]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(Y,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(b,apply(Y,Y))),
% apply(apply(c,apply(b,X)),Y)))
% -> (false)
% Current number of equations to process: 4121
% Current number of ordered equations: 0
% Current number of rules: 1210
% New rule produced :
% [1229]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,Z))),Z)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(s,apply(c,Y))),
% apply(apply(c,apply(b,X)),Z)))
% -> (false)
% Current number of equations to process: 4120
% Current number of ordered equations: 0
% Current number of rules: 1211
% New rule produced :
% [1230]
% (eq)(apply(X,apply(apply(apply(apply(s,b),c),apply(b,X)),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(c,b)),
% apply(apply(c,
% apply(b,X)),X)))
% -> (false)
% Current number of equations to process: 4124
% Current number of ordered equations: 0
% Current number of rules: 1212
% New rule produced :
% [1231]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(c,apply(b,Y)),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(c,X)),apply(apply(c,apply(b,Y)),Y)))
% -> (false)
% Current number of equations to process: 4123
% Current number of ordered equations: 0
% Current number of rules: 1213
% New rule produced :
% [1232]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(c,apply(c,X))),Y),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(c,apply(c,X)),Y))))) ->
% (false)
% Current number of equations to process: 4135
% Current number of ordered equations: 0
% Current number of rules: 1214
% New rule produced :
% [1233]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,s),c),X),Y)),Y),apply(combinator,
% apply(apply(X,
% apply(
% apply(X,Y),
% apply(
% apply(c,X),Y))),Y)))
% -> (false)
% Current number of equations to process: 4151
% Current number of ordered equations: 0
% Current number of rules: 1215
% New rule produced :
% [1234]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(apply(s,s),c)),X),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(X,Y)),apply(apply(c,X),Y))) ->
% (false)
% Current number of equations to process: 4165
% Current number of ordered equations: 0
% Current number of rules: 1216
% New rule produced :
% [1235]
% (eq)(apply(apply(X,apply(apply(apply(s,apply(b,Y)),apply(c,X)),Z)),Z),
% apply(combinator,apply(apply(X,apply(Y,apply(Z,apply(apply(c,X),Z)))),Z))) ->
% (false)
% Current number of equations to process: 4178
% Current number of ordered equations: 0
% Current number of rules: 1217
% New rule produced :
% [1236]
% (eq)(apply(apply(X,apply(apply(apply(s,apply(c,Y)),apply(c,X)),Z)),Z),
% apply(combinator,apply(apply(X,apply(apply(Y,apply(apply(c,X),Z)),Z)),Z))) ->
% (false)
% Current number of equations to process: 4177
% Current number of ordered equations: 0
% Current number of rules: 1218
% New rule produced :
% [1237]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(c,X)),X)),X),apply(combinator,
% apply(apply(
% apply(
% apply(
% apply(s,b),Y),X),
% apply(
% apply(c,X),X)),X)))
% -> (false)
% Current number of equations to process: 4181
% Current number of ordered equations: 0
% Current number of rules: 1219
% New rule produced :
% [1238]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),X),X),apply(combinator,
% apply(apply(X,
% apply(
% apply(
% apply(
% apply(s,b),c),X),X)),X)))
% -> (false)
% Current number of equations to process: 4206
% Current number of ordered equations: 0
% Current number of rules: 1220
% New rule produced :
% [1239]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),c),apply(b,X)),Y),Y)),
% apply(combinator,apply(X,apply(X,apply(X,apply(Y,Y)))))) -> (false)
% Current number of equations to process: 4211
% Current number of ordered equations: 0
% Current number of rules: 1221
% New rule produced :
% [1240]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),X)),X),apply(combinator,
% apply(apply(
% apply(
% apply(s,
% apply(b,X)),
% apply(c,X)),X),X)))
% -> (false)
% Current number of equations to process: 4225
% Current number of ordered equations: 0
% Current number of rules: 1222
% New rule produced :
% [1241]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(apply(s,b),c)),X),Y),Y),
% apply(combinator,apply(apply(X,apply(X,apply(apply(c,X),Y))),Y))) -> (false)
% Current number of equations to process: 4227
% Current number of ordered equations: 0
% Current number of rules: 1223
% New rule produced :
% [1242]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),Y),Z),apply(combinator,
% apply(apply(Y,Z),
% apply(apply(X,Z),
% apply(Y,Z))))) -> (false)
% Current number of equations to process: 4250
% Current number of ordered equations: 0
% Current number of rules: 1224
% New rule produced :
% [1243]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,Y)),X)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(Y,
% apply(Z,
% apply(X,Z))))))
% -> (false)
% Current number of equations to process: 4273
% Current number of ordered equations: 0
% Current number of rules: 1225
% New rule produced :
% [1244]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(c,Y)),X)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,
% apply(X,Z)),Z))))
% -> (false)
% Current number of equations to process: 4272
% Current number of ordered equations: 0
% Current number of rules: 1226
% New rule produced :
% [1245]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),X)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(apply(s,Y),X),Z))))
% -> (false)
% Current number of equations to process: 4276
% Current number of ordered equations: 0
% Current number of rules: 1227
% New rule produced :
% [1246]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(c,Y)),Z),apply(combinator,
% apply(apply(Y,
% apply(
% apply(X,Z),
% apply(
% apply(c,Y),Z))),Z)))
% -> (false)
% Current number of equations to process: 4277
% Current number of ordered equations: 0
% Current number of rules: 1228
% New rule produced :
% [1247]
% (eq)(apply(apply(apply(apply(apply(s,b),s),apply(s,X)),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,X),Y),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 1229
% New rule produced :
% [1248]
% (eq)(apply(apply(apply(apply(s,s),apply(s,apply(apply(b,X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Y,V_3))),apply(Z,V_3)))
% -> (false)
% Current number of equations to process: 4288
% Current number of ordered equations: 0
% Current number of rules: 1230
% New rule produced :
% [1249]
% (eq)(apply(apply(apply(apply(s,s),apply(s,apply(apply(c,X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,V_3),Y)),apply(Z,V_3)))
% -> (false)
% Current number of equations to process: 4287
% Current number of ordered equations: 0
% Current number of rules: 1231
% New rule produced :
% [1250]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(b,Y),Z)),X)),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(Z,V_3)),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4286
% Current number of ordered equations: 0
% Current number of rules: 1232
% New rule produced :
% [1251]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(c,Y),Z)),X)),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(apply(Y,V_3),Z),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4285
% Current number of ordered equations: 0
% Current number of rules: 1233
% New rule produced :
% [1252]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(s,b),Y)),X)),Z),
% apply(combinator,apply(apply(X,Z),apply(Z,apply(apply(Y,Z),apply(X,Z)))))) ->
% (false)
% Current number of equations to process: 4284
% Current number of ordered equations: 0
% Current number of rules: 1234
% New rule produced :
% [1253]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),X),apply(s,Y)),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,Z)),
% apply(apply(X,
% apply(s,Y)),Z)))
% -> (false)
% Current number of equations to process: 4282
% Current number of ordered equations: 1
% Current number of rules: 1235
% New rule produced :
% [1254]
% (eq)(apply(apply(apply(s,apply(apply(s,s),apply(s,X))),Y),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(X,
% apply(Y,Z))),
% apply(Z,
% apply(Y,Z)))) ->
% (false)
% Current number of equations to process: 4282
% Current number of ordered equations: 0
% Current number of rules: 1236
% New rule produced :
% [1255]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(s,Y)),X)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Y,
% apply(X,Z)),
% apply(Z,
% apply(X,Z))))))
% -> (false)
% Current number of equations to process: 4281
% Current number of ordered equations: 0
% Current number of rules: 1237
% New rule produced :
% [1256]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(X,Y))),X),Y)),
% apply(combinator,apply(apply(apply(s,apply(b,apply(X,Y))),Y),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 4312
% Current number of ordered equations: 0
% Current number of rules: 1238
% New rule produced :
% [1257]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,Z)),X),Y)),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(Z,
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 4338
% Current number of ordered equations: 0
% Current number of rules: 1239
% New rule produced :
% [1258]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(b,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(apply(X,Y),Y))))) -> (false)
% Current number of equations to process: 4342
% Current number of ordered equations: 0
% Current number of rules: 1240
% New rule produced :
% [1259]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(c,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,Y),apply(X,Y))))) -> (false)
% Current number of equations to process: 4341
% Current number of ordered equations: 0
% Current number of rules: 1241
% New rule produced :
% [1260]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(Z,Y))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(apply(s,Z),X),Y),Y)))) ->
% (false)
% Current number of equations to process: 4340
% Current number of ordered equations: 0
% Current number of rules: 1242
% New rule produced :
% [1261]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(s,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,Y),apply(apply(X,Y),Y))))) ->
% (false)
% Current number of equations to process: 4339
% Current number of ordered equations: 0
% Current number of rules: 1243
% New rule produced :
% [1262]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,Z)),X),Y)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Z),
% apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 4344
% Current number of ordered equations: 0
% Current number of rules: 1244
% New rule produced :
% [1263]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(b,X),Y))),apply(b,X)),Y),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),apply(b,X)),Y)))) ->
% (false)
% Current number of equations to process: 4360
% Current number of ordered equations: 0
% Current number of rules: 1245
% New rule produced :
% [1264]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(b,X),X))),apply(b,X)),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(apply(s,b),b),X),X))))) ->
% (false)
% Current number of equations to process: 4361
% Current number of ordered equations: 0
% Current number of rules: 1246
% New rule produced :
% [1265]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(c,X),Y))),apply(c,X)),Y),
% apply(combinator,apply(apply(apply(apply(s,apply(b,X)),apply(c,X)),Y),Y))) ->
% (false)
% Current number of equations to process: 4379
% Current number of ordered equations: 0
% Current number of rules: 1247
% New rule produced :
% [1266]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(c,X),X))),apply(c,X)),X),
% apply(combinator,apply(apply(X,apply(apply(apply(apply(s,b),c),X),X)),X))) ->
% (false)
% Current number of equations to process: 4380
% Current number of ordered equations: 0
% Current number of rules: 1248
% New rule produced :
% [1267]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(b,Y),X)),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),Y),apply(X,Z))) -> (false)
% Current number of equations to process: 4428
% Current number of ordered equations: 0
% Current number of rules: 1249
% New rule produced :
% [1268]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,Z),X)),X),Y)),
% apply(combinator,apply(apply(apply(apply(s,b),Z),apply(X,Y)),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 4607
% Current number of ordered equations: 0
% Current number of rules: 1250
% New rule produced :
% [1269]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,b),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(Z,apply(X,Y)))))) -> (false)
% Current number of equations to process: 4622
% Current number of ordered equations: 0
% Current number of rules: 1251
% New rule produced :
% [1270]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,c),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Z)))) -> (false)
% Current number of equations to process: 4621
% Current number of ordered equations: 0
% Current number of rules: 1252
% New rule produced :
% [1271]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,Z),Y)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(Z,Y)),X),Y)))) ->
% (false)
% Current number of equations to process: 4635
% Current number of ordered equations: 0
% Current number of rules: 1253
% New rule produced :
% [1272]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,b),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(apply(s,Z),X),Y))))) ->
% (false)
% Current number of equations to process: 4668
% Current number of ordered equations: 0
% Current number of rules: 1254
% New rule produced :
% [1273]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,Y),Z),X)),X))
% -> (false)
% Current number of equations to process: 4693
% Current number of ordered equations: 0
% Current number of rules: 1255
% New rule produced :
% [1274]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(X,Y)),Z)),Y),Y),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,X),Z),Y),Y)))) -> (false)
% Current number of equations to process: 4692
% Current number of ordered equations: 0
% Current number of rules: 1256
% New rule produced :
% [1275]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,Y)),Z)))) -> (false)
% Current number of equations to process: 4733
% Current number of ordered equations: 0
% Current number of rules: 1257
% New rule produced :
% [1276]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,X)),X)),Y),Y),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Y),X),Y)) ->
% (false)
% Current number of equations to process: 4740
% Current number of ordered equations: 0
% Current number of rules: 1258
% New rule produced :
% [1277]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),Z),Z)))) -> (false)
% Current number of equations to process: 4759
% Current number of ordered equations: 0
% Current number of rules: 1259
% New rule produced :
% [1278]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,apply(b,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(Y,Z))),Z)) -> (false)
% Current number of equations to process: 4758
% Current number of ordered equations: 0
% Current number of rules: 1260
% New rule produced :
% [1279]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,apply(c,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,Z),Y)),Z)) -> (false)
% Current number of equations to process: 4757
% Current number of ordered equations: 0
% Current number of rules: 1261
% New rule produced :
% [1280]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,c),Y),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(Z,X),
% apply(Y,Z))),X))
% -> (false)
% Current number of equations to process: 4802
% Current number of ordered equations: 1
% Current number of rules: 1262
% New rule produced :
% [1281]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,c),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,Z),apply(X,Y)),Z)))) -> (false)
% Current number of equations to process: 4802
% Current number of ordered equations: 0
% Current number of rules: 1263
% New rule produced :
% [1282]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,c),X),Y)),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,Y),X),Y)),Y)) ->
% (false)
% Current number of equations to process: 4801
% Current number of ordered equations: 0
% Current number of rules: 1264
% New rule produced :
% [1283]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),apply(Y,Z))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,X),Y),Z),Z)))) -> (false)
% Current number of equations to process: 4827
% Current number of ordered equations: 0
% Current number of rules: 1265
% New rule produced :
% [1284]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),X),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(Y,Z),
% apply(X,Z))),X)) ->
% (false)
% Current number of equations to process: 4857
% Current number of ordered equations: 0
% Current number of rules: 1266
% New rule produced :
% [1285]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),apply(Z,Y)),Z)))) -> (false)
% Current number of equations to process: 4856
% Current number of ordered equations: 0
% Current number of rules: 1267
% New rule produced :
% [1286]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,
% apply(X,Y)),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4879
% Current number of ordered equations: 0
% Current number of rules: 1268
% New rule produced :
% [1287]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),X),Y),apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),X),Y),
% apply(X,Y))) ->
% (false)
% Current number of equations to process: 4887
% Current number of ordered equations: 0
% Current number of rules: 1269
% New rule produced :
% [1288]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,s),c),X),apply(b,combinator))),
% apply(b,combinator)),apply(apply(apply(s,apply(apply(s,s),X)),apply(c,X)),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 4908
% Current number of ordered equations: 0
% Current number of rules: 1270
% New rule produced :
% [1289]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),apply(c,apply(b,X))),Z),Z)),
% apply(combinator,apply(X,apply(apply(apply(Y,Z),apply(apply(c,apply(b,X)),Z)),Z))))
% -> (false)
% Current number of equations to process: 4907
% Current number of ordered equations: 0
% Current number of rules: 1271
% New rule produced :
% [1290]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),apply(c,apply(c,X))),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,Y),apply(apply(c,apply(c,X)),Y)))))
% -> (false)
% Current number of equations to process: 4906
% Current number of ordered equations: 0
% Current number of rules: 1272
% New rule produced :
% [1291]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(b,X))),apply(c,apply(b,X))),Y),Y),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(c,apply(b,X)),Y)),Y)))) ->
% (false)
% Current number of equations to process: 4905
% Current number of ordered equations: 0
% Current number of rules: 1273
% New rule produced :
% [1292]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(c,X))),apply(c,apply(c,X))),Y),Y),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(c,apply(c,X)),Y))))) ->
% (false)
% Current number of equations to process: 4904
% Current number of ordered equations: 0
% Current number of rules: 1274
% New rule produced :
% [1293]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),c),apply(c,X)),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(c,X),apply(apply(c,apply(c,X)),Y)))))
% -> (false)
% Current number of equations to process: 4903
% Current number of ordered equations: 0
% Current number of rules: 1275
% New rule produced :
% [1294]
% (eq)(apply(apply(apply(apply(s,s),apply(s,apply(apply(s,X),Y))),Z),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,V_3),apply(Y,V_3))),
% apply(Z,V_3))) -> (false)
% Current number of equations to process: 4901
% Current number of ordered equations: 1
% Current number of rules: 1276
% New rule produced :
% [1295]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(s,Y),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,V_3)),apply(apply(Y,V_3),
% apply(Z,V_3)))) ->
% (false)
% Current number of equations to process: 4901
% Current number of ordered equations: 0
% Current number of rules: 1277
% New rule produced :
% [1296]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(apply(Y,apply(Z,V_3)),apply(apply(X,V_3),apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4900
% Current number of ordered equations: 0
% Current number of rules: 1278
% New rule produced :
% [1297]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(apply(apply(Y,V_3),Z),apply(apply(X,V_3),apply(
% apply(Y,V_3),Z)))))
% -> (false)
% Current number of equations to process: 4899
% Current number of ordered equations: 0
% Current number of rules: 1279
% New rule produced :
% [1298]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(s,s),X),Y)),Z),
% apply(combinator,apply(apply(apply(X,Y),Z),apply(apply(Y,Z),apply(apply(X,Y),Z)))))
% -> (false)
% Current number of equations to process: 4898
% Current number of ordered equations: 0
% Current number of rules: 1280
% New rule produced :
% [1299]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(s,Y),Z)),X)),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(apply(Y,V_3),apply(Z,V_3)),
% apply(X,V_3))))) -> (false)
% Current number of equations to process: 4897
% Current number of ordered equations: 0
% Current number of rules: 1281
% New rule produced :
% [1300]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(s,apply(b,Y))),X)),Z),
% apply(combinator,apply(apply(X,Z),apply(Y,apply(apply(X,Z),apply(Z,apply(X,Z)))))))
% -> (false)
% Current number of equations to process: 4896
% Current number of ordered equations: 0
% Current number of rules: 1282
% New rule produced :
% [1301]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(apply(b,Z),V_3))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(V_3,apply(Y,apply(X,Y)))))))
% -> (false)
% Current number of equations to process: 4895
% Current number of ordered equations: 0
% Current number of rules: 1283
% New rule produced :
% [1302]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(b,apply(apply(c,Z),V_3))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(Y,apply(X,Y))),V_3))))
% -> (false)
% Current number of equations to process: 4894
% Current number of ordered equations: 0
% Current number of rules: 1284
% New rule produced :
% [1303]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(apply(b,Z),V_3))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(V_3,apply(X,Y))),Y))))
% -> (false)
% Current number of equations to process: 4893
% Current number of ordered equations: 0
% Current number of rules: 1285
% New rule produced :
% [1304]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(apply(c,Z),V_3))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(Z,apply(X,Y)),V_3),Y))))
% -> (false)
% Current number of equations to process: 4892
% Current number of ordered equations: 0
% Current number of rules: 1286
% New rule produced :
% [1305]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(c,apply(s,apply(b,Z)))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(Y,apply(apply(X,Y),Y)))))) ->
% (false)
% Current number of equations to process: 4891
% Current number of ordered equations: 0
% Current number of rules: 1287
% New rule produced :
% [1306]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(b,Y),Z)),X)),Y),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(b,combinator)))),Z),Y),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4890
% Current number of ordered equations: 0
% Current number of rules: 1288
% New rule produced :
% [1307]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),apply(b,X)),apply(s,Y)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(X,apply(apply(s,Y),Z))))
% -> (false)
% Current number of equations to process: 4889
% Current number of ordered equations: 0
% Current number of rules: 1289
% New rule produced :
% [1308]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(b,Y),Z)),Y),
% apply(apply(apply(s,apply(b,apply(apply(s,apply(b,combinator)),apply(X,Y)))),Z),Y))
% -> (false)
% Current number of equations to process: 4887
% Current number of ordered equations: 0
% Current number of rules: 1290
% New rule produced :
% [1309]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(c,apply(b,Y)),Z)),X)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,apply(V_3,Z))),apply(X,V_3)))
% -> (false)
% Current number of equations to process: 4885
% Current number of ordered equations: 0
% Current number of rules: 1291
% New rule produced :
% [1310]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(c,apply(c,Y)),Z)),X)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,Z),V_3)),apply(X,V_3)))
% -> (false)
% Current number of equations to process: 4884
% Current number of ordered equations: 0
% Current number of rules: 1292
% New rule produced :
% [1311]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(apply(c,Y),apply(b,combinator))),X)),Z),
% apply(apply(apply(apply(s,s),apply(Y,Z)),apply(b,combinator)),apply(X,Z))) ->
% (false)
% Current number of equations to process: 4883
% Current number of ordered equations: 0
% Current number of rules: 1293
% New rule produced :
% [1312]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(c,apply(b,Y)),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,V_3)),apply(Y,apply(V_3,Z))))
% -> (false)
% Current number of equations to process: 4882
% Current number of ordered equations: 0
% Current number of rules: 1294
% New rule produced :
% [1313]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(c,apply(c,Y)),Z)),V_3),
% apply(apply(apply(s,apply(b,combinator)),apply(X,V_3)),apply(apply(Y,Z),V_3)))
% -> (false)
% Current number of equations to process: 4881
% Current number of ordered equations: 0
% Current number of rules: 1295
% New rule produced :
% [1314]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),apply(c,X)),apply(s,Y)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,Z)),apply(apply(X,Z),
% apply(s,Y)))) -> (false)
% Current number of equations to process: 4879
% Current number of ordered equations: 1
% Current number of rules: 1296
% New rule produced :
% [1315]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),apply(apply(c,Y),apply(X,Z))),Z),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(Y,Z)),apply(X,Z))) ->
% (false)
% Current number of equations to process: 4879
% Current number of ordered equations: 0
% Current number of rules: 1297
% New rule produced :
% [1316]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,apply(b,Z)),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(apply(V_3,Y),apply(X,Y))))))
% -> (false)
% Current number of equations to process: 4876
% Current number of ordered equations: 0
% Current number of rules: 1298
% New rule produced :
% [1317]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(b,apply(c,Z)),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(X,Y)),apply(V_3,Y)))))
% -> (false)
% Current number of equations to process: 4875
% Current number of ordered equations: 0
% Current number of rules: 1299
% New rule produced :
% [1318]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,apply(b,Z)),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(Y,V_3)),apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4874
% Current number of ordered equations: 0
% Current number of rules: 1300
% New rule produced :
% [1319]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,apply(c,Z)),V_3)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(Z,V_3),Y),apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4873
% Current number of ordered equations: 0
% Current number of rules: 1301
% New rule produced :
% [1320]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,s),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Y,apply(X,Y)),apply(Z,apply(X,Y))))))
% -> (false)
% Current number of equations to process: 4872
% Current number of ordered equations: 0
% Current number of rules: 1302
% New rule produced :
% [1321]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(c,apply(s,b)),Z)),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(apply(Y,Z),apply(X,Y)))))) ->
% (false)
% Current number of equations to process: 4871
% Current number of ordered equations: 0
% Current number of rules: 1303
% New rule produced :
% [1322]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,b),apply(b,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(Z,apply(Y,apply(X,Y))))))) ->
% (false)
% Current number of equations to process: 4870
% Current number of ordered equations: 0
% Current number of rules: 1304
% New rule produced :
% [1323]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,b),apply(c,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(Y,apply(apply(Z,apply(X,Y)),Y))))) ->
% (false)
% Current number of equations to process: 4869
% Current number of ordered equations: 0
% Current number of rules: 1305
% New rule produced :
% [1324]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,apply(X,Y))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,X),Z),Y)),Z)) ->
% (false)
% Current number of equations to process: 4868
% Current number of ordered equations: 0
% Current number of rules: 1306
% New rule produced :
% [1325]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,apply(s,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,Z),apply(Y,Z))),Z)) ->
% (false)
% Current number of equations to process: 4867
% Current number of ordered equations: 0
% Current number of rules: 1307
% New rule produced :
% [1326]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,apply(c,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,apply(Z,Y)),Y)),Z)) ->
% (false)
% Current number of equations to process: 4866
% Current number of ordered equations: 0
% Current number of rules: 1308
% New rule produced :
% [1327]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(s,apply(c,Z))),X),Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,apply(Y,apply(X,Y))),
% apply(X,Y))))) -> (false)
% Current number of equations to process: 4865
% Current number of ordered equations: 0
% Current number of rules: 1309
% New rule produced :
% [1328]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,apply(s,Z)),X),Y)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Z),
% apply(X,Y)),
% apply(Y,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4867
% Current number of ordered equations: 0
% Current number of rules: 1310
% New rule produced :
% [1329]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(X,Y)),apply(apply(
% apply(s,
% apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),X)),X),Y))
% -> (false)
% Current number of equations to process: 4881
% Current number of ordered equations: 0
% Current number of rules: 1311
% New rule produced :
% [1330]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),X)),apply(combinator,
% apply(X,apply(apply(
% apply(Y,X),
% apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 4903
% Current number of ordered equations: 0
% Current number of rules: 1312
% New rule produced :
% [1331]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(c,Y)),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(Y,
% apply(Z,X)),X)),X))
% -> (false)
% Current number of equations to process: 4902
% Current number of ordered equations: 0
% Current number of rules: 1313
% New rule produced :
% [1332]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,apply(Y,Z)),Z),Z)))) -> (false)
% Current number of equations to process: 4927
% Current number of ordered equations: 0
% Current number of rules: 1314
% New rule produced :
% [1333]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,s),Y),Z),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(Z,X),
% apply(
% apply(Y,Z),X))),X))
% -> (false)
% Current number of equations to process: 4926
% Current number of ordered equations: 0
% Current number of rules: 1315
% New rule produced :
% [1334]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(V_3,X))))),apply(combinator,
% apply(X,apply(Y,
% apply(apply(
% apply(s,
% apply(b,Z)),V_3),X)))))
% -> (false)
% Rule
% [1101]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X))))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(
% apply(s,
% apply(b,Z)),V_3),X)))))
% -> (false) collapsed.
% Current number of equations to process: 4974
% Current number of ordered equations: 0
% Current number of rules: 1315
% New rule produced :
% [1335]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,X)),X))),apply(combinator,
% apply(X,apply(Y,
% apply(apply(
% apply(s,
% apply(c,Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4973
% Current number of ordered equations: 0
% Current number of rules: 1316
% New rule produced :
% [1336]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,X),apply(V_4,X))))),apply(combinator,
% apply(X,
% apply(Y,
% apply(Z,
% apply(
% apply(
% apply(s,V_3),V_4),X))))))
% -> (false)
% Current number of equations to process: 4972
% Current number of ordered equations: 0
% Current number of rules: 1317
% New rule produced :
% [1337]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),apply(V_3,X))),V_4)),apply(combinator,
% apply(X,
% apply(
% apply(Y,
% apply(
% apply(
% apply(s,Z),V_3),X)),V_4))))
% -> (false)
% Current number of equations to process: 4971
% Current number of ordered equations: 0
% Current number of rules: 1318
% New rule produced :
% [1338]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(apply(V_3,Z),X)))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(
% apply(s,s),V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 4970
% Current number of ordered equations: 0
% Current number of rules: 1319
% New rule produced :
% [1339]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(Z,X)))),apply(combinator,
% apply(apply(apply(s,
% apply(b,X)),
% apply(apply(s,Y),Z)),X)))
% -> (false)
% Current number of equations to process: 4974
% Current number of ordered equations: 0
% Current number of rules: 1320
% New rule produced :
% [1340]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(Z,X)),apply(combinator,
% apply(X,
% apply(apply(Z,X),
% apply(apply(
% apply(s,Y),Z),X)))))
% -> (false)
% Current number of equations to process: 4973
% Current number of ordered equations: 0
% Current number of rules: 1321
% New rule produced :
% [1341]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),apply(Z,X))),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(
% apply(s,Y),Z),X)))))
% -> (false)
% Current number of equations to process: 4977
% Current number of ordered equations: 0
% Current number of rules: 1322
% New rule produced :
% [1342]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,X)),apply(X,apply(V_3,X))))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,apply(s,Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4987
% Current number of ordered equations: 0
% Current number of rules: 1323
% New rule produced :
% [1343]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(V_3,Y))),
% apply(combinator,apply(Y,apply(apply(X,Y),apply(apply(apply(s,Z),V_3),Y)))))
% -> (false)
% Current number of equations to process: 4986
% Current number of ordered equations: 0
% Current number of rules: 1324
% New rule produced :
% [1344]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,X)),apply(V_4,X)))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,
% apply(
% apply(b,Z),V_3)),V_4),X)))))
% -> (false)
% Current number of equations to process: 4989
% Current number of ordered equations: 1
% Current number of rules: 1325
% New rule produced :
% [1345]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,apply(V_4,X))))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,Z),
% apply(
% apply(b,V_3),V_4)),X)))))
% -> (false)
% Current number of equations to process: 4989
% Current number of ordered equations: 0
% Current number of rules: 1326
% New rule produced :
% [1346]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,X),V_3),apply(V_4,X)))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,
% apply(
% apply(c,Z),V_3)),V_4),X)))))
% -> (false)
% Current number of equations to process: 4987
% Current number of ordered equations: 1
% Current number of rules: 1327
% New rule produced :
% [1347]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(apply(V_3,X),V_4)))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,Z),
% apply(
% apply(c,V_3),V_4)),X)))))
% -> (false)
% Current number of equations to process: 4987
% Current number of ordered equations: 0
% Current number of rules: 1328
% New rule produced :
% [1348]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,X)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(Y,
% apply(V_3,X)),
% apply(
% apply(
% apply(s,Z),V_3),X)))))
% -> (false)
% Current number of equations to process: 4986
% Current number of ordered equations: 0
% Current number of rules: 1329
% New rule produced :
% [1349]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,X),apply(V_3,X)))),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),Y),X),
% apply(
% apply(
% apply(s,Z),V_3),X))))
% -> (false)
% Current number of equations to process: 4985
% Current number of ordered equations: 0
% Current number of rules: 1330
% New rule produced :
% [1350]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),apply(V_3,X))))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,b),Z)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4984
% Current number of ordered equations: 0
% Current number of rules: 1331
% New rule produced :
% [1351]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,X),
% apply(
% apply(s,Y),Z))),X))
% -> (false)
% Current number of equations to process: 4983
% Current number of ordered equations: 0
% Current number of rules: 1332
% New rule produced :
% [1352]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),apply(apply(b,Z),V_3)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,X),apply(Z,apply(V_3,X)))),X))
% -> (false)
% Current number of equations to process: 4981
% Current number of ordered equations: 1
% Current number of rules: 1333
% New rule produced :
% [1353]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(apply(b,Y),Z)),V_3),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,apply(Z,X)),apply(V_3,X))),X))
% -> (false)
% Current number of equations to process: 4981
% Current number of ordered equations: 0
% Current number of rules: 1334
% New rule produced :
% [1354]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),apply(apply(c,Z),V_3)),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,X),apply(apply(Z,X),V_3))),X))
% -> (false)
% Current number of equations to process: 4979
% Current number of ordered equations: 1
% Current number of rules: 1335
% New rule produced :
% [1355]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(apply(c,Y),Z)),V_3),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(Y,X),Z),apply(V_3,X))),X))
% -> (false)
% Current number of equations to process: 4979
% Current number of ordered equations: 0
% Current number of rules: 1336
% New rule produced :
% [1356]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(apply(s,b),Y)),Z),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(apply(Y,X),apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 4978
% Current number of ordered equations: 0
% Current number of rules: 1337
% New rule produced :
% [1357]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,apply(b,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(X,apply(apply(Y,Z),Z))),Z)) ->
% (false)
% Current number of equations to process: 4977
% Current number of ordered equations: 0
% Current number of rules: 1338
% New rule produced :
% [1358]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,apply(c,X))),Y)),Z),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(X,Z),apply(Y,Z))),Z)) ->
% (false)
% Current number of equations to process: 4976
% Current number of ordered equations: 0
% Current number of rules: 1339
% New rule produced :
% [1359]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,X),apply(V_3,X)),apply(V_4,X)))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,apply(apply(s,Z),V_3)),V_4),X)))))
% -> (false)
% Current number of equations to process: 4974
% Current number of ordered equations: 1
% Current number of rules: 1340
% New rule produced :
% [1360]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(apply(V_3,X),apply(V_4,X))))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,Z),apply(apply(s,V_3),V_4)),X)))))
% -> (false)
% Current number of equations to process: 4974
% Current number of ordered equations: 0
% Current number of rules: 1341
% New rule produced :
% [1361]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),apply(V_3,X)),X))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,V_3),apply(Z,apply(V_3,X))),X)))))
% -> (false)
% Current number of equations to process: 4973
% Current number of ordered equations: 0
% Current number of rules: 1342
% New rule produced :
% [1362]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,X),apply(X,apply(V_3,X)))))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,apply(s,apply(b,Z))),V_3),X)))))
% -> (false)
% Current number of equations to process: 4972
% Current number of ordered equations: 0
% Current number of rules: 1343
% New rule produced :
% [1363]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),apply(Z,Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,Y),apply(apply(s,X),Z))),Y))
% -> (false)
% Current number of equations to process: 4981
% Current number of ordered equations: 0
% Current number of rules: 1344
% New rule produced :
% [1364]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,X)),X),apply(apply(apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),b),X),X))
% -> (false)
% Current number of equations to process: 4998
% Current number of ordered equations: 0
% Current number of rules: 1345
% New rule produced :
% [1365]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),b),X),X),apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator)))),X),
% apply(b,X)),X)) ->
% (false)
% Current number of equations to process: 1219
% Current number of ordered equations: 0
% Current number of rules: 1346
% New rule produced :
% [1366]
% (eq)(apply(X,apply(apply(apply(s,X),Y),X)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(
% apply(s,c),Y)),X)),X))
% -> (false)
% Current number of equations to process: 1236
% Current number of ordered equations: 0
% Current number of rules: 1347
% New rule produced :
% [1367]
% (eq)(apply(X,apply(apply(X,Y),apply(Z,X))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,c),Z),X),Y))))
% -> (false)
% Current number of equations to process: 1238
% Current number of ordered equations: 0
% Current number of rules: 1348
% New rule produced :
% [1368]
% (eq)(apply(apply(apply(apply(s,b),X),X),apply(Y,X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,c),Y)),X)),X))
% -> (false)
% Current number of equations to process: 1250
% Current number of ordered equations: 0
% Current number of rules: 1349
% New rule produced :
% [1369]
% (eq)(apply(X,apply(apply(X,Y),apply(apply(Z,X),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,s),Z),X),Y))))
% -> (false)
% Current number of equations to process: 1272
% Current number of ordered equations: 0
% Current number of rules: 1350
% New rule produced :
% [1370]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(b,Y)),Z),X),V_3))))
% -> (false)
% Rule
% [1100]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(b,Y)),Z),X),
% apply(V_3,X)))))
% -> (false) collapsed.
% Current number of equations to process: 1271
% Current number of ordered equations: 0
% Current number of rules: 1350
% New rule produced :
% [1371]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),X),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(c,Y)),Z),X),V_3))))
% -> (false)
% Current number of equations to process: 1270
% Current number of ordered equations: 0
% Current number of rules: 1351
% New rule produced :
% [1372]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(apply(Z,Y),X)),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,s),Z),Y),X),V_3))))
% -> (false)
% Current number of equations to process: 1269
% Current number of ordered equations: 0
% Current number of rules: 1352
% New rule produced :
% [1373]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),V_3)),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,Y),Z)),X),V_3)))
% -> (false)
% Current number of equations to process: 1280
% Current number of ordered equations: 0
% Current number of rules: 1353
% New rule produced :
% [1374]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(X,apply(Y,X)),Z))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,b)),Y),X),Z))))
% -> (false)
% Current number of equations to process: 1283
% Current number of ordered equations: 0
% Current number of rules: 1354
% New rule produced :
% [1375]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X))),V_3)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,Y)),Z),X),V_3))))
% -> (false)
% Current number of equations to process: 1301
% Current number of ordered equations: 0
% Current number of rules: 1355
% New rule produced :
% [1376]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,X)),apply(V_3,X)),V_4)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(
% apply(b,Y),Z)),V_3),X),V_4))))
% -> (false)
% Current number of equations to process: 1299
% Current number of ordered equations: 1
% Current number of rules: 1356
% New rule produced :
% [1377]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,apply(V_3,X))),V_4)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(b,Z),V_3)),X),V_4))))
% -> (false)
% Current number of equations to process: 1299
% Current number of ordered equations: 0
% Current number of rules: 1357
% New rule produced :
% [1378]
% (eq)(apply(X,apply(apply(apply(apply(Y,X),Z),apply(V_3,X)),V_4)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(
% apply(c,Y),Z)),V_3),X),V_4))))
% -> (false)
% Current number of equations to process: 1297
% Current number of ordered equations: 1
% Current number of rules: 1358
% New rule produced :
% [1379]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(apply(Z,X),V_3)),V_4)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(c,Z),V_3)),X),V_4))))
% -> (false)
% Current number of equations to process: 1297
% Current number of ordered equations: 0
% Current number of rules: 1359
% New rule produced :
% [1380]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,X)),Z),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,Y),V_3),X),
% apply(Z,
% apply(V_3,X))))))
% -> (false)
% Rule
% [1159]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),Y),apply(Z,X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Z),X),
% apply(Y,
% apply(Z,X))))))
% -> (false) collapsed.
% Current number of equations to process: 1296
% Current number of ordered equations: 0
% Current number of rules: 1359
% New rule produced :
% [1381]
% (eq)(apply(X,apply(apply(X,apply(apply(Y,X),apply(Z,X))),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(
% apply(s,b),Y)),Z),X),V_3))))
% -> (false)
% Current number of equations to process: 1295
% Current number of ordered equations: 0
% Current number of rules: 1360
% New rule produced :
% [1382]
% (eq)(apply(apply(apply(apply(s,b),X),X),apply(apply(Y,X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,
% apply(
% apply(s,s),Y)),X)),X))
% -> (false)
% Current number of equations to process: 1300
% Current number of ordered equations: 0
% Current number of rules: 1361
% New rule produced :
% [1383]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(combinator,
% apply(X,apply(apply(Y,X),
% apply(X,apply(Y,X))))))
% -> (false)
% Current number of equations to process: 1320
% Current number of ordered equations: 0
% Current number of rules: 1362
% New rule produced :
% [1384]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(apply(b,Z),X)),apply(combinator,
% apply(X,
% apply(Z,
% apply(X,
% apply(Y,
% apply(apply(b,Z),X)))))))
% -> (false)
% Current number of equations to process: 1324
% Current number of ordered equations: 0
% Current number of rules: 1363
% New rule produced :
% [1385]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(apply(c,Z),X)),apply(combinator,
% apply(X,
% apply(apply(Z,
% apply(Y,
% apply(
% apply(c,Z),X))),X))))
% -> (false)
% Current number of equations to process: 1323
% Current number of ordered equations: 0
% Current number of rules: 1364
% New rule produced :
% [1386]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,X)),apply(combinator,
% apply(apply(apply(
% apply(s,b),Z),X),
% apply(Y,apply(Z,X))))) ->
% (false)
% Current number of equations to process: 1336
% Current number of ordered equations: 0
% Current number of rules: 1365
% New rule produced :
% [1387]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),Z)),apply(V_3,X)),
% apply(combinator,apply(X,apply(apply(V_3,X),apply(Y,apply(Z,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 1345
% Current number of ordered equations: 0
% Current number of rules: 1366
% New rule produced :
% [1388]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),Z)),apply(V_3,X)),
% apply(combinator,apply(X,apply(apply(V_3,X),apply(apply(Y,apply(V_3,X)),Z)))))
% -> (false)
% Current number of equations to process: 1344
% Current number of ordered equations: 0
% Current number of rules: 1367
% New rule produced :
% [1389]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(Z,apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(Z,
% apply(V_3,X)),
% apply(Y,
% apply(Z,
% apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 1343
% Current number of ordered equations: 0
% Current number of rules: 1368
% New rule produced :
% [1390]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(apply(Z,X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Z,X),V_3),
% apply(Y,
% apply(
% apply(Z,X),V_3))))))
% -> (false)
% Current number of equations to process: 1342
% Current number of ordered equations: 0
% Current number of rules: 1369
% New rule produced :
% [1391]
% (eq)(apply(apply(apply(apply(s,s),X),apply(b,Y)),apply(Z,Y)),apply(combinator,
% apply(Y,
% apply(apply(Z,Y),
% apply(apply(X,
% apply(b,Y)),
% apply(Z,Y))))))
% -> (false)
% Current number of equations to process: 1341
% Current number of ordered equations: 0
% Current number of rules: 1370
% New rule produced :
% [1392]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),c),Y)),apply(apply(
% apply(
% apply(s,
% apply(s,
% apply(b,
% apply(s,
% apply(b,combinator))))),c),Y),X))
% -> (false)
% Current number of equations to process: 1371
% Current number of ordered equations: 0
% Current number of rules: 1371
% New rule produced :
% [1393]
% (eq)(apply(X,apply(apply(apply(apply(Y,X),apply(Z,X)),apply(V_3,X)),V_4)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(apply(s,Y),Z)),V_3),X),V_4))))
% -> (false)
% Current number of equations to process: 1379
% Current number of ordered equations: 1
% Current number of rules: 1372
% New rule produced :
% [1394]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(apply(Z,X),apply(V_3,X))),V_4)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,Y),apply(apply(s,Z),V_3)),X),V_4))))
% -> (false)
% Current number of equations to process: 1379
% Current number of ordered equations: 0
% Current number of rules: 1373
% New rule produced :
% [1395]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),apply(Z,X)),X),V_3)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,Z),apply(Y,apply(Z,X))),X),V_3))))
% -> (false)
% Current number of equations to process: 1378
% Current number of ordered equations: 0
% Current number of rules: 1374
% New rule produced :
% [1396]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,X),apply(X,apply(Z,X)))),V_3)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,apply(b,Y))),Z),X),V_3))))
% -> (false)
% Current number of equations to process: 1377
% Current number of ordered equations: 0
% Current number of rules: 1375
% New rule produced :
% [1397]
% (eq)(apply(X,apply(apply(X,Y),apply(Z,apply(X,Y)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,s),
% apply(b,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 1376
% Current number of ordered equations: 0
% Current number of rules: 1376
% New rule produced :
% [1398]
% (eq)(apply(X,apply(apply(X,Y),apply(apply(Z,Y),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(
% apply(s,s),
% apply(c,Z))),Y)),X))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 1377
% New rule produced :
% [1399]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(apply(Z,X),apply(V_3,X))),
% apply(combinator,apply(apply(apply(s,apply(b,X)),Y),apply(apply(apply(s,Z),V_3),X))))
% -> (false)
% Current number of equations to process: 1374
% Current number of ordered equations: 0
% Current number of rules: 1378
% New rule produced :
% [1400]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,apply(Z,X))),apply(Z,X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),
% apply(Z,X))))) -> (false)
% Current number of equations to process: 1373
% Current number of ordered equations: 0
% Current number of rules: 1379
% New rule produced :
% [1401]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(c,Y))),Y),X)),X))
% -> (false)
% Current number of equations to process: 1372
% Current number of ordered equations: 0
% Current number of rules: 1380
% New rule produced :
% [1402]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,Y),
% apply(apply(b,X),Y))),X))
% -> (false)
% Current number of equations to process: 1402
% Current number of ordered equations: 0
% Current number of rules: 1381
% New rule produced :
% [1403]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),b),X),apply(Y,X)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,b),Y)),X)) ->
% (false)
% Current number of equations to process: 1420
% Current number of ordered equations: 0
% Current number of rules: 1382
% New rule produced :
% [1404]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,Y)))),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,X),apply(apply(b,Y),Y))),Y))
% -> (false)
% Current number of equations to process: 1435
% Current number of ordered equations: 0
% Current number of rules: 1383
% New rule produced :
% [1405]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(X,Y))),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(c,X),Y)),Y)),Y))
% -> (false)
% Current number of equations to process: 1522
% Current number of ordered equations: 0
% Current number of rules: 1384
% New rule produced :
% [1406]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,
% apply(
% apply(c,b),
% apply(Y,X))),Z)),X))
% -> (false)
% Current number of equations to process: 1538
% Current number of ordered equations: 0
% Current number of rules: 1385
% New rule produced :
% [1407]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(X,apply(Y,X)))),Y),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(apply(c,s),X)),Y)),X))
% -> (false)
% Current number of equations to process: 1539
% Current number of ordered equations: 0
% Current number of rules: 1386
% New rule produced :
% [1408]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(X,Y))),Z),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(c,X),Y)),Z)),Y))
% -> (false)
% Current number of equations to process: 1552
% Current number of ordered equations: 0
% Current number of rules: 1387
% New rule produced :
% [1409]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),X),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(s,X),
% apply(apply(c,Y),X))),X))
% -> (false)
% Current number of equations to process: 1570
% Current number of ordered equations: 0
% Current number of rules: 1388
% New rule produced :
% [1410]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),Z)),X),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(s,b),Y)),Z)),X))
% -> (false)
% Current number of equations to process: 1602
% Current number of ordered equations: 0
% Current number of rules: 1389
% New rule produced :
% [1411]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,Y)),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(s,b),Y)),X)),X))
% -> (false)
% Current number of equations to process: 1604
% Current number of ordered equations: 0
% Current number of rules: 1390
% New rule produced :
% [1412]
% (eq)(apply(X,apply(apply(Y,apply(Z,Y)),apply(V_3,X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(
% apply(s,
% apply(b,b)),Z),Y),V_3),X))))
% -> (false)
% Current number of equations to process: 1625
% Current number of ordered equations: 0
% Current number of rules: 1391
% New rule produced :
% [1413]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,Z)),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(b,Y))),V_3),Z),X))))
% -> (false)
% Current number of equations to process: 1670
% Current number of ordered equations: 0
% Current number of rules: 1392
% New rule produced :
% [1414]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,Z),X)))),apply(combinator,
% apply(X,apply(Y,
% apply(apply(
% apply(
% apply(s,b),V_3),Z),X)))))
% -> (false)
% Rule
% [1098]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(V_3,Z),X)))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(
% apply(
% apply(s,b),V_3),Z),X)))))
% -> (false) collapsed.
% Current number of equations to process: 1714
% Current number of ordered equations: 0
% Current number of rules: 1392
% New rule produced :
% [1415]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(V_3,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),Z),Y),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 1758
% Current number of ordered equations: 0
% Current number of rules: 1393
% New rule produced :
% [1416]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(b,
% apply(
% apply(
% apply(s,b),Y),X)),Z)),X))
% -> (false)
% Current number of equations to process: 1757
% Current number of ordered equations: 0
% Current number of rules: 1394
% New rule produced :
% [1417]
% (eq)(apply(X,apply(Y,apply(Y,apply(X,apply(Z,X))))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(
% apply(s,b),s),
% apply(b,Y)),Z)),X))
% -> (false)
% Current number of equations to process: 1811
% Current number of ordered equations: 0
% Current number of rules: 1395
% New rule produced :
% [1418]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),apply(b,X)),Z)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(apply(b,X),Z)))))) ->
% (false)
% Current number of equations to process: 1828
% Current number of ordered equations: 0
% Current number of rules: 1396
% New rule produced :
% [1419]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(apply(b,X),Z))),
% apply(combinator,apply(X,apply(Z,apply(apply(apply(s,Y),apply(b,X)),Z))))) ->
% (false)
% Current number of equations to process: 1855
% Current number of ordered equations: 0
% Current number of rules: 1397
% New rule produced :
% [1420]
% (eq)(apply(apply(X,apply(X,apply(apply(apply(s,c),Y),X))),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,c),Y)),X)) ->
% (false)
% Current number of equations to process: 1881
% Current number of ordered equations: 0
% Current number of rules: 1398
% New rule produced :
% [1421]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),X),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(
% apply(s,
% apply(b,c)),Z),Y),V_3),X))))
% -> (false)
% Current number of equations to process: 1919
% Current number of ordered equations: 0
% Current number of rules: 1399
% New rule produced :
% [1422]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),apply(b,X)),apply(b,combinator))),
% apply(apply(apply(s,apply(apply(s,s),Y)),apply(b,X)),apply(b,combinator))) ->
% (false)
% Current number of equations to process: 1918
% Current number of ordered equations: 0
% Current number of rules: 1400
% New rule produced :
% [1423]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,Y)),Z),apply(apply(b,X),Z))),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(Z,apply(apply(b,X),Z))))))) ->
% (false)
% Current number of equations to process: 1917
% Current number of ordered equations: 0
% Current number of rules: 1401
% New rule produced :
% [1424]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),Z),apply(apply(b,X),Z))),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,apply(apply(b,X),Z)),Z))))) ->
% (false)
% Current number of equations to process: 1916
% Current number of ordered equations: 0
% Current number of rules: 1402
% New rule produced :
% [1425]
% (eq)(apply(apply(apply(apply(s,apply(b,X)),apply(apply(s,c),Y)),X),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),X),apply(apply(apply(s,c),Y),X))) ->
% (false)
% Current number of equations to process: 1915
% Current number of ordered equations: 0
% Current number of rules: 1403
% New rule produced :
% [1426]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),apply(s,c)),Y),X)),apply(Y,X)),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,c),Y),X))) ->
% (false)
% Current number of equations to process: 1914
% Current number of ordered equations: 0
% Current number of rules: 1404
% New rule produced :
% [1427]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(b,
% apply(c,Y))),V_3),Z),X))))
% -> (false)
% Current number of equations to process: 1957
% Current number of ordered equations: 0
% Current number of rules: 1405
% New rule produced :
% [1428]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(
% apply(s,b),Z),Y),X),V_3))))
% -> (false)
% Rule
% [1097]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,b),Z),Y),X),
% apply(V_3,X)))))
% -> (false) collapsed.
% Current number of equations to process: 2002
% Current number of ordered equations: 0
% Current number of rules: 1405
% New rule produced :
% [1429]
% (eq)(apply(apply(X,Y),apply(Z,apply(apply(X,Y),apply(Y,Y)))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(b,Z)),
% apply(apply(c,
% apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 2053
% Current number of ordered equations: 0
% Current number of rules: 1406
% New rule produced :
% [1430]
% (eq)(apply(apply(X,apply(apply(apply(apply(s,b),c),X),apply(Y,X))),apply(Y,X)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,c),Y)),X)) ->
% (false)
% Current number of equations to process: 2052
% Current number of ordered equations: 0
% Current number of rules: 1407
% New rule produced :
% [1431]
% (eq)(apply(apply(X,Y),apply(apply(b,combinator),apply(apply(apply(s,X),Y),Y))),
% apply(apply(apply(apply(s,s),b),apply(b,combinator)),apply(apply(c,apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 2051
% Current number of ordered equations: 0
% Current number of rules: 1408
% New rule produced :
% [1432]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(apply(s,X),Y)),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(b,Y)),apply(apply(c,apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 2059
% Current number of ordered equations: 0
% Current number of rules: 1409
% New rule produced :
% [1433]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),apply(s,X)),Y),Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(b,Y)),apply(apply(c,apply(s,X)),Y)))
% -> (false)
% Current number of equations to process: 2063
% Current number of ordered equations: 0
% Current number of rules: 1410
% New rule produced :
% [1434]
% (eq)(apply(apply(apply(apply(s,apply(apply(s,b),X)),apply(c,Y)),Y),Y),
% apply(combinator,apply(apply(Y,apply(apply(X,Y),apply(apply(c,Y),Y))),Y))) ->
% (false)
% Current number of equations to process: 2073
% Current number of ordered equations: 0
% Current number of rules: 1411
% New rule produced :
% [1435]
% (eq)(apply(apply(apply(apply(apply(s,b),X),Y),apply(apply(c,Y),Y)),Y),
% apply(combinator,apply(apply(Y,apply(apply(apply(s,X),apply(c,Y)),Y)),Y))) ->
% (false)
% Current number of equations to process: 2099
% Current number of ordered equations: 0
% Current number of rules: 1412
% New rule produced :
% [1436]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(b,X)),Y),apply(apply(c,Y),Z)),Z),
% apply(combinator,apply(apply(Y,apply(X,apply(Y,apply(apply(c,Y),Z)))),Z))) ->
% (false)
% Current number of equations to process: 2134
% Current number of ordered equations: 0
% Current number of rules: 1413
% New rule produced :
% [1437]
% (eq)(apply(apply(apply(apply(apply(s,b),apply(c,X)),Y),apply(apply(c,Y),Z)),Z),
% apply(combinator,apply(apply(Y,apply(apply(X,apply(apply(c,Y),Z)),Y)),Z))) ->
% (false)
% Current number of equations to process: 2133
% Current number of ordered equations: 0
% Current number of rules: 1414
% New rule produced :
% [1438]
% (eq)(apply(apply(apply(X,Y),apply(Z,Y)),apply(Y,apply(apply(X,Y),apply(Z,Y)))),
% apply(apply(apply(s,apply(s,apply(b,combinator))),apply(apply(s,X),Z)),Y)) ->
% (false)
% Current number of equations to process: 2200
% Current number of ordered equations: 1
% Current number of rules: 1415
% New rule produced :
% [1439]
% (eq)(apply(apply(apply(X,Y),apply(Z,Y)),apply(Y,apply(apply(apply(s,X),Z),Y))),
% apply(apply(apply(s,apply(b,combinator)),Y),apply(apply(apply(s,X),Z),Y))) ->
% (false)
% Current number of equations to process: 2200
% Current number of ordered equations: 0
% Current number of rules: 1416
% New rule produced :
% [1440]
% (eq)(apply(apply(apply(apply(s,X),Y),Z),apply(Z,apply(apply(X,Z),apply(Y,Z)))),
% apply(apply(apply(s,apply(b,combinator)),Z),apply(apply(apply(s,X),Y),Z))) ->
% (false)
% Current number of equations to process: 2234
% Current number of ordered equations: 0
% Current number of rules: 1417
% New rule produced :
% [1441]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),X)),apply(combinator,
% apply(X,
% apply(apply(Z,
% apply(
% apply(Y,Z),X)),X))))
% -> (false)
% Current number of equations to process: 2266
% Current number of ordered equations: 0
% Current number of rules: 1418
% New rule produced :
% [1442]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),apply(b,Y)),Z),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(Y,apply(Z,X)))),X)) ->
% (false)
% Current number of equations to process: 2265
% Current number of ordered equations: 0
% Current number of rules: 1419
% New rule produced :
% [1443]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),apply(c,Y)),Z),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(apply(Y,X),Z))),X)) ->
% (false)
% Current number of equations to process: 2264
% Current number of ordered equations: 0
% Current number of rules: 1420
% New rule produced :
% [1444]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),X)),apply(combinator,
% apply(X,
% apply(apply(Y,
% apply(X,
% apply(Z,X))),X))))
% -> (false)
% Current number of equations to process: 2290
% Current number of ordered equations: 0
% Current number of rules: 1421
% New rule produced :
% [1445]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),apply(s,Y)),Z),X),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,apply(apply(Y,X),apply(Z,X)))),X))
% -> (false)
% Current number of equations to process: 2314
% Current number of ordered equations: 0
% Current number of rules: 1422
% New rule produced :
% [1446]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),Y),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(b,
% apply(Z,X))),Y),X))))
% -> (false)
% Current number of equations to process: 2341
% Current number of ordered equations: 0
% Current number of rules: 1423
% New rule produced :
% [1447]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),Y),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(b,X)),Y),X))))
% -> (false)
% Current number of equations to process: 2346
% Current number of ordered equations: 0
% Current number of rules: 1424
% New rule produced :
% [1448]
% (eq)(apply(X,apply(X,apply(Y,apply(X,X)))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(b,Y))),X),X)))
% -> (false)
% Current number of equations to process: 2350
% Current number of ordered equations: 0
% Current number of rules: 1425
% New rule produced :
% [1449]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Y)))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(c,
% apply(b,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2368
% Current number of ordered equations: 0
% Current number of rules: 1426
% New rule produced :
% [1450]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),X))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(c,
% apply(c,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2367
% Current number of ordered equations: 0
% Current number of rules: 1427
% New rule produced :
% [1451]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,
% apply(s,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2366
% Current number of ordered equations: 0
% Current number of rules: 1428
% New rule produced :
% [1452]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),Z),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 2373
% Current number of ordered equations: 0
% Current number of rules: 1429
% New rule produced :
% [1453]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,Y)),X),X))))
% -> (false)
% Current number of equations to process: 2377
% Current number of ordered equations: 0
% Current number of rules: 1430
% New rule produced :
% [1454]
% (eq)(apply(X,apply(X,apply(apply(Y,X),X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(c,Y))),X),X)))
% -> (false)
% Current number of equations to process: 2376
% Current number of ordered equations: 0
% Current number of rules: 1431
% New rule produced :
% [1455]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(Y,X)),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(c,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2393
% Current number of ordered equations: 0
% Current number of rules: 1432
% New rule produced :
% [1456]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),X),apply(X,X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),X))))
% -> (false)
% Current number of equations to process: 2400
% Current number of ordered equations: 0
% Current number of rules: 1433
% New rule produced :
% [1457]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(X,X)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(s,Y))),X),X)))
% -> (false)
% Current number of equations to process: 2399
% Current number of ordered equations: 0
% Current number of rules: 1434
% New rule produced :
% [1458]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(X,apply(Y,X))),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,b)),Y),X),X))))
% -> (false)
% Current number of equations to process: 2415
% Current number of ordered equations: 0
% Current number of rules: 1435
% New rule produced :
% [1459]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(Z,X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(b,
% apply(Y,Z))),Z),X))))
% -> (false)
% Current number of equations to process: 2417
% Current number of ordered equations: 0
% Current number of rules: 1436
% New rule produced :
% [1460]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),Y),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(c,Z)),
% apply(Y,X)),X))))
% -> (false)
% Current number of equations to process: 2416
% Current number of ordered equations: 0
% Current number of rules: 1437
% New rule produced :
% [1461]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,Y))),Y),X),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),X),apply(Y,X)),X)))) ->
% (false)
% Current number of equations to process: 2424
% Current number of ordered equations: 0
% Current number of rules: 1438
% New rule produced :
% [1462]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,Y)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,b)),Z),Y),X))))
% -> (false)
% Current number of equations to process: 2470
% Current number of ordered equations: 0
% Current number of rules: 1439
% New rule produced :
% [1463]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Y,apply(X,Y)),Y)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,apply(s,b)),X),Y),Y)))) ->
% (false)
% Current number of equations to process: 2469
% Current number of ordered equations: 0
% Current number of rules: 1440
% New rule produced :
% [1464]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(X,apply(Y,X)),X))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,
% apply(s,b)),Y)),X),X)))
% -> (false)
% Current number of equations to process: 2468
% Current number of ordered equations: 0
% Current number of rules: 1441
% New rule produced :
% [1465]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),X)))
% -> (false)
% Current number of equations to process: 2483
% Current number of ordered equations: 0
% Current number of rules: 1442
% New rule produced :
% [1466]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,apply(Z,X))),X),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(b,Y),Z)),X),X))))
% -> (false)
% Current number of equations to process: 2504
% Current number of ordered equations: 0
% Current number of rules: 1443
% New rule produced :
% [1467]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(Y,X),Z)),X),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,Y),Z)),X),X))))
% -> (false)
% Current number of equations to process: 2503
% Current number of ordered equations: 0
% Current number of rules: 1444
% New rule produced :
% [1468]
% (eq)(apply(X,apply(Y,apply(Y,apply(Z,X)))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(c,b),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2534
% Current number of ordered equations: 0
% Current number of rules: 1445
% New rule produced :
% [1469]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),Z))),apply(combinator,apply(X,apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(c,c),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2533
% Current number of ordered equations: 0
% Current number of rules: 1446
% New rule produced :
% [1470]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),apply(Z,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,s),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2542
% Current number of ordered equations: 0
% Current number of rules: 1447
% New rule produced :
% [1471]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(Y,Z)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,Y),Z)),Z),X))))
% -> (false)
% Current number of equations to process: 2558
% Current number of ordered equations: 0
% Current number of rules: 1448
% New rule produced :
% [1472]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),apply(Y,X)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y)),X),X))))
% -> (false)
% Current number of equations to process: 2586
% Current number of ordered equations: 0
% Current number of rules: 1449
% New rule produced :
% [1473]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,
% apply(
% apply(s,b),Z)),X)),Y)))
% -> (false)
% Current number of equations to process: 2643
% Current number of ordered equations: 1
% Current number of rules: 1450
% New rule produced :
% [1474]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(apply(s,Z),X),Y))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(
% apply(s,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 2643
% Current number of ordered equations: 0
% Current number of rules: 1451
% New rule produced :
% [1475]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,apply(Y,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(b,
% apply(
% apply(b,Z),V_3))),Y),X))))
% -> (false)
% Current number of equations to process: 2642
% Current number of ordered equations: 0
% Current number of rules: 1452
% New rule produced :
% [1476]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(Y,X)),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(b,
% apply(
% apply(c,Z),V_3))),Y),X))))
% -> (false)
% Current number of equations to process: 2641
% Current number of ordered equations: 0
% Current number of rules: 1453
% New rule produced :
% [1477]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(X,Y),Y))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(b,Z)),apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 2640
% Current number of ordered equations: 0
% Current number of rules: 1454
% New rule produced :
% [1478]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(V_3,X)),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,
% apply(
% apply(b,Z),V_3))),Y),X))))
% -> (false)
% Current number of equations to process: 2639
% Current number of ordered equations: 0
% Current number of rules: 1455
% New rule produced :
% [1479]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,X),V_3),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,
% apply(
% apply(c,Z),V_3))),Y),X))))
% -> (false)
% Current number of equations to process: 2638
% Current number of ordered equations: 0
% Current number of rules: 1456
% New rule produced :
% [1480]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(X,Y))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(c,Z)),apply(X,Y)),Y))))
% -> (false)
% Current number of equations to process: 2637
% Current number of ordered equations: 0
% Current number of rules: 1457
% New rule produced :
% [1481]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,
% apply(
% apply(s,b),Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2636
% Current number of ordered equations: 0
% Current number of rules: 1458
% New rule produced :
% [1482]
% (eq)(apply(X,apply(Y,apply(Z,apply(Y,apply(X,Y))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(c,
% apply(s,
% apply(b,Z)))),Y),X))))
% -> (false)
% Current number of equations to process: 2635
% Current number of ordered equations: 0
% Current number of rules: 1459
% New rule produced :
% [1483]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(Y,X)),apply(X,apply(Y,X))))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),apply(s,apply(s,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2634
% Current number of ordered equations: 0
% Current number of rules: 1460
% New rule produced :
% [1484]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,Z),Y),X)),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),apply(Z,X)),apply(Y,X)),X))))
% -> (false)
% Current number of equations to process: 2633
% Current number of ordered equations: 0
% Current number of rules: 1461
% New rule produced :
% [1485]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(Z,apply(apply(b,Y),Z)),X)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,b)),apply(b,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 2632
% Current number of ordered equations: 0
% Current number of rules: 1462
% New rule produced :
% [1486]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,apply(apply(c,Y),Z)),X)),Z)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,b)),apply(c,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 2631
% Current number of ordered equations: 0
% Current number of rules: 1463
% New rule produced :
% [1487]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(Y,X),apply(Z,X))),X),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),apply(apply(s,Y),Z)),X),X))))
% -> (false)
% Current number of equations to process: 2630
% Current number of ordered equations: 0
% Current number of rules: 1464
% New rule produced :
% [1488]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(V_3,Y),X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(b,
% apply(b,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2629
% Current number of ordered equations: 0
% Current number of rules: 1465
% New rule produced :
% [1489]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(b,
% apply(c,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2628
% Current number of ordered equations: 0
% Current number of rules: 1466
% New rule produced :
% [1490]
% (eq)(apply(X,apply(X,apply(apply(Y,apply(Z,X)),X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(
% apply(b,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 2627
% Current number of ordered equations: 0
% Current number of rules: 1467
% New rule produced :
% [1491]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(Y,V_3)),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,
% apply(b,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2626
% Current number of ordered equations: 0
% Current number of rules: 1468
% New rule produced :
% [1492]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,V_3),Y),X))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,
% apply(c,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 2625
% Current number of ordered equations: 0
% Current number of rules: 1469
% New rule produced :
% [1493]
% (eq)(apply(X,apply(X,apply(apply(apply(Y,X),Z),X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(
% apply(c,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 2624
% Current number of ordered equations: 0
% Current number of rules: 1470
% New rule produced :
% [1494]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(Y,Z),X)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(c,
% apply(s,b)),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2623
% Current number of ordered equations: 0
% Current number of rules: 1471
% New rule produced :
% [1495]
% (eq)(apply(X,apply(Y,apply(Y,apply(Z,apply(Y,X))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(b,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2622
% Current number of ordered equations: 0
% Current number of rules: 1472
% New rule produced :
% [1496]
% (eq)(apply(X,apply(Y,apply(Y,apply(apply(Z,X),Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(c,Z))),Y),X))))
% -> (false)
% Current number of equations to process: 2621
% Current number of ordered equations: 0
% Current number of rules: 1473
% New rule produced :
% [1497]
% (eq)(apply(X,apply(X,apply(X,apply(apply(Y,X),X)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(
% apply(s,b),Y))),X),X)))
% -> (false)
% Current number of equations to process: 2620
% Current number of ordered equations: 0
% Current number of rules: 1474
% New rule produced :
% [1498]
% (eq)(apply(X,apply(X,apply(Y,apply(X,apply(X,X))))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,b),
% apply(s,
% apply(b,Y)))),X),X)))
% -> (false)
% Current number of equations to process: 2619
% Current number of ordered equations: 0
% Current number of rules: 1475
% New rule produced :
% [1499]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),Z),Y),apply(X,Y))),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(apply(s,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 2624
% Current number of ordered equations: 0
% Current number of rules: 1476
% New rule produced :
% [1500]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(apply(s,Z),X)),Y),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(apply(s,b),Z),Y),
% apply(X,Y))))) -> (false)
% Current number of equations to process: 2655
% Current number of ordered equations: 0
% Current number of rules: 1477
% New rule produced :
% [1501]
% (eq)(apply(apply(X,X),apply(apply(apply(apply(s,b),apply(s,Y)),X),X)),
% apply(combinator,apply(apply(X,X),apply(apply(apply(apply(s,b),Y),X),
% apply(X,X))))) -> (false)
% Current number of equations to process: 2655
% Current number of ordered equations: 0
% Current number of rules: 1478
% New rule produced :
% [1502]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),apply(Z,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,c),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2663
% Current number of ordered equations: 0
% Current number of rules: 1479
% New rule produced :
% [1503]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,Y),apply(V_3,Y)),X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(
% apply(s,Z),V_3),Y),X)))))
% -> (false)
% Current number of equations to process: 2673
% Current number of ordered equations: 0
% Current number of rules: 1480
% New rule produced :
% [1504]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),apply(apply(Z,Y),X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,s),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 2672
% Current number of ordered equations: 0
% Current number of rules: 1481
% New rule produced :
% [1505]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),X),X),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),
% apply(b,X)),X)),X))
% -> (false)
% Current number of equations to process: 2706
% Current number of ordered equations: 0
% Current number of rules: 1482
% New rule produced :
% [1506]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,
% apply(b,Y))),Y)),X))
% -> (false)
% Current number of equations to process: 2726
% Current number of ordered equations: 0
% Current number of rules: 1483
% New rule produced :
% [1507]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,
% apply(c,Y))),X)),X))
% -> (false)
% Current number of equations to process: 2761
% Current number of ordered equations: 0
% Current number of rules: 1484
% New rule produced :
% [1508]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(c,
% apply(c,Y))),Z)),X))
% -> (false)
% Current number of equations to process: 2766
% Current number of ordered equations: 0
% Current number of rules: 1485
% New rule produced :
% [1509]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),
% apply(c,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 2806
% Current number of ordered equations: 0
% Current number of rules: 1486
% New rule produced :
% [1510]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,apply(Y,apply(X,Z)))),X)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,Y),Z)),apply(X,Z))) ->
% (false)
% Current number of equations to process: 2822
% Current number of ordered equations: 0
% Current number of rules: 1487
% New rule produced :
% [1511]
% (eq)(apply(apply(X,apply(Y,X)),apply(Z,apply(apply(apply(s,apply(b,V_3)),Y),X))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,Z),V_3)),apply(X,
% apply(Y,X))))
% -> (false)
% Current number of equations to process: 2821
% Current number of ordered equations: 0
% Current number of rules: 1488
% New rule produced :
% [1512]
% (eq)(apply(apply(apply(X,Y),Z),apply(V_3,apply(apply(apply(apply(s,b),X),Y),Z))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(b,V_3),Y)),apply(
% apply(X,Y),Z)))
% -> (false)
% Current number of equations to process: 2819
% Current number of ordered equations: 1
% Current number of rules: 1489
% New rule produced :
% [1513]
% (eq)(apply(X,apply(Y,apply(apply(apply(Z,apply(b,Y)),V_3),X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(
% apply(s,b),Z),
% apply(b,Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 2819
% Current number of ordered equations: 0
% Current number of rules: 1490
% New rule produced :
% [1514]
% (eq)(apply(X,apply(Y,apply(apply(Z,X),apply(V_3,apply(Z,X))))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(b,
% apply(
% apply(s,
% apply(b,Y)),V_3)),Z)),X))
% -> (false)
% Current number of equations to process: 2818
% Current number of ordered equations: 0
% Current number of rules: 1491
% New rule produced :
% [1515]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),X),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,b),
% apply(s,Y)),X)),X))
% -> (false)
% Current number of equations to process: 2840
% Current number of ordered equations: 0
% Current number of rules: 1492
% New rule produced :
% [1516]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,combinator)),X),apply(X,X))),
% apply(apply(apply(apply(apply(s,b),apply(s,b)),apply(s,apply(b,combinator))),X),X))
% -> (false)
% Current number of equations to process: 2842
% Current number of ordered equations: 1
% Current number of rules: 1493
% New rule produced :
% [1517]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),apply(Y,Y)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,b),apply(s,X)),Y)),Y))
% -> (false)
% Current number of equations to process: 2842
% Current number of ordered equations: 0
% Current number of rules: 1494
% New rule produced :
% [1518]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Y,apply(b,Y)),X)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,
% apply(s,s)),b),Y),X))))
% -> (false)
% Current number of equations to process: 2852
% Current number of ordered equations: 0
% Current number of rules: 1495
% New rule produced :
% [1519]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(apply(b,Y),X))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),
% apply(b,Z)),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 2852
% Current number of ordered equations: 0
% Current number of rules: 1496
% New rule produced :
% [1520]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),apply(b,Y))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,s),
% apply(c,Z)),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 2851
% Current number of ordered equations: 0
% Current number of rules: 1497
% New rule produced :
% [1521]
% (eq)(apply(apply(apply(s,apply(s,apply(b,X))),Y),X),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,X))),Y),X))))
% -> (false)
% Current number of equations to process: 2873
% Current number of ordered equations: 0
% Current number of rules: 1498
% New rule produced :
% [1522]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(X,X)),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(b,
% apply(X,X)))),X),X)))
% -> (false)
% Current number of equations to process: 2879
% Current number of ordered equations: 0
% Current number of rules: 1499
% New rule produced :
% [1523]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(X,
% apply(apply(Z,X),X))))))
% -> (false)
% Current number of equations to process: 2893
% Current number of ordered equations: 0
% Current number of rules: 1500
% New rule produced :
% [1524]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),Y),X)),X),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,X)),apply(Y,X)),X)))) ->
% (false)
% Current number of equations to process: 2900
% Current number of ordered equations: 0
% Current number of rules: 1501
% New rule produced :
% [1525]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),Y)),X),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,X)),apply(Y,X)),X)))) ->
% (false)
% Current number of equations to process: 2903
% Current number of ordered equations: 0
% Current number of rules: 1502
% New rule produced :
% [1526]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,Z)),V_3),X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(b,
% apply(
% apply(b,Y),Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 2930
% Current number of ordered equations: 0
% Current number of rules: 1503
% New rule produced :
% [1527]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,X)),Z),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(b,X),Z)),X))))
% -> (false)
% Current number of equations to process: 2967
% Current number of ordered equations: 0
% Current number of rules: 1504
% New rule produced :
% [1528]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(b,
% apply(
% apply(c,Y),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 3007
% Current number of ordered equations: 0
% Current number of rules: 1505
% New rule produced :
% [1529]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(c,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 3052
% Current number of ordered equations: 0
% Current number of rules: 1506
% New rule produced :
% [1530]
% (eq)(apply(X,apply(apply(apply(s,apply(s,Y)),Z),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,
% apply(Z,X)))),Z),X))))
% -> (false)
% Current number of equations to process: 3072
% Current number of ordered equations: 0
% Current number of rules: 1507
% New rule produced :
% [1531]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),apply(Z,Y)),apply(combinator,
% apply(Y,
% apply(apply(
% apply(s,
% apply(b,
% apply(X,
% apply(Z,Y)))),Z),Y))))
% -> (false)
% Current number of equations to process: 3080
% Current number of ordered equations: 0
% Current number of rules: 1508
% New rule produced :
% [1532]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(apply(apply(s,Z),b),Y),X)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,s),apply(Z,Y)),apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 3121
% Current number of ordered equations: 0
% Current number of rules: 1509
% New rule produced :
% [1533]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,X),apply(apply(b,Y),X))))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,s),apply(s,Z)),apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 3120
% Current number of ordered equations: 0
% Current number of rules: 1510
% New rule produced :
% [1534]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),Z),X)),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 3119
% Current number of ordered equations: 0
% Current number of rules: 1511
% New rule produced :
% [1535]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,apply(X,X))))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(b,
% apply(
% apply(b,Y),Z)))),X),X)))
% -> (false)
% Current number of equations to process: 3118
% Current number of ordered equations: 0
% Current number of rules: 1512
% New rule produced :
% [1536]
% (eq)(apply(X,apply(Y,apply(apply(X,apply(Z,X)),V_3))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(c,
% apply(b,Y)),V_3))),Z),X))))
% -> (false)
% Current number of equations to process: 3117
% Current number of ordered equations: 0
% Current number of rules: 1513
% New rule produced :
% [1537]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,apply(V_3,X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(
% apply(c,
% apply(c,Y)),Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 3116
% Current number of ordered equations: 0
% Current number of rules: 1514
% New rule produced :
% [1538]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(X,X))),Z)),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(b,
% apply(
% apply(c,Y),Z)))),X),X)))
% -> (false)
% Current number of equations to process: 3115
% Current number of ordered equations: 0
% Current number of rules: 1515
% New rule produced :
% [1539]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,apply(X,V_3))))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(c,
% apply(b,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 3114
% Current number of ordered equations: 0
% Current number of rules: 1516
% New rule produced :
% [1540]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(Z,V_3),X)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,Y)),
% apply(
% apply(c,
% apply(c,Z)),V_3)),X))))
% -> (false)
% Current number of equations to process: 3113
% Current number of ordered equations: 0
% Current number of rules: 1517
% New rule produced :
% [1541]
% (eq)(apply(X,apply(apply(apply(s,X),X),apply(Y,X))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(
% apply(s,
% apply(b,b)),Y),X)),Y),X))))
% -> (false)
% Current number of equations to process: 3112
% Current number of ordered equations: 0
% Current number of rules: 1518
% New rule produced :
% [1542]
% (eq)(apply(X,apply(apply(apply(s,Y),X),apply(X,X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(b,
% apply(Y,
% apply(X,X))))),X),X)))
% -> (false)
% Current number of equations to process: 3111
% Current number of ordered equations: 0
% Current number of rules: 1519
% New rule produced :
% [1543]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),apply(V_3,X)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(s,Z),V_3)),X))))
% -> (false)
% Current number of equations to process: 3122
% Current number of ordered equations: 0
% Current number of rules: 1520
% New rule produced :
% [1544]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Y),X)),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,X)),X),
% apply(Y,X)))) ->
% (false)
% Current number of equations to process: 3171
% Current number of ordered equations: 0
% Current number of rules: 1521
% New rule produced :
% [1545]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(b,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Z,X),X)))))
% -> (false)
% Current number of equations to process: 3187
% Current number of ordered equations: 0
% Current number of rules: 1522
% New rule produced :
% [1546]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(c,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Y,X),
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 3186
% Current number of ordered equations: 0
% Current number of rules: 1523
% New rule produced :
% [1547]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(Y,X))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,Y),Z),X),X))))
% -> (false)
% Current number of equations to process: 3191
% Current number of ordered equations: 0
% Current number of rules: 1524
% New rule produced :
% [1548]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(s,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Y,X),
% apply(apply(Z,X),X)))))
% -> (false)
% Current number of equations to process: 3190
% Current number of ordered equations: 0
% Current number of rules: 1525
% New rule produced :
% [1549]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),Z),X)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(Y,apply(Z,X))),X))
% -> (false)
% Current number of equations to process: 3197
% Current number of ordered equations: 0
% Current number of rules: 1526
% New rule produced :
% [1550]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(c,X))),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Y)),Y))))
% -> (false)
% Current number of equations to process: 3200
% Current number of ordered equations: 0
% Current number of rules: 1527
% New rule produced :
% [1551]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(b,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Z,X),
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3215
% Current number of ordered equations: 0
% Current number of rules: 1528
% New rule produced :
% [1552]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(c,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Z,X),
% apply(apply(Y,X),Z)))))
% -> (false)
% Current number of equations to process: 3214
% Current number of ordered equations: 0
% Current number of rules: 1529
% New rule produced :
% [1553]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),Z),X)),apply(combinator,
% apply(X,apply(apply(
% apply(s,Z),
% apply(Y,Z)),X))))
% -> (false)
% Current number of equations to process: 3219
% Current number of ordered equations: 0
% Current number of rules: 1530
% New rule produced :
% [1554]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(b,Z),V_3)),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(Z,apply(V_3,X))))))) ->
% (false)
% Current number of equations to process: 3220
% Current number of ordered equations: 1
% Current number of rules: 1531
% New rule produced :
% [1555]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(Y,apply(Z,apply(X,apply(V_3,X))))))) ->
% (false)
% Current number of equations to process: 3220
% Current number of ordered equations: 0
% Current number of rules: 1532
% New rule produced :
% [1556]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(X,apply(V_3,X))),Z)))) ->
% (false)
% Current number of equations to process: 3218
% Current number of ordered equations: 1
% Current number of rules: 1533
% New rule produced :
% [1557]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(c,Z),V_3)),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(apply(Z,X),V_3)))))) ->
% (false)
% Current number of equations to process: 3218
% Current number of ordered equations: 0
% Current number of rules: 1534
% New rule produced :
% [1558]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),apply(b,Z)),X)),apply(combinator,
% apply(X,
% apply(Z,
% apply(X,
% apply(apply(Y,
% apply(b,Z)),X))))))
% -> (false)
% Current number of equations to process: 3217
% Current number of ordered equations: 0
% Current number of rules: 1535
% New rule produced :
% [1559]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),X)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(X,
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 3215
% Current number of ordered equations: 1
% Current number of rules: 1536
% New rule produced :
% [1560]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(Z,X)),X)),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(
% apply(
% apply(s,b),Z),X),X)))))
% -> (false)
% Rule
% [1214]
% (eq)(apply(X,apply(apply(apply(s,apply(b,X)),apply(b,X)),X)),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),b),X),X)))))
% -> (false) collapsed.
% Current number of equations to process: 3215
% Current number of ordered equations: 0
% Current number of rules: 1536
% New rule produced :
% [1561]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(apply(b,Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)))) ->
% (false)
% Current number of equations to process: 3213
% Current number of ordered equations: 1
% Current number of rules: 1537
% New rule produced :
% [1562]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),X)))) ->
% (false)
% Current number of equations to process: 3213
% Current number of ordered equations: 0
% Current number of rules: 1538
% New rule produced :
% [1563]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(V_3,X)),Z),X)))) ->
% (false)
% Current number of equations to process: 3211
% Current number of ordered equations: 1
% Current number of rules: 1539
% New rule produced :
% [1564]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(apply(c,Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(Z,X),V_3)),X)))) ->
% (false)
% Current number of equations to process: 3211
% Current number of ordered equations: 0
% Current number of rules: 1540
% New rule produced :
% [1565]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),apply(c,Z)),X)),apply(combinator,
% apply(X,
% apply(apply(Z,
% apply(
% apply(Y,
% apply(c,Z)),X)),X))))
% -> (false)
% Current number of equations to process: 3210
% Current number of ordered equations: 0
% Current number of rules: 1541
% New rule produced :
% [1566]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(Z,Y)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(
% apply(s,b),Z),Y),X),X))))
% -> (false)
% Current number of equations to process: 3209
% Current number of ordered equations: 0
% Current number of rules: 1542
% New rule produced :
% [1567]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(s,apply(b,Y)))),Z),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(apply(Z,X),X)))))) -> (false)
% Current number of equations to process: 3208
% Current number of ordered equations: 0
% Current number of rules: 1543
% New rule produced :
% [1568]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(s,Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Z,X),
% apply(apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3205
% Current number of ordered equations: 0
% Current number of rules: 1544
% New rule produced :
% [1569]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(Y,Y),
% apply(apply(X,Y),Y)))))
% -> (false)
% Current number of equations to process: 3211
% Current number of ordered equations: 0
% Current number of rules: 1545
% New rule produced :
% [1570]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),Z),X)),apply(combinator,
% apply(apply(apply(
% apply(s,b),Z),X),
% apply(apply(Y,Z),X)))) ->
% (false)
% Current number of equations to process: 3210
% Current number of ordered equations: 0
% Current number of rules: 1546
% New rule produced :
% [1571]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))))) ->
% (false)
% Current number of equations to process: 3234
% Current number of ordered equations: 0
% Current number of rules: 1547
% New rule produced :
% [1572]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(V_3,X)),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 3233
% Current number of ordered equations: 0
% Current number of rules: 1548
% New rule produced :
% [1573]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(s,Z),V_3)),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(apply(Z,X),apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 3232
% Current number of ordered equations: 0
% Current number of rules: 1549
% New rule produced :
% [1574]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(apply(s,Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(Z,X),apply(V_3,X))),X))))
% -> (false)
% Current number of equations to process: 3231
% Current number of ordered equations: 0
% Current number of rules: 1550
% New rule produced :
% [1575]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(apply(s,b),Y))),Z),X)),
% apply(combinator,apply(X,apply(apply(Z,X),apply(apply(Y,apply(Z,X)),X))))) ->
% (false)
% Current number of equations to process: 3230
% Current number of ordered equations: 0
% Current number of rules: 1551
% New rule produced :
% [1576]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(apply(b,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(V_3,X),apply(apply(Y,apply(Z,V_3)),X)))))
% -> (false)
% Current number of equations to process: 3229
% Current number of ordered equations: 0
% Current number of rules: 1552
% New rule produced :
% [1577]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(apply(c,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(V_3,X),apply(apply(apply(Y,V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 3228
% Current number of ordered equations: 0
% Current number of rules: 1553
% New rule produced :
% [1578]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(apply(s,b),Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Z,X),apply(Z,apply(apply(Y,Z),X)))))) ->
% (false)
% Current number of equations to process: 3227
% Current number of ordered equations: 0
% Current number of rules: 1554
% New rule produced :
% [1579]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(s,apply(b,Y))),Z),X)),
% apply(combinator,apply(X,apply(apply(Z,X),apply(Y,apply(X,apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 3226
% Current number of ordered equations: 0
% Current number of rules: 1555
% New rule produced :
% [1580]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(Y,X)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3225
% Current number of ordered equations: 0
% Current number of rules: 1556
% New rule produced :
% [1581]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(b,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Y,Z)),apply(Z,Z))))) -> (false)
% Current number of equations to process: 3242
% Current number of ordered equations: 0
% Current number of rules: 1557
% New rule produced :
% [1582]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,apply(Z,X)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),V_3),X)))))
% -> (false)
% Current number of equations to process: 3266
% Current number of ordered equations: 0
% Current number of rules: 1558
% New rule produced :
% [1583]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),Y)),X)),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,X)),Z),
% apply(Y,X)))) ->
% (false)
% Current number of equations to process: 3276
% Current number of ordered equations: 0
% Current number of rules: 1559
% New rule produced :
% [1584]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,X),Z)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,
% apply(Y,X))),Z),X))))
% -> (false)
% Current number of equations to process: 3275
% Current number of ordered equations: 0
% Current number of rules: 1560
% New rule produced :
% [1585]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),V_3)),X)),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),Y),X),
% apply(Z,
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3282
% Current number of ordered equations: 0
% Current number of rules: 1561
% New rule produced :
% [1586]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),b),apply(s,Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(s,Y),apply(Z,X)))))) ->
% (false)
% Current number of equations to process: 3281
% Current number of ordered equations: 0
% Current number of rules: 1562
% New rule produced :
% [1587]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,b),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(X,
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3292
% Current number of ordered equations: 0
% Current number of rules: 1563
% New rule produced :
% [1588]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,c),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(X,
% apply(Z,X)),Y))))
% -> (false)
% Current number of equations to process: 3296
% Current number of ordered equations: 0
% Current number of rules: 1564
% New rule produced :
% [1589]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),X)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(Y,X)),Z),X))))
% -> (false)
% Current number of equations to process: 3302
% Current number of ordered equations: 0
% Current number of rules: 1565
% New rule produced :
% [1590]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(X,Z)),apply(V_3,X))))) ->
% (false)
% Current number of equations to process: 3305
% Current number of ordered equations: 0
% Current number of rules: 1566
% New rule produced :
% [1591]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,Z),X),apply(V_3,X))))) ->
% (false)
% Current number of equations to process: 3304
% Current number of ordered equations: 0
% Current number of rules: 1567
% New rule produced :
% [1592]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,s),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(X,
% apply(Z,X)),
% apply(Y,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3303
% Current number of ordered equations: 0
% Current number of rules: 1568
% New rule produced :
% [1593]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),apply(Z,X))),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3301
% Current number of ordered equations: 1
% Current number of rules: 1569
% New rule produced :
% [1594]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,c),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Z,X),apply(Y,Z)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3301
% Current number of ordered equations: 0
% Current number of rules: 1570
% New rule produced :
% [1595]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(s,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,Z),apply(X,Z)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3300
% Current number of ordered equations: 0
% Current number of rules: 1571
% New rule produced :
% [1596]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(c,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Z),Y),apply(Z,Z))))) -> (false)
% Current number of equations to process: 3317
% Current number of ordered equations: 1
% Current number of rules: 1572
% New rule produced :
% [1597]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),X)),Z),X)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(Y,X)),X),
% apply(Z,X)))) ->
% (false)
% Current number of equations to process: 3317
% Current number of ordered equations: 0
% Current number of rules: 1573
% New rule produced :
% [1598]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(s,b)),Y)),Z),X)),
% apply(combinator,apply(X,apply(Y,apply(apply(X,Y),apply(Z,X)))))) -> (false)
% Current number of equations to process: 3322
% Current number of ordered equations: 0
% Current number of rules: 1574
% New rule produced :
% [1599]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),X)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Y),
% apply(Z,X)),X))))
% -> (false)
% Current number of equations to process: 3339
% Current number of ordered equations: 0
% Current number of rules: 1575
% New rule produced :
% [1600]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(b,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(X,V_3)))))) ->
% (false)
% Current number of equations to process: 3341
% Current number of ordered equations: 0
% Current number of rules: 1576
% New rule produced :
% [1601]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(c,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(Z,V_3),X))))) ->
% (false)
% Current number of equations to process: 3340
% Current number of ordered equations: 0
% Current number of rules: 1577
% New rule produced :
% [1602]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,c),Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(V_3,X),apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3338
% Current number of ordered equations: 1
% Current number of rules: 1578
% New rule produced :
% [1603]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),apply(V_3,X))),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),V_3),X)))))
% -> (false)
% Current number of equations to process: 3338
% Current number of ordered equations: 0
% Current number of rules: 1579
% New rule produced :
% [1604]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(s,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(Z,V_3),apply(X,V_3))))))
% -> (false)
% Current number of equations to process: 3337
% Current number of ordered equations: 0
% Current number of rules: 1580
% New rule produced :
% [1605]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),apply(Y,X))),X)),
% apply(combinator,apply(apply(apply(s,apply(b,X)),apply(Z,X)),apply(Y,X)))) ->
% (false)
% Current number of equations to process: 3347
% Current number of ordered equations: 0
% Current number of rules: 1581
% New rule produced :
% [1606]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,Z),V_3)),X)),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),Y),X),
% apply(
% apply(Z,X),V_3))))
% -> (false)
% Current number of equations to process: 3353
% Current number of ordered equations: 0
% Current number of rules: 1582
% New rule produced :
% [1607]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),c),apply(s,Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(s,Y),X),Z))))) ->
% (false)
% Current number of equations to process: 3352
% Current number of ordered equations: 0
% Current number of rules: 1583
% New rule produced :
% [1608]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(c,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(Y,
% apply(X,
% apply(Z,X))),
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 3368
% Current number of ordered equations: 0
% Current number of rules: 1584
% New rule produced :
% [1609]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,X))),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Y)),
% apply(Y,
% apply(Y,Y))))))
% -> (false)
% Current number of equations to process: 3369
% Current number of ordered equations: 0
% Current number of rules: 1585
% New rule produced :
% [1610]
% (eq)(apply(X,apply(apply(apply(s,Y),Z),X)),apply(combinator,apply(apply(
% apply(s,
% apply(
% apply(s,b),Y)),Z),X)))
% -> (false)
% Current number of equations to process: 3377
% Current number of ordered equations: 0
% Current number of rules: 1586
% New rule produced :
% [1611]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,X))),apply(combinator,apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(Z,X)))) ->
% (false)
% Current number of equations to process: 3378
% Current number of ordered equations: 0
% Current number of rules: 1587
% New rule produced :
% [1612]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(combinator,
% apply(apply(apply(
% apply(s,b),X),Y),
% apply(Y,Y)))) -> (false)
% Current number of equations to process: 3384
% Current number of ordered equations: 0
% Current number of rules: 1588
% New rule produced :
% [1613]
% (eq)(apply(X,apply(Y,apply(X,apply(Z,X)))),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(b,Y)),X),
% apply(Z,X)))) ->
% (false)
% Current number of equations to process: 3386
% Current number of ordered equations: 0
% Current number of rules: 1589
% New rule produced :
% [1614]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(X,
% apply(apply(
% apply(s,Y),Z),X)))))
% -> (false)
% Current number of equations to process: 3398
% Current number of ordered equations: 0
% Current number of rules: 1590
% New rule produced :
% [1615]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(b,Y))),Z),X)),
% apply(combinator,apply(X,apply(X,apply(Y,apply(X,apply(Z,X))))))) -> (false)
% Current number of equations to process: 3400
% Current number of ordered equations: 0
% Current number of rules: 1591
% New rule produced :
% [1616]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(c,Y))),Z),X)),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),X))))) -> (false)
% Current number of equations to process: 3399
% Current number of ordered equations: 0
% Current number of rules: 1592
% New rule produced :
% [1617]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,b),X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),apply(Y,Y)))))) -> (false)
% Current number of equations to process: 3404
% Current number of ordered equations: 0
% Current number of rules: 1593
% New rule produced :
% [1618]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,c),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(X,
% apply(Z,X)),
% apply(Y,X)))))
% -> (false)
% Current number of equations to process: 3417
% Current number of ordered equations: 0
% Current number of rules: 1594
% New rule produced :
% [1619]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,X),
% apply(Z,X)),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3428
% Current number of ordered equations: 0
% Current number of rules: 1595
% New rule produced :
% [1620]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(Z,X)),X),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3427
% Current number of ordered equations: 0
% Current number of rules: 1596
% New rule produced :
% [1621]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,s)),Y),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(Y,Z),X),
% apply(apply(Z,
% apply(Y,Z)),X)))))
% -> (false)
% Current number of equations to process: 3426
% Current number of ordered equations: 0
% Current number of rules: 1597
% New rule produced :
% [1622]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(Y,X))),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,Y),Z),X),
% apply(X,
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3425
% Current number of ordered equations: 0
% Current number of rules: 1598
% New rule produced :
% [1623]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Y),Z),apply(X,Y))),apply(combinator,
% apply(apply(
% apply(
% apply(s,
% apply(s,b)),X),Y),
% apply(Z,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 3424
% Current number of ordered equations: 0
% Current number of rules: 1599
% New rule produced :
% [1624]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,Z),V_3)),X)),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),Y),X),
% apply(
% apply(Z,X),
% apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3423
% Current number of ordered equations: 0
% Current number of rules: 1600
% New rule produced :
% [1625]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,s),Y)),Z),X)),apply(combinator,
% apply(X,
% apply(apply(X,
% apply(Z,X)),
% apply(apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3422
% Current number of ordered equations: 0
% Current number of rules: 1601
% New rule produced :
% [1626]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Z),apply(Y,Z)),apply(Z,Z))))) ->
% (false)
% Current number of equations to process: 3432
% Current number of ordered equations: 0
% Current number of rules: 1602
% New rule produced :
% [1627]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,Z),V_3),X))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(Z,X),
% apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3456
% Current number of ordered equations: 0
% Current number of rules: 1603
% New rule produced :
% [1628]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,apply(c,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,X)),X)))))
% -> (false)
% Current number of equations to process: 3455
% Current number of ordered equations: 0
% Current number of rules: 1604
% New rule produced :
% [1629]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,Z),Y)),X)),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,X)),
% apply(Z,X)),
% apply(Y,X)))) ->
% (false)
% Current number of equations to process: 3460
% Current number of ordered equations: 0
% Current number of rules: 1605
% New rule produced :
% [1630]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(Z,X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Z,X),
% apply(X,
% apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 3487
% Current number of ordered equations: 0
% Current number of rules: 1606
% New rule produced :
% [1631]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),Z),X)),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(
% apply(s,
% apply(b,
% apply(Z,X))),Z),X)))))
% -> (false)
% Current number of equations to process: 3495
% Current number of ordered equations: 0
% Current number of rules: 1607
% New rule produced :
% [1632]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,apply(b,X)))),Y),Y),
% apply(combinator,apply(Y,apply(X,apply(apply(Y,Y),apply(Y,apply(Y,Y))))))) ->
% (false)
% Current number of equations to process: 3499
% Current number of ordered equations: 0
% Current number of rules: 1608
% New rule produced :
% [1633]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,apply(b,s)),Y),Z),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(Z,apply(Y,Z))),V_3),X))))
% -> (false)
% Current number of equations to process: 3520
% Current number of ordered equations: 0
% Current number of rules: 1609
% New rule produced :
% [1634]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,Y))),Z),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(s,Y),apply(V_3,apply(Z,V_3))),X))))
% -> (false)
% Current number of equations to process: 3561
% Current number of ordered equations: 0
% Current number of rules: 1610
% New rule produced :
% [1635]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,Z),X)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3603
% Current number of ordered equations: 0
% Current number of rules: 1611
% New rule produced :
% [1636]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),Z),V_3),X))),
% apply(combinator,apply(X,apply(apply(Y,X),apply(V_3,apply(apply(Z,V_3),X))))))
% -> (false)
% Current number of equations to process: 3649
% Current number of ordered equations: 0
% Current number of rules: 1612
% New rule produced :
% [1637]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3694
% Current number of ordered equations: 0
% Current number of rules: 1613
% New rule produced :
% [1638]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(apply(s,apply(b,Z)),V_3),X))),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 3735
% Current number of ordered equations: 0
% Current number of rules: 1614
% New rule produced :
% [1639]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(Y,Z)),apply(X,apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3765
% Current number of ordered equations: 1
% Current number of rules: 1615
% New rule produced :
% [1640]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,apply(b,Y)))),Z),V_3),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(apply(V_3,apply(Z,V_3)),X))))))
% -> (false)
% Current number of equations to process: 3765
% Current number of ordered equations: 0
% Current number of rules: 1616
% New rule produced :
% [1641]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(apply(s,b),Z),V_3)),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(V_3,apply(apply(Z,V_3),X)))))))
% -> (false)
% Current number of equations to process: 3763
% Current number of ordered equations: 1
% Current number of rules: 1617
% New rule produced :
% [1642]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(apply(s,b),Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(X,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 3763
% Current number of ordered equations: 0
% Current number of rules: 1618
% New rule produced :
% [1643]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),apply(apply(s,apply(b,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(Y,apply(X,apply(Z,apply(X,apply(V_3,X))))))))
% -> (false)
% Current number of equations to process: 3762
% Current number of ordered equations: 0
% Current number of rules: 1619
% New rule produced :
% [1644]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(apply(s,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(V_3,X)),apply(Z,apply(V_3,X))),X))))
% -> (false)
% Current number of equations to process: 3761
% Current number of ordered equations: 0
% Current number of rules: 1620
% New rule produced :
% [1645]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,apply(b,c)),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Z,apply(Y,Z)),apply(V_3,X)),X))))
% -> (false)
% Current number of equations to process: 3759
% Current number of ordered equations: 1
% Current number of rules: 1621
% New rule produced :
% [1646]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,apply(c,Y)))),Z),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(V_3,apply(Z,V_3)),X)),X))))
% -> (false)
% Current number of equations to process: 3759
% Current number of ordered equations: 0
% Current number of rules: 1622
% New rule produced :
% [1647]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(apply(apply(s,b),Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(V_3,apply(apply(Z,V_3),X))),X))))
% -> (false)
% Current number of equations to process: 3757
% Current number of ordered equations: 1
% Current number of rules: 1623
% New rule produced :
% [1648]
% (eq)(apply(X,apply(apply(apply(s,apply(c,apply(apply(apply(s,b),Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,Z),apply(V_3,X))),X))))
% -> (false)
% Current number of equations to process: 3757
% Current number of ordered equations: 0
% Current number of rules: 1624
% New rule produced :
% [1649]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),apply(apply(s,apply(b,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(X,apply(V_3,X)))),X))))
% -> (false)
% Current number of equations to process: 3756
% Current number of ordered equations: 0
% Current number of rules: 1625
% New rule produced :
% [1650]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(apply(s,Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(V_3,X),apply(apply(apply(Y,V_3),
% apply(Z,V_3)),X))))) ->
% (false)
% Current number of equations to process: 3755
% Current number of ordered equations: 0
% Current number of rules: 1626
% New rule produced :
% [1651]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),apply(apply(b,Z),V_3))),V_4),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3752
% Current number of ordered equations: 2
% Current number of rules: 1627
% New rule produced :
% [1652]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(apply(b,Y),Z)),V_3)),V_4),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3752
% Current number of ordered equations: 1
% Current number of rules: 1628
% New rule produced :
% [1653]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),apply(apply(b,V_3),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,apply(V_4,X))))))
% -> (false)
% Current number of equations to process: 3752
% Current number of ordered equations: 0
% Current number of rules: 1629
% New rule produced :
% [1654]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),apply(apply(c,Z),V_3))),V_4),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(Z,X),V_3)),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3749
% Current number of ordered equations: 2
% Current number of rules: 1630
% New rule produced :
% [1655]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),apply(apply(c,V_3),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,X)),apply(apply(V_3,X),V_4)))))
% -> (false)
% Current number of equations to process: 3749
% Current number of ordered equations: 1
% Current number of rules: 1631
% New rule produced :
% [1656]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(apply(c,Y),Z)),V_3)),V_4),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(V_3,X)),Z),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3749
% Current number of ordered equations: 0
% Current number of rules: 1632
% New rule produced :
% [1657]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,apply(s,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(V_3,X)),apply(apply(Z,X),
% apply(V_3,X)))))) ->
% (false)
% Current number of equations to process: 3748
% Current number of ordered equations: 0
% Current number of rules: 1633
% New rule produced :
% [1658]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),apply(Z,Y))),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(apply(s,b),Z),Y),X),
% apply(V_3,X))))) -> (false)
% Current number of equations to process: 3747
% Current number of ordered equations: 0
% Current number of rules: 1634
% New rule produced :
% [1659]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),apply(apply(b,V_3),V_4))),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(V_3,apply(V_4,X)))))))
% -> (false)
% Current number of equations to process: 3744
% Current number of ordered equations: 1
% Current number of rules: 1635
% New rule produced :
% [1660]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,apply(apply(b,Z),V_3)),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(V_3,apply(V_4,X)))))))
% -> (false)
% Current number of equations to process: 3744
% Current number of ordered equations: 0
% Current number of rules: 1636
% New rule produced :
% [1661]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,apply(apply(c,Z),V_3)),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_4,X)),V_3)))))
% -> (false)
% Current number of equations to process: 3743
% Current number of ordered equations: 0
% Current number of rules: 1637
% New rule produced :
% [1662]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),apply(apply(c,V_3),V_4))),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(apply(V_3,X),V_4))))))
% -> (false)
% Current number of equations to process: 3741
% Current number of ordered equations: 1
% Current number of rules: 1638
% New rule produced :
% [1663]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(b,Z),apply(V_3,Z))),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(apply(s,b),V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 3740
% Current number of ordered equations: 1
% Current number of rules: 1639
% New rule produced :
% [1664]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),apply(apply(b,Z),V_3)),X)),
% apply(combinator,apply(X,apply(X,apply(apply(Y,X),apply(Z,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 3739
% Current number of ordered equations: 1
% Current number of rules: 1640
% New rule produced :
% [1665]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),apply(apply(b,V_3),V_4)),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,X),Z),apply(V_3,apply(V_4,X))))))
% -> (false)
% Current number of equations to process: 3738
% Current number of ordered equations: 1
% Current number of rules: 1641
% New rule produced :
% [1666]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(apply(b,Y),Z)),V_3)),V_4),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(Z,X)),V_3),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3738
% Current number of ordered equations: 0
% Current number of rules: 1642
% New rule produced :
% [1667]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(apply(c,Y),Z)),V_3)),V_4),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(Y,X),Z),V_3),apply(V_4,X)))))
% -> (false)
% Current number of equations to process: 3736
% Current number of ordered equations: 1
% Current number of rules: 1643
% New rule produced :
% [1668]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),apply(apply(c,V_3),V_4)),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,X),Z),apply(apply(V_3,X),V_4)))))
% -> (false)
% Current number of equations to process: 3736
% Current number of ordered equations: 0
% Current number of rules: 1644
% New rule produced :
% [1669]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(apply(s,b),Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(X,apply(apply(Y,X),Z)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3735
% Current number of ordered equations: 0
% Current number of rules: 1645
% New rule produced :
% [1670]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,apply(s,apply(b,Y))),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(X,Z))),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3734
% Current number of ordered equations: 0
% Current number of rules: 1646
% New rule produced :
% [1671]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(apply(b,Z),V_3)),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,X)),V_4)))))
% -> (false)
% Current number of equations to process: 3732
% Current number of ordered equations: 0
% Current number of rules: 1647
% New rule produced :
% [1672]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(apply(c,Z),V_3)),V_4)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(Z,X),V_3),V_4)))))
% -> (false)
% Current number of equations to process: 3730
% Current number of ordered equations: 0
% Current number of rules: 1648
% New rule produced :
% [1673]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(apply(s,b),Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(X,apply(apply(Z,X),V_3))))))
% -> (false)
% Current number of equations to process: 3728
% Current number of ordered equations: 1
% Current number of rules: 1649
% New rule produced :
% [1674]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),apply(apply(c,Z),V_3)),X)),
% apply(combinator,apply(X,apply(X,apply(apply(Y,X),apply(apply(Z,X),V_3))))))
% -> (false)
% Current number of equations to process: 3728
% Current number of ordered equations: 0
% Current number of rules: 1650
% New rule produced :
% [1675]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(c,apply(s,apply(b,Z))),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(Z,apply(V_3,apply(X,V_3)))))))
% -> (false)
% Current number of equations to process: 3727
% Current number of ordered equations: 0
% Current number of rules: 1651
% New rule produced :
% [1676]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(Z,apply(V_3,X))),apply(X,
% apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3726
% Current number of ordered equations: 0
% Current number of rules: 1652
% New rule produced :
% [1677]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Y,apply(V_3,X)),Z),apply(X,
% apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3725
% Current number of ordered equations: 0
% Current number of rules: 1653
% New rule produced :
% [1678]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),V_3),apply(apply(b,X),Y)))),
% apply(combinator,apply(apply(apply(s,apply(apply(s,b),Z)),V_3),apply(
% apply(b,X),Y))))
% -> (false)
% Current number of equations to process: 3724
% Current number of ordered equations: 0
% Current number of rules: 1654
% New rule produced :
% [1679]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),Z),apply(apply(c,X),V_3))),V_3),
% apply(combinator,apply(apply(apply(s,apply(apply(s,b),Y)),Z),apply(apply(c,X),V_3))))
% -> (false)
% Current number of equations to process: 3723
% Current number of ordered equations: 0
% Current number of rules: 1655
% New rule produced :
% [1680]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,apply(b,s)),Y),Z),V_3),X)),
% apply(combinator,apply(apply(apply(apply(s,b),apply(Z,apply(Y,Z))),X),
% apply(V_3,X)))) -> (false)
% Current number of equations to process: 3721
% Current number of ordered equations: 1
% Current number of rules: 1656
% New rule produced :
% [1681]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,Y))),Z),V_3),X)),
% apply(combinator,apply(apply(apply(apply(s,b),Y),X),apply(apply(V_3,apply(Z,V_3)),X))))
% -> (false)
% Current number of equations to process: 3721
% Current number of ordered equations: 0
% Current number of rules: 1657
% New rule produced :
% [1682]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),Z),V_3)),X)),
% apply(combinator,apply(apply(apply(apply(s,b),Y),X),apply(V_3,apply(apply(Z,V_3),X)))))
% -> (false)
% Current number of equations to process: 3720
% Current number of ordered equations: 0
% Current number of rules: 1658
% New rule produced :
% [1683]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(s,apply(b,Z)),V_3)),X)),
% apply(combinator,apply(apply(apply(apply(s,b),Y),X),apply(Z,apply(X,apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3719
% Current number of ordered equations: 0
% Current number of rules: 1659
% New rule produced :
% [1684]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3717
% Current number of ordered equations: 0
% Current number of rules: 1660
% New rule produced :
% [1685]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(X,apply(apply(apply(Y,X),Z),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3715
% Current number of ordered equations: 0
% Current number of rules: 1661
% New rule produced :
% [1686]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(s,Y))),Z),X)),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 3714
% Current number of ordered equations: 0
% Current number of rules: 1662
% New rule produced :
% [1687]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),apply(apply(s,b),Y))),Z),X)),
% apply(combinator,apply(X,apply(X,apply(X,apply(apply(Y,X),apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 3713
% Current number of ordered equations: 0
% Current number of rules: 1663
% New rule produced :
% [1688]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,s),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(apply(Z,X),apply(apply(Y,Z),X)),
% apply(V_3,X))))) -> (false)
% Current number of equations to process: 3712
% Current number of ordered equations: 0
% Current number of rules: 1664
% New rule produced :
% [1689]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(s,b)),Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(X,apply(Y,X)),apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3711
% Current number of ordered equations: 0
% Current number of rules: 1665
% New rule produced :
% [1690]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,s),Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(V_3,X),apply(apply(Z,V_3),X))))))
% -> (false)
% Current number of equations to process: 3710
% Current number of ordered equations: 0
% Current number of rules: 1666
% New rule produced :
% [1691]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),s),apply(s,Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(apply(apply(s,Y),X),apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 0
% Current number of rules: 1667
% New rule produced :
% [1692]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),apply(b,Z)),X)),
% apply(combinator,apply(X,apply(Y,apply(Z,apply(X,apply(X,apply(apply(b,Z),X))))))))
% -> (false)
% Current number of equations to process: 3708
% Current number of ordered equations: 0
% Current number of rules: 1668
% New rule produced :
% [1693]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),apply(c,Z)),X)),
% apply(combinator,apply(X,apply(Y,apply(apply(Z,apply(X,apply(apply(c,Z),X))),X)))))
% -> (false)
% Current number of equations to process: 3707
% Current number of ordered equations: 0
% Current number of rules: 1669
% New rule produced :
% [1694]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,apply(b,s)),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),Z),apply(Z,Z))))) ->
% (false)
% Current number of equations to process: 3705
% Current number of ordered equations: 0
% Current number of rules: 1670
% New rule produced :
% [1695]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,apply(s,X))),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,Z),apply(apply(Z,apply(Y,Z)),Z))))) ->
% (false)
% Current number of equations to process: 3701
% Current number of ordered equations: 0
% Current number of rules: 1671
% New rule produced :
% [1696]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,b),apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(Y,apply(Z,X))),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3700
% Current number of ordered equations: 0
% Current number of rules: 1672
% New rule produced :
% [1697]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,b),apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,X),Z)),apply(V_3,X)))))
% -> (false)
% Current number of equations to process: 3699
% Current number of ordered equations: 0
% Current number of rules: 1673
% New rule produced :
% [1698]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(apply(s,b),X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),Z)),apply(Z,Z))))) ->
% (false)
% Current number of equations to process: 3698
% Current number of ordered equations: 0
% Current number of rules: 1674
% New rule produced :
% [1699]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),apply(b,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(V_3,apply(Z,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 3696
% Current number of ordered equations: 0
% Current number of rules: 1675
% New rule produced :
% [1700]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(apply(apply(s,b),apply(c,Z)),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Y,X),apply(V_3,apply(apply(Z,X),V_3))))))
% -> (false)
% Current number of equations to process: 3694
% Current number of ordered equations: 0
% Current number of rules: 1676
% New rule produced :
% [1701]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,Z)),apply(apply(apply(s,b),Y),Z)),X)),
% apply(combinator,apply(apply(apply(s,apply(b,X)),Z),apply(apply(Y,Z),X)))) ->
% (false)
% Current number of equations to process: 3693
% Current number of ordered equations: 0
% Current number of rules: 1677
% New rule produced :
% [1702]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(b,apply(b,Y))),Z)),V_3),X)),
% apply(combinator,apply(X,apply(Y,apply(apply(X,apply(Z,X)),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 3691
% Current number of ordered equations: 0
% Current number of rules: 1678
% New rule produced :
% [1703]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(b,apply(c,Y))),Z)),V_3),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(V_3,X)),apply(X,apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3690
% Current number of ordered equations: 0
% Current number of rules: 1679
% New rule produced :
% [1704]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,apply(b,X)),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,apply(Y,Z))),apply(Z,Z))))) ->
% (false)
% Current number of equations to process: 3689
% Current number of ordered equations: 0
% Current number of rules: 1680
% New rule produced :
% [1705]
% (eq)(apply(apply(apply(apply(s,s),apply(b,X)),apply(b,Y)),Y),apply(combinator,
% apply(Y,
% apply(Y,
% apply(X,
% apply(apply(b,Y),Y))))))
% -> (false)
% Current number of equations to process: 3708
% Current number of ordered equations: 0
% Current number of rules: 1681
% New rule produced :
% [1706]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,apply(Y,X)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(s,Y),Z),X))))) -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 0
% Current number of rules: 1682
% New rule produced :
% [1707]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,X),Y)),X),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,X)),Y),X))))
% -> (false)
% Current number of equations to process: 3715
% Current number of ordered equations: 0
% Current number of rules: 1683
% New rule produced :
% [1708]
% (eq)(apply(apply(apply(apply(s,s),apply(c,X)),apply(b,Y)),Y),apply(combinator,
% apply(Y,
% apply(Y,
% apply(apply(X,Y),
% apply(b,Y))))))
% -> (false)
% Current number of equations to process: 3737
% Current number of ordered equations: 0
% Current number of rules: 1684
% New rule produced :
% [1709]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(b,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(X,Z)))))) -> (false)
% Current number of equations to process: 3738
% Current number of ordered equations: 0
% Current number of rules: 1685
% New rule produced :
% [1710]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(c,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,Z),X))))) -> (false)
% Current number of equations to process: 3737
% Current number of ordered equations: 0
% Current number of rules: 1686
% New rule produced :
% [1711]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,c),Y),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Z,X),apply(Y,Z)))))) -> (false)
% Current number of equations to process: 3735
% Current number of ordered equations: 1
% Current number of rules: 1687
% New rule produced :
% [1712]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),apply(Z,X))),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(s,Y),Z),X))))) -> (false)
% Current number of equations to process: 3735
% Current number of ordered equations: 0
% Current number of rules: 1688
% New rule produced :
% [1713]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(s,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,Z),apply(X,Z)))))) -> (false)
% Current number of equations to process: 3734
% Current number of ordered equations: 0
% Current number of rules: 1689
% New rule produced :
% [1714]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),X)),X),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,X)),
% apply(Y,X)),X)))
% -> (false)
% Current number of equations to process: 3742
% Current number of ordered equations: 0
% Current number of rules: 1690
% New rule produced :
% [1715]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),Z)),X),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Y),X),Z))))
% -> (false)
% Current number of equations to process: 3746
% Current number of ordered equations: 0
% Current number of rules: 1691
% New rule produced :
% [1716]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),b),X),X),apply(combinator,
% apply(X,apply(X,apply(
% apply(X,
% apply(b,X)),X)))))
% -> (false)
% Current number of equations to process: 3755
% Current number of ordered equations: 0
% Current number of rules: 1692
% New rule produced :
% [1717]
% (eq)(apply(apply(apply(apply(s,s),apply(X,Y)),apply(b,Y)),Y),apply(combinator,
% apply(Y,
% apply(Y,
% apply(apply(
% apply(
% apply(s,X),b),Y),Y)))))
% -> (false)
% Current number of equations to process: 3754
% Current number of ordered equations: 0
% Current number of rules: 1693
% New rule produced :
% [1718]
% (eq)(apply(X,apply(X,apply(apply(apply(s,Y),Z),X))),apply(combinator,
% apply(X,apply(X,apply(
% apply(Y,X),
% apply(Z,X))))))
% -> (false)
% Current number of equations to process: 3774
% Current number of ordered equations: 0
% Current number of rules: 1694
% New rule produced :
% [1719]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(c,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),X))))) -> (false)
% Current number of equations to process: 3773
% Current number of ordered equations: 0
% Current number of rules: 1695
% New rule produced :
% [1720]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,apply(Y,X)),Z)),X),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),Y),X),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 3770
% Current number of ordered equations: 2
% Current number of rules: 1696
% New rule produced :
% [1721]
% (eq)(apply(apply(apply(apply(apply(s,b),b),apply(s,apply(b,X))),Y),X),
% apply(combinator,apply(X,apply(X,apply(apply(s,apply(b,X)),apply(Y,X)))))) ->
% (false)
% Current number of equations to process: 3770
% Current number of ordered equations: 1
% Current number of rules: 1697
% New rule produced :
% [1722]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),apply(Z,Y))),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(apply(s,b),Z),Y),X))))) ->
% (false)
% Current number of equations to process: 3770
% Current number of ordered equations: 0
% Current number of rules: 1698
% New rule produced :
% [1723]
% (eq)(apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,X))),Y),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(s,apply(b,X)),X),Y))))) ->
% (false)
% Current number of equations to process: 3769
% Current number of ordered equations: 0
% Current number of rules: 1699
% New rule produced :
% [1724]
% (eq)(apply(apply(apply(apply(s,s),apply(apply(b,X),Y)),apply(b,Z)),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(X,apply(Y,apply(b,Z))),Z))))) ->
% (false)
% Current number of equations to process: 3768
% Current number of ordered equations: 0
% Current number of rules: 1700
% New rule produced :
% [1725]
% (eq)(apply(apply(apply(apply(s,s),apply(apply(c,X),Y)),apply(b,Z)),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,apply(b,Z)),Y),Z))))) ->
% (false)
% Current number of equations to process: 3767
% Current number of ordered equations: 0
% Current number of rules: 1701
% New rule produced :
% [1726]
% (eq)(apply(apply(apply(apply(s,s),apply(s,apply(b,X))),apply(b,Y)),Y),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,apply(apply(b,Y),Y))))))) ->
% (false)
% Current number of equations to process: 3766
% Current number of ordered equations: 0
% Current number of rules: 1702
% New rule produced :
% [1727]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,s),Y),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Z,X),apply(apply(Y,Z),X)))))) ->
% (false)
% Current number of equations to process: 3765
% Current number of ordered equations: 0
% Current number of rules: 1703
% New rule produced :
% [1728]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),Z)),X),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(Z,X)))))
% -> (false)
% Current number of equations to process: 3772
% Current number of ordered equations: 0
% Current number of rules: 1704
% New rule produced :
% [1729]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,apply(Y,X))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(apply(s,Y),Z),X))))) -> (false)
% Current number of equations to process: 3788
% Current number of ordered equations: 0
% Current number of rules: 1705
% New rule produced :
% [1730]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,X)),Y),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,Y)),Y),X))))
% -> (false)
% Current number of equations to process: 3793
% Current number of ordered equations: 0
% Current number of rules: 1706
% New rule produced :
% [1731]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(b,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,Y)))))) -> (false)
% Current number of equations to process: 3798
% Current number of ordered equations: 0
% Current number of rules: 1707
% New rule produced :
% [1732]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(b,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(X,Z)))))) -> (false)
% Current number of equations to process: 3817
% Current number of ordered equations: 0
% Current number of rules: 1708
% New rule produced :
% [1733]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(c,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),X))))) -> (false)
% Current number of equations to process: 3816
% Current number of ordered equations: 0
% Current number of rules: 1709
% New rule produced :
% [1734]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(s,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(X,Z)))))) -> (false)
% Current number of equations to process: 3815
% Current number of ordered equations: 0
% Current number of rules: 1710
% New rule produced :
% [1735]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),Z),X)),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,X)),
% apply(Y,X)),Z)))
% -> (false)
% Current number of equations to process: 3822
% Current number of ordered equations: 0
% Current number of rules: 1711
% New rule produced :
% [1736]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),X),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Y),X),X))))
% -> (false)
% Current number of equations to process: 3827
% Current number of ordered equations: 0
% Current number of rules: 1712
% New rule produced :
% [1737]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(c,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),Y))))) -> (false)
% Current number of equations to process: 3826
% Current number of ordered equations: 0
% Current number of rules: 1713
% New rule produced :
% [1738]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),Y),X))),apply(combinator,
% apply(X,apply(Y,apply(
% apply(Z,X),
% apply(Y,X))))))
% -> (false)
% Current number of equations to process: 3846
% Current number of ordered equations: 0
% Current number of rules: 1714
% New rule produced :
% [1739]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(c,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,apply(Z,X)),X))))) -> (false)
% Current number of equations to process: 3845
% Current number of ordered equations: 0
% Current number of rules: 1715
% New rule produced :
% [1740]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,apply(Y,Z))),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 3844
% Current number of ordered equations: 0
% Current number of rules: 1716
% New rule produced :
% [1741]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),apply(Z,X)),X)),
% apply(combinator,apply(X,apply(apply(Z,X),apply(apply(apply(s,Y),Z),X))))) ->
% (false)
% Current number of equations to process: 3843
% Current number of ordered equations: 0
% Current number of rules: 1717
% New rule produced :
% [1742]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),apply(Y,Y)))))) -> (false)
% Current number of equations to process: 3849
% Current number of ordered equations: 1
% Current number of rules: 1718
% New rule produced :
% [1743]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,Y)),X),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 3849
% Current number of ordered equations: 0
% Current number of rules: 1719
% New rule produced :
% [1744]
% (eq)(apply(X,apply(X,apply(apply(Y,X),X))),apply(combinator,apply(apply(
% apply(s,
% apply(b,X)),
% apply(Y,X)),X)))
% -> (false)
% Current number of equations to process: 3863
% Current number of ordered equations: 0
% Current number of rules: 1720
% New rule produced :
% [1745]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),Y),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,Y)),
% apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 3873
% Current number of ordered equations: 0
% Current number of rules: 1721
% New rule produced :
% [1746]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,Y),Z)),X),X)),
% apply(combinator,apply(apply(apply(s,apply(b,X)),apply(Y,apply(Z,X))),X))) ->
% (false)
% Current number of equations to process: 3889
% Current number of ordered equations: 0
% Current number of rules: 1722
% New rule produced :
% [1747]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,Y),Z)),X),X)),
% apply(combinator,apply(apply(apply(s,apply(b,X)),apply(apply(Y,X),Z)),X))) ->
% (false)
% Current number of equations to process: 3888
% Current number of ordered equations: 0
% Current number of rules: 1723
% New rule produced :
% [1748]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),apply(apply(b,Z),V_3))),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(Z,apply(V_3,X))))))) ->
% (false)
% Current number of equations to process: 3886
% Current number of ordered equations: 1
% Current number of rules: 1724
% New rule produced :
% [1749]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,apply(apply(b,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(Z,apply(V_3,X))))))) ->
% (false)
% Current number of equations to process: 3886
% Current number of ordered equations: 0
% Current number of rules: 1725
% New rule produced :
% [1750]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),apply(apply(c,Z),V_3))),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(apply(Z,X),V_3)))))) ->
% (false)
% Current number of equations to process: 3884
% Current number of ordered equations: 1
% Current number of rules: 1726
% New rule produced :
% [1751]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,apply(apply(c,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(V_3,X)),Z))))) ->
% (false)
% Current number of equations to process: 3884
% Current number of ordered equations: 0
% Current number of rules: 1727
% New rule produced :
% [1752]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(apply(b,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),V_3))))) ->
% (false)
% Current number of equations to process: 3883
% Current number of ordered equations: 0
% Current number of rules: 1728
% New rule produced :
% [1753]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(apply(c,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(Y,X),Z),V_3))))) ->
% (false)
% Current number of equations to process: 3882
% Current number of ordered equations: 0
% Current number of rules: 1729
% New rule produced :
% [1754]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(apply(s,b),Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(X,apply(apply(Y,X),Z)))))) -> (false)
% Current number of equations to process: 3881
% Current number of ordered equations: 0
% Current number of rules: 1730
% New rule produced :
% [1755]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(s,apply(b,Y))),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(Z,apply(X,Z))))))) -> (false)
% Current number of equations to process: 3880
% Current number of ordered equations: 0
% Current number of rules: 1731
% New rule produced :
% [1756]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(Y,apply(Z,apply(V_3,X))))))) ->
% (false)
% Current number of equations to process: 3879
% Current number of ordered equations: 0
% Current number of rules: 1732
% New rule produced :
% [1757]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(V_3,X)),Z))))) ->
% (false)
% Current number of equations to process: 3878
% Current number of ordered equations: 0
% Current number of rules: 1733
% New rule produced :
% [1758]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(Z,X)),V_3))))) ->
% (false)
% Current number of equations to process: 3877
% Current number of ordered equations: 0
% Current number of rules: 1734
% New rule produced :
% [1759]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,X),Z),V_3))))) ->
% (false)
% Current number of equations to process: 3876
% Current number of ordered equations: 0
% Current number of rules: 1735
% New rule produced :
% [1760]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(apply(s,b),Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(X,apply(apply(Y,X),Z)))))) -> (false)
% Current number of equations to process: 3875
% Current number of ordered equations: 0
% Current number of rules: 1736
% New rule produced :
% [1761]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(s,apply(b,Y)))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(Z,apply(X,Z))))))) -> (false)
% Current number of equations to process: 3874
% Current number of ordered equations: 0
% Current number of rules: 1737
% New rule produced :
% [1762]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,Y)))),X),Y),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),Y),
% apply(X,Y)))) ->
% (false)
% Current number of equations to process: 3883
% Current number of ordered equations: 0
% Current number of rules: 1738
% New rule produced :
% [1763]
% (eq)(apply(apply(apply(s,apply(s,apply(b,apply(X,Y)))),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),X),Y))))
% -> (false)
% Current number of equations to process: 3882
% Current number of ordered equations: 0
% Current number of rules: 1739
% New rule produced :
% [1764]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),Y),Z),X),
% apply(combinator,apply(apply(apply(s,apply(b,X)),apply(Z,apply(Y,Z))),X))) ->
% (false)
% Current number of equations to process: 3910
% Current number of ordered equations: 0
% Current number of rules: 1740
% New rule produced :
% [1765]
% (eq)(apply(X,apply(X,apply(apply(apply(apply(s,b),Y),Z),X))),apply(combinator,
% apply(X,
% apply(X,
% apply(Z,
% apply(apply(Y,Z),X))))))
% -> (false)
% Current number of equations to process: 3935
% Current number of ordered equations: 0
% Current number of rules: 1741
% New rule produced :
% [1766]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),apply(b,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Z,apply(Y,apply(Z,X))))))) -> (false)
% Current number of equations to process: 3934
% Current number of ordered equations: 0
% Current number of rules: 1742
% New rule produced :
% [1767]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),apply(c,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Z,apply(apply(Y,X),Z)))))) -> (false)
% Current number of equations to process: 3933
% Current number of ordered equations: 0
% Current number of rules: 1743
% New rule produced :
% [1768]
% (eq)(apply(X,apply(X,apply(apply(apply(s,apply(b,Y)),Z),X))),apply(combinator,
% apply(X,
% apply(X,
% apply(Y,
% apply(X,
% apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 3961
% Current number of ordered equations: 0
% Current number of rules: 1744
% New rule produced :
% [1769]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(Y,apply(apply(Z,V_3),X)))))) ->
% (false)
% Current number of equations to process: 3996
% Current number of ordered equations: 0
% Current number of rules: 1745
% New rule produced :
% [1770]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,X),apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 3995
% Current number of ordered equations: 0
% Current number of rules: 1746
% New rule produced :
% [1771]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(b,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(X,apply(Y,Z)),Z))))) -> (false)
% Current number of equations to process: 4011
% Current number of ordered equations: 0
% Current number of rules: 1747
% New rule produced :
% [1772]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,b),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Z,apply(Y,X)))))) -> (false)
% Current number of equations to process: 4024
% Current number of ordered equations: 0
% Current number of rules: 1748
% New rule produced :
% [1773]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,c),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Z,X),Y))))) -> (false)
% Current number of equations to process: 4028
% Current number of ordered equations: 0
% Current number of rules: 1749
% New rule produced :
% [1774]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,s),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Z,X),apply(Y,X)))))) -> (false)
% Current number of equations to process: 4037
% Current number of ordered equations: 0
% Current number of rules: 1750
% New rule produced :
% [1775]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,apply(b,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(V_3,Z)),X))))) ->
% (false)
% Current number of equations to process: 4036
% Current number of ordered equations: 0
% Current number of rules: 1751
% New rule produced :
% [1776]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,Z),V_3),X))))) ->
% (false)
% Current number of equations to process: 4035
% Current number of ordered equations: 0
% Current number of rules: 1752
% New rule produced :
% [1777]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,Y),Z)),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,b),apply(Y,Z)),Z),X)))) ->
% (false)
% Current number of equations to process: 4053
% Current number of ordered equations: 0
% Current number of rules: 1753
% New rule produced :
% [1778]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(c,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),Y),Z))))) -> (false)
% Current number of equations to process: 4052
% Current number of ordered equations: 0
% Current number of rules: 1754
% New rule produced :
% [1779]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,apply(s,b)),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(apply(Z,Y),X)))))) -> (false)
% Current number of equations to process: 4057
% Current number of ordered equations: 0
% Current number of rules: 1755
% New rule produced :
% [1780]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),Z),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,b),Z),
% apply(Y,Z)),X))))
% -> (false)
% Current number of equations to process: 4097
% Current number of ordered equations: 0
% Current number of rules: 1756
% New rule produced :
% [1781]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(s,b)),X)),Y),Y),
% apply(combinator,apply(Y,apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Y))))) ->
% (false)
% Current number of equations to process: 4096
% Current number of ordered equations: 0
% Current number of rules: 1757
% New rule produced :
% [1782]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),X),X)),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Y),X),
% apply(apply(X,
% apply(Y,X)),X))))
% -> (false)
% Current number of equations to process: 4095
% Current number of ordered equations: 0
% Current number of rules: 1758
% New rule produced :
% [1783]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),Y),X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(Y,
% apply(apply(Z,Y),X))))))
% -> (false)
% Current number of equations to process: 4111
% Current number of ordered equations: 0
% Current number of rules: 1759
% New rule produced :
% [1784]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),apply(b,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Z,apply(Y,apply(Z,X))))))) -> (false)
% Current number of equations to process: 4110
% Current number of ordered equations: 0
% Current number of rules: 1760
% New rule produced :
% [1785]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),apply(c,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Z,apply(apply(Y,X),Z)))))) -> (false)
% Current number of equations to process: 4109
% Current number of ordered equations: 0
% Current number of rules: 1761
% New rule produced :
% [1786]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,b),X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(Y,apply(apply(X,Y),Y)))))) -> (false)
% Current number of equations to process: 4120
% Current number of ordered equations: 0
% Current number of rules: 1762
% New rule produced :
% [1787]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,Z)),Y),X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(Z,
% apply(X,
% apply(Y,X)))))))
% -> (false)
% Current number of equations to process: 4137
% Current number of ordered equations: 0
% Current number of rules: 1763
% New rule produced :
% [1788]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,apply(b,X)))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,apply(Y,Y))))))) -> (false)
% Current number of equations to process: 4150
% Current number of ordered equations: 0
% Current number of rules: 1764
% New rule produced :
% [1789]
% (eq)(apply(apply(X,Y),apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(apply(X,Y),
% apply(Y,
% apply(apply(
% apply(s,Z),X),Y)))))
% -> (false)
% Current number of equations to process: 4170
% Current number of ordered equations: 0
% Current number of rules: 1765
% New rule produced :
% [1790]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,c),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Z,X),apply(Y,Z)))))) -> (false)
% Current number of equations to process: 4193
% Current number of ordered equations: 0
% Current number of rules: 1766
% New rule produced :
% [1791]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,Z),V_3),Y),X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(
% apply(
% apply(Z,Y),
% apply(V_3,Y)),X)))))
% -> (false)
% Current number of equations to process: 4203
% Current number of ordered equations: 0
% Current number of rules: 1767
% New rule produced :
% [1792]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,s),Y)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Z,X),apply(apply(Y,Z),X)))))) ->
% (false)
% Current number of equations to process: 4202
% Current number of ordered equations: 0
% Current number of rules: 1768
% New rule produced :
% [1793]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),Y),apply(X,Y)),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,
% apply(b,
% apply(X,Y))),X)),Y)))
% -> (false)
% Current number of equations to process: 4249
% Current number of ordered equations: 0
% Current number of rules: 1769
% New rule produced :
% [1794]
% (eq)(apply(apply(X,Y),apply(apply(X,Y),apply(Y,apply(X,Y)))),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),X),Y))))
% -> (false)
% Current number of equations to process: 4248
% Current number of ordered equations: 0
% Current number of rules: 1770
% New rule produced :
% [1795]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),apply(apply(s,Z),V_3))),X),
% apply(combinator,apply(X,apply(X,apply(Y,apply(apply(Z,X),apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 4247
% Current number of ordered equations: 0
% Current number of rules: 1771
% New rule produced :
% [1796]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),Y),apply(b,Z)),X),
% apply(combinator,apply(X,apply(X,apply(Z,apply(apply(Y,apply(b,Z)),X)))))) ->
% (false)
% Current number of equations to process: 4246
% Current number of ordered equations: 0
% Current number of rules: 1772
% New rule produced :
% [1797]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,apply(apply(s,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(Y,X),apply(Z,X)),V_3)))))
% -> (false)
% Current number of equations to process: 4245
% Current number of ordered equations: 0
% Current number of rules: 1773
% New rule produced :
% [1798]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),Y),apply(c,Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Z,X),apply(Y,apply(c,Z))))))) ->
% (false)
% Current number of equations to process: 4243
% Current number of ordered equations: 1
% Current number of rules: 1774
% New rule produced :
% [1799]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),apply(Z,apply(Y,X)))),X),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,X)),Z),apply(Y,X))))) ->
% (false)
% Current number of equations to process: 4243
% Current number of ordered equations: 0
% Current number of rules: 1775
% New rule produced :
% [1800]
% (eq)(apply(apply(apply(apply(s,s),apply(apply(s,b),X)),apply(b,Y)),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(b,Y),apply(apply(X,apply(b,Y)),Y))))))
% -> (false)
% Current number of equations to process: 4242
% Current number of ordered equations: 0
% Current number of rules: 1776
% New rule produced :
% [1801]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(apply(b,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 4240
% Current number of ordered equations: 1
% Current number of rules: 1777
% New rule produced :
% [1802]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),apply(apply(b,Z),V_3))),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,X),apply(Z,apply(V_3,X)))))))
% -> (false)
% Current number of equations to process: 4240
% Current number of ordered equations: 0
% Current number of rules: 1778
% New rule produced :
% [1803]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(apply(c,Y),Z)),V_3)),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(Y,X),Z),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 4238
% Current number of ordered equations: 1
% Current number of rules: 1779
% New rule produced :
% [1804]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),apply(apply(c,Z),V_3))),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,X),apply(apply(Z,X),V_3))))))
% -> (false)
% Current number of equations to process: 4238
% Current number of ordered equations: 0
% Current number of rules: 1780
% New rule produced :
% [1805]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(s,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 4237
% Current number of ordered equations: 0
% Current number of rules: 1781
% New rule produced :
% [1806]
% (eq)(apply(apply(apply(apply(apply(s,b),s),apply(s,apply(b,X))),Y),X),
% apply(combinator,apply(X,apply(X,apply(apply(apply(s,apply(b,X)),X),apply(Y,X))))))
% -> (false)
% Current number of equations to process: 4236
% Current number of ordered equations: 0
% Current number of rules: 1782
% New rule produced :
% [1807]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(apply(s,b),Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(X,apply(apply(Y,X),apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 4235
% Current number of ordered equations: 0
% Current number of rules: 1783
% New rule produced :
% [1808]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,Y)),apply(apply(b,Z),V_3)),X)),
% apply(combinator,apply(X,apply(Z,apply(V_3,apply(Y,apply(Z,apply(V_3,X))))))))
% -> (false)
% Current number of equations to process: 4234
% Current number of ordered equations: 0
% Current number of rules: 1784
% New rule produced :
% [1809]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,Y)),apply(apply(c,Z),V_3)),X)),
% apply(combinator,apply(X,apply(apply(Z,apply(Y,apply(apply(Z,X),V_3))),V_3))))
% -> (false)
% Current number of equations to process: 4233
% Current number of ordered equations: 0
% Current number of rules: 1785
% New rule produced :
% [1810]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(b,Y)),apply(Z,X)),X)),
% apply(combinator,apply(apply(apply(apply(s,b),Z),X),apply(Y,apply(apply(Z,X),X)))))
% -> (false)
% Current number of equations to process: 4232
% Current number of ordered equations: 0
% Current number of rules: 1786
% New rule produced :
% [1811]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,apply(apply(s,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,X),apply(Z,X)),V_3)))))
% -> (false)
% Current number of equations to process: 4231
% Current number of ordered equations: 0
% Current number of rules: 1787
% New rule produced :
% [1812]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(c,Y)),apply(Z,X)),X)),
% apply(combinator,apply(apply(apply(apply(s,b),Z),X),apply(apply(Y,X),
% apply(Z,X))))) -> (false)
% Current number of equations to process: 4230
% Current number of ordered equations: 0
% Current number of rules: 1788
% New rule produced :
% [1813]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(apply(b,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,apply(Z,X)),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 4229
% Current number of ordered equations: 0
% Current number of rules: 1789
% New rule produced :
% [1814]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(apply(c,Y),Z))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,X),Z),apply(V_3,X))))))
% -> (false)
% Current number of equations to process: 4228
% Current number of ordered equations: 0
% Current number of rules: 1790
% New rule produced :
% [1815]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(s,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))))))
% -> (false)
% Current number of equations to process: 4227
% Current number of ordered equations: 0
% Current number of rules: 1791
% New rule produced :
% [1816]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(apply(s,b),Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(X,apply(apply(Y,X),apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 4226
% Current number of ordered equations: 0
% Current number of rules: 1792
% New rule produced :
% [1817]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,Y),Z)),X),X)),
% apply(combinator,apply(apply(apply(s,apply(b,X)),apply(apply(Y,X),apply(Z,X))),X)))
% -> (false)
% Current number of equations to process: 4225
% Current number of ordered equations: 0
% Current number of rules: 1793
% New rule produced :
% [1818]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(s,b),apply(s,Y)),Z)),X),
% apply(combinator,apply(X,apply(X,apply(Z,apply(apply(Y,X),apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 4221
% Current number of ordered equations: 0
% Current number of rules: 1794
% New rule produced :
% [1819]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(b,apply(Y,X))),Y)),X),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,X)),X),apply(Y,X))))) ->
% (false)
% Current number of equations to process: 4220
% Current number of ordered equations: 0
% Current number of rules: 1795
% New rule produced :
% [1820]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,apply(Y,Z)),V_3)),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(apply(apply(apply(s,Y),V_3),Z),X)))))
% -> (false)
% Current number of equations to process: 4219
% Current number of ordered equations: 0
% Current number of rules: 1796
% New rule produced :
% [1821]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(b,apply(s,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(Y,X),apply(apply(Z,V_3),X))))))
% -> (false)
% Current number of equations to process: 4218
% Current number of ordered equations: 0
% Current number of rules: 1797
% New rule produced :
% [1822]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(apply(s,c),Y),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Z,V_3),apply(Y,Z)),X)))))
% -> (false)
% Current number of equations to process: 4216
% Current number of ordered equations: 1
% Current number of rules: 1798
% New rule produced :
% [1823]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,Y),apply(Z,V_3))),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(apply(s,Y),Z),V_3),X)))))
% -> (false)
% Current number of equations to process: 4216
% Current number of ordered equations: 0
% Current number of rules: 1799
% New rule produced :
% [1824]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,apply(s,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,Z),apply(V_3,Z)),X)))))
% -> (false)
% Current number of equations to process: 4215
% Current number of ordered equations: 0
% Current number of rules: 1800
% New rule produced :
% [1825]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(c,s),Y)),apply(b,Z)),X)),
% apply(combinator,apply(X,apply(apply(b,Z),apply(Z,apply(X,apply(Y,X))))))) ->
% (false)
% Current number of equations to process: 4214
% Current number of ordered equations: 0
% Current number of rules: 1801
% New rule produced :
% [1826]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),apply(b,Y)),Z),X)),
% apply(combinator,apply(X,apply(Y,apply(Z,apply(apply(Z,apply(apply(b,Y),Z)),X))))))
% -> (false)
% Current number of equations to process: 4213
% Current number of ordered equations: 0
% Current number of rules: 1802
% New rule produced :
% [1827]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),apply(c,Y)),Z),X)),
% apply(combinator,apply(X,apply(apply(Y,apply(apply(Z,apply(apply(c,Y),Z)),X)),Z))))
% -> (false)
% Current number of equations to process: 4212
% Current number of ordered equations: 0
% Current number of rules: 1803
% New rule produced :
% [1828]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,Y))),Z),X)),
% apply(combinator,apply(X,apply(Z,apply(Z,apply(apply(Y,X),apply(Z,X))))))) ->
% (false)
% Current number of equations to process: 4211
% Current number of ordered equations: 0
% Current number of rules: 1804
% New rule produced :
% [1829]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(s,apply(b,apply(Y,X)))),Y),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(Y,X))))) ->
% (false)
% Current number of equations to process: 4210
% Current number of ordered equations: 0
% Current number of rules: 1805
% New rule produced :
% [1830]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,b),Z),Y),apply(X,Y))),
% apply(combinator,apply(apply(apply(s,apply(b,apply(X,Y))),apply(apply(s,Z),X)),Y)))
% -> (false)
% Current number of equations to process: 4209
% Current number of ordered equations: 0
% Current number of rules: 1806
% New rule produced :
% [1831]
% (eq)(apply(apply(X,X),apply(apply(apply(apply(s,b),Y),X),apply(X,X))),
% apply(combinator,apply(apply(X,X),apply(apply(apply(apply(s,b),apply(s,Y)),X),X))))
% -> (false)
% Current number of equations to process: 4208
% Current number of ordered equations: 0
% Current number of rules: 1807
% New rule produced :
% [1832]
% (eq)(apply(X,apply(apply(apply(apply(s,b),apply(apply(s,apply(c,Y)),Z)),V_3),X)),
% apply(combinator,apply(X,apply(V_3,apply(apply(apply(Y,apply(Z,V_3)),V_3),X)))))
% -> (false)
% Current number of equations to process: 4207
% Current number of ordered equations: 0
% Current number of rules: 1808
% New rule produced :
% [1833]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),apply(Y,Z)),Z))))) ->
% (false)
% Current number of equations to process: 4205
% Current number of ordered equations: 0
% Current number of rules: 1809
% New rule produced :
% [1834]
% (eq)(apply(apply(apply(apply(s,apply(s,s)),b),X),X),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,
% apply(b,
% apply(b,X))),b),X)),X))
% -> (false)
% Current number of equations to process: 4204
% Current number of ordered equations: 0
% Current number of rules: 1810
% New rule produced :
% [1835]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),X)),apply(combinator,
% apply(apply(
% apply(s,
% apply(
% apply(s,b),Z)),
% apply(Y,
% apply(Z,X))),X)))
% -> (false)
% Current number of equations to process: 4231
% Current number of ordered equations: 0
% Current number of rules: 1811
% New rule produced :
% [1836]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(b,X))),Y),Z),apply(combinator,
% apply(Z,
% apply(X,
% apply(Z,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4250
% Current number of ordered equations: 0
% Current number of rules: 1812
% New rule produced :
% [1837]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(c,X))),Y),Z),apply(combinator,
% apply(Z,
% apply(apply(X,
% apply(Y,Z)),Z))))
% -> (false)
% Current number of equations to process: 4249
% Current number of ordered equations: 0
% Current number of rules: 1813
% New rule produced :
% [1838]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(combinator,
% apply(apply(apply(
% apply(s,b),X),Z),
% apply(Y,Z)))) -> (false)
% Current number of equations to process: 4261
% Current number of ordered equations: 0
% Current number of rules: 1814
% New rule produced :
% [1839]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),Z)),apply(combinator,
% apply(X,apply(Y,apply(Z,
% apply(X,Z))))))
% -> (false)
% Rule
% [1630]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(Z,X))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Z,X),
% apply(X,
% apply(Z,X)))))))
% -> (false) collapsed.
% Current number of equations to process: 4269
% Current number of ordered equations: 0
% Current number of rules: 1814
% New rule produced :
% [1840]
% (eq)(apply(X,apply(apply(apply(s,apply(c,Y)),X),Z)),apply(combinator,
% apply(X,apply(apply(Y,
% apply(X,Z)),Z))))
% -> (false)
% Current number of equations to process: 4271
% Current number of ordered equations: 0
% Current number of rules: 1815
% New rule produced :
% [1841]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(b,Y),Z)),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(Y,
% apply(Z,V_3)),
% apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4276
% Current number of ordered equations: 0
% Current number of rules: 1816
% New rule produced :
% [1842]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(c,Y),Z)),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,V_3),Z),
% apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4275
% Current number of ordered equations: 0
% Current number of rules: 1817
% New rule produced :
% [1843]
% (eq)(apply(X,apply(apply(apply(s,apply(s,Y)),X),Z)),apply(combinator,
% apply(X,apply(apply(Y,
% apply(X,Z)),
% apply(Z,apply(X,Z))))))
% -> (false)
% Current number of equations to process: 4274
% Current number of ordered equations: 0
% Current number of rules: 1818
% New rule produced :
% [1844]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,b),Y)),X),Z)),apply(combinator,
% apply(X,
% apply(Z,
% apply(apply(Y,Z),
% apply(X,Z))))))
% -> (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 1819
% New rule produced :
% [1845]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(b,X),Y))),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(X,apply(Y,V_3)),apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 1
% Current number of rules: 1820
% New rule produced :
% [1846]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(Y,apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 1821
% New rule produced :
% [1847]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(c,X),Y))),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(apply(X,V_3),Y),apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 4277
% Current number of ordered equations: 1
% Current number of rules: 1822
% New rule produced :
% [1848]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(apply(Y,V_3),Z))))) ->
% (false)
% Current number of equations to process: 4277
% Current number of ordered equations: 0
% Current number of rules: 1823
% New rule produced :
% [1849]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(s,X))),Y),Z),apply(combinator,
% apply(Z,
% apply(apply(X,
% apply(Y,Z)),
% apply(Z,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4276
% Current number of ordered equations: 0
% Current number of rules: 1824
% New rule produced :
% [1850]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(s,b),X))),Y),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(X,Z),apply(Y,Z)))))) -> (false)
% Current number of equations to process: 4275
% Current number of ordered equations: 0
% Current number of rules: 1825
% New rule produced :
% [1851]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,s),X),Y),Z)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,Z),
% apply(apply(X,Y),Z)))))
% -> (false)
% Current number of equations to process: 4274
% Current number of ordered equations: 0
% Current number of rules: 1826
% New rule produced :
% [1852]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,Y),Z)),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,V_3),
% apply(Z,V_3)),
% apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4273
% Current number of ordered equations: 0
% Current number of rules: 1827
% New rule produced :
% [1853]
% (eq)(apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),X),Z)),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(X,Z),
% apply(Z,
% apply(X,Z)))))))
% -> (false)
% Current number of equations to process: 4272
% Current number of ordered equations: 0
% Current number of rules: 1828
% New rule produced :
% [1854]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(s,X),Y))),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(apply(X,V_3),apply(Y,V_3)),apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 4270
% Current number of ordered equations: 1
% Current number of rules: 1829
% New rule produced :
% [1855]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(s,Y),Z)),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(apply(Y,V_3),apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4270
% Current number of ordered equations: 0
% Current number of rules: 1830
% New rule produced :
% [1856]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(Y,apply(X,Z))),Z),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,b),Y),apply(X,Z)),Z)))) ->
% (false)
% Current number of equations to process: 4269
% Current number of ordered equations: 0
% Current number of rules: 1831
% New rule produced :
% [1857]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(s,apply(b,X)))),Y),Z),
% apply(combinator,apply(Z,apply(X,apply(apply(Y,Z),apply(Z,apply(Y,Z))))))) ->
% (false)
% Current number of equations to process: 4268
% Current number of ordered equations: 0
% Current number of rules: 1832
% New rule produced :
% [1858]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),apply(apply(b,X),Y)),V_3))),
% apply(combinator,apply(X,apply(Y,apply(apply(Z,V_3),apply(X,apply(Y,V_3)))))))
% -> (false)
% Current number of equations to process: 4267
% Current number of ordered equations: 0
% Current number of rules: 1833
% New rule produced :
% [1859]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(apply(c,X),Z)),V_3)),Z),
% apply(combinator,apply(apply(X,apply(apply(Y,V_3),apply(apply(X,V_3),Z))),Z)))
% -> (false)
% Current number of equations to process: 4266
% Current number of ordered equations: 0
% Current number of rules: 1834
% New rule produced :
% [1860]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,apply(b,s)),Y),Z),X),V_3)),
% apply(combinator,apply(X,apply(apply(apply(Z,apply(Y,Z)),V_3),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4265
% Current number of ordered equations: 0
% Current number of rules: 1835
% New rule produced :
% [1861]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,b),Y),Z)),X),V_3)),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,Z),V_3)),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4264
% Current number of ordered equations: 0
% Current number of rules: 1836
% New rule produced :
% [1862]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(s,apply(b,Y)),Z)),X),V_3)),
% apply(combinator,apply(X,apply(apply(Y,apply(V_3,apply(Z,V_3))),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 4263
% Current number of ordered equations: 0
% Current number of rules: 1837
% New rule produced :
% [1863]
% (eq)(apply(apply(apply(apply(s,s),X),apply(apply(s,b),Y)),Z),apply(combinator,
% apply(Z,
% apply(apply(Y,Z),
% apply(apply(X,
% apply(
% apply(s,b),Y)),Z)))))
% -> (false)
% Current number of equations to process: 4263
% Current number of ordered equations: 1
% Current number of rules: 1838
% New rule produced :
% [1864]
% (eq)(apply(apply(apply(s,apply(s,apply(apply(s,b),X))),Y),Z),apply(combinator,
% apply(apply(Y,Z),
% apply(apply(X,
% apply(Y,Z)),
% apply(Z,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4263
% Current number of ordered equations: 0
% Current number of rules: 1839
% New rule produced :
% [1865]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,Z)),X),apply(V_3,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,Y),V_3),Z),
% apply(X,
% apply(V_3,Z))))))
% -> (false)
% Current number of equations to process: 4262
% Current number of ordered equations: 0
% Current number of rules: 1840
% New rule produced :
% [1866]
% (eq)(apply(apply(apply(s,apply(apply(apply(s,apply(b,apply(s,b))),X),Y)),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(apply(Y,apply(X,Y)),V_3),apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 4260
% Current number of ordered equations: 1
% Current number of rules: 1841
% New rule produced :
% [1867]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(apply(s,b),X)))),Y),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(apply(Z,apply(Y,Z)),V_3)))))
% -> (false)
% Current number of equations to process: 4260
% Current number of ordered equations: 0
% Current number of rules: 1842
% New rule produced :
% [1868]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(Y,apply(apply(X,Y),V_3)),apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 4258
% Current number of ordered equations: 1
% Current number of rules: 1843
% New rule produced :
% [1869]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(apply(s,b),Y),Z)),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(Z,apply(apply(Y,Z),V_3))))))
% -> (false)
% Current number of equations to process: 4258
% Current number of ordered equations: 0
% Current number of rules: 1844
% New rule produced :
% [1870]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(apply(s,apply(b,X)),Y))),Z),V_3),
% apply(combinator,apply(V_3,apply(apply(X,apply(V_3,apply(Y,V_3))),apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 4256
% Current number of ordered equations: 1
% Current number of rules: 1845
% New rule produced :
% [1871]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(apply(s,apply(b,Y)),Z)),V_3),
% apply(combinator,apply(V_3,apply(apply(X,V_3),apply(Y,apply(V_3,apply(Z,V_3)))))))
% -> (false)
% Current number of equations to process: 4256
% Current number of ordered equations: 0
% Current number of rules: 1846
% New rule produced :
% [1872]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(apply(b,Y),Z)),apply(combinator,
% apply(X,
% apply(Y,
% apply(Z,
% apply(X,
% apply(apply(b,Y),Z)))))))
% -> (false)
% Current number of equations to process: 4318
% Current number of ordered equations: 0
% Current number of rules: 1847
% New rule produced :
% [1873]
% (eq)(apply(apply(apply(s,apply(b,X)),X),apply(apply(c,Y),Z)),apply(combinator,
% apply(X,
% apply(apply(Y,
% apply(X,
% apply(
% apply(c,Y),Z))),Z))))
% -> (false)
% Current number of equations to process: 4317
% Current number of ordered equations: 0
% Current number of rules: 1848
% New rule produced :
% [1874]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(X,Y)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,b),X),Y),Y))))
% -> (false)
% Current number of equations to process: 4316
% Current number of ordered equations: 0
% Current number of rules: 1849
% New rule produced :
% [1875]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(b,X),Y))),apply(apply(b,X),Y)),Z),
% apply(combinator,apply(X,apply(Y,apply(Z,apply(X,apply(Y,Z))))))) -> (false)
% Current number of equations to process: 4317
% Current number of ordered equations: 0
% Current number of rules: 1850
% New rule produced :
% [1876]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(c,X),Y))),apply(apply(c,X),Y)),Z),
% apply(combinator,apply(apply(X,apply(Z,apply(apply(X,Z),Y))),Y))) -> (false)
% Current number of equations to process: 4316
% Current number of ordered equations: 0
% Current number of rules: 1851
% New rule produced :
% [1877]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(b,combinator)),X),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(b,X)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4319
% Current number of ordered equations: 0
% Current number of rules: 1852
% New rule produced :
% [1878]
% (eq)(apply(X,apply(Y,apply(X,apply(b,combinator)))),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(c,
% apply(b,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4333
% Current number of ordered equations: 0
% Current number of rules: 1853
% New rule produced :
% [1879]
% (eq)(apply(X,apply(apply(Y,apply(b,combinator)),X)),apply(apply(apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(c,
% apply(c,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4332
% Current number of ordered equations: 0
% Current number of rules: 1854
% New rule produced :
% [1880]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(b,combinator)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(c,X)))),
% apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 4337
% Current number of ordered equations: 0
% Current number of rules: 1855
% New rule produced :
% [1881]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(b,combinator),Y)),
% apply(apply(apply(apply(s,s),apply(c,apply(c,apply(s,X)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 4347
% Current number of ordered equations: 0
% Current number of rules: 1856
% New rule produced :
% [1882]
% (eq)(apply(apply(apply(s,apply(b,X)),X),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(c,
% apply(b,Y)))),Y)),X))
% -> (false)
% Current number of equations to process: 4378
% Current number of ordered equations: 0
% Current number of rules: 1857
% New rule produced :
% [1883]
% (eq)(apply(apply(apply(apply(s,b),X),Y),Y),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,
% apply(c,
% apply(c,X)))),Y)),Y))
% -> (false)
% Current number of equations to process: 4411
% Current number of ordered equations: 0
% Current number of rules: 1858
% New rule produced :
% [1884]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),Y),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(c,apply(c,X)))),Y),apply(b,combinator)))
% -> (false)
% Current number of equations to process: 4433
% Current number of ordered equations: 0
% Current number of rules: 1859
% New rule produced :
% [1885]
% (eq)(apply(apply(apply(s,apply(b,apply(X,Y))),apply(X,Y)),apply(Z,Y)),
% apply(combinator,apply(apply(X,Y),apply(apply(Z,Y),apply(apply(apply(s,X),Z),Y)))))
% -> (false)
% Current number of equations to process: 4432
% Current number of ordered equations: 0
% Current number of rules: 1860
% New rule produced :
% [1886]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(s,apply(b,X)),X))),Y),Z),
% apply(combinator,apply(X,apply(apply(Z,apply(Y,Z)),apply(X,apply(Z,apply(Y,Z)))))))
% -> (false)
% Current number of equations to process: 4431
% Current number of ordered equations: 0
% Current number of rules: 1861
% New rule produced :
% [1887]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(b,combinator)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(b,
% apply(Y,X))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4430
% Current number of ordered equations: 0
% Current number of rules: 1862
% New rule produced :
% [1888]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),X)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(c,
% apply(s,
% apply(c,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4429
% Current number of ordered equations: 0
% Current number of rules: 1863
% New rule produced :
% [1889]
% (eq)(apply(X,apply(Y,apply(Z,X))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(c,
% apply(c,
% apply(b,Y))))),Z)),X))
% -> (false)
% Current number of equations to process: 4428
% Current number of ordered equations: 0
% Current number of rules: 1864
% New rule produced :
% [1890]
% (eq)(apply(X,apply(apply(Y,X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(c,apply(c,
% apply(c,
% apply(c,Y))))),Z)),X))
% -> (false)
% Current number of equations to process: 4427
% Current number of ordered equations: 0
% Current number of rules: 1865
% New rule produced :
% [1891]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(c,Y))),Z)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4425
% Current number of ordered equations: 1
% Current number of rules: 1866
% New rule produced :
% [1892]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(c,X))),
% apply(Y,Z))),Z)) ->
% (false)
% Current number of equations to process: 4425
% Current number of ordered equations: 0
% Current number of rules: 1867
% New rule produced :
% [1893]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(b,
% apply(X,Y)))),Y)),Y))
% -> (false)
% Current number of equations to process: 4450
% Current number of ordered equations: 0
% Current number of rules: 1868
% New rule produced :
% [1894]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),Y),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(c,X))),
% apply(Y,Y))),Y)) ->
% (false)
% Current number of equations to process: 4476
% Current number of ordered equations: 0
% Current number of rules: 1869
% New rule produced :
% [1895]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(c,
% apply(s,X)))),Y)),Y))
% -> (false)
% Current number of equations to process: 4497
% Current number of ordered equations: 0
% Current number of rules: 1870
% New rule produced :
% [1896]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,
% apply(s,X))),Y)),Z))
% -> (false)
% Current number of equations to process: 4544
% Current number of ordered equations: 0
% Current number of rules: 1871
% New rule produced :
% [1897]
% (eq)(apply(X,apply(apply(apply(apply(s,s),Y),X),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(Y,X)),X),X))))
% -> (false)
% Current number of equations to process: 4574
% Current number of ordered equations: 0
% Current number of rules: 1872
% New rule produced :
% [1898]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),X),X),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),X),X),X))))
% -> (false)
% Current number of equations to process: 4582
% Current number of ordered equations: 0
% Current number of rules: 1873
% New rule produced :
% [1899]
% (eq)(apply(X,apply(apply(apply(s,X),Y),X)),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,c),Y)),X),X)))
% -> (false)
% Current number of equations to process: 4581
% Current number of ordered equations: 0
% Current number of rules: 1874
% New rule produced :
% [1900]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Y),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),
% apply(X,Y)),Y)),Y))
% -> (false)
% Current number of equations to process: 4598
% Current number of ordered equations: 0
% Current number of rules: 1875
% New rule produced :
% [1901]
% (eq)(apply(X,apply(Y,apply(X,apply(Y,apply(b,Y))))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(s,c)),b),Y),X))))
% -> (false)
% Current number of equations to process: 4628
% Current number of ordered equations: 0
% Current number of rules: 1876
% New rule produced :
% [1902]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,X)),b),Y))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),Y),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 4633
% Current number of ordered equations: 0
% Current number of rules: 1877
% New rule produced :
% [1903]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(apply(s,Z),b),Y)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(Z,Y)),
% apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 4646
% Current number of ordered equations: 0
% Current number of rules: 1878
% New rule produced :
% [1904]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,X)),b),Y))),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,c)),b),Y)),X))
% -> (false)
% Current number of equations to process: 4651
% Current number of ordered equations: 0
% Current number of rules: 1879
% New rule produced :
% [1905]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(s,X))),Y),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),apply(Z,apply(Y,Z))),X),X))))
% -> (false)
% Current number of equations to process: 4661
% Current number of ordered equations: 0
% Current number of rules: 1880
% New rule produced :
% [1906]
% (eq)(apply(X,apply(combinator,apply(apply(apply(apply(s,b),Y),X),apply(b,combinator)))),
% apply(apply(apply(apply(s,s),apply(apply(s,c),apply(Y,X))),apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 4660
% Current number of ordered equations: 0
% Current number of rules: 1881
% New rule produced :
% [1907]
% (eq)(apply(X,apply(Y,apply(apply(apply(apply(s,b),Z),X),apply(b,Y)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),apply(Z,X)),apply(b,Y)),X))))
% -> (false)
% Current number of equations to process: 4659
% Current number of ordered equations: 0
% Current number of rules: 1882
% New rule produced :
% [1908]
% (eq)(apply(apply(X,apply(Y,Z)),apply(apply(apply(s,Y),apply(apply(b,X),Y)),Z)),
% apply(apply(apply(s,apply(s,apply(b,combinator))),X),apply(Y,Z))) -> (false)
% Current number of equations to process: 4689
% Current number of ordered equations: 0
% Current number of rules: 1883
% New rule produced :
% [1909]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(apply(apply(s,apply(b,Z)),Y),X),V_3)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Z),V_3)),apply(X,
% apply(Y,X))))
% -> (false)
% Current number of equations to process: 4688
% Current number of ordered equations: 0
% Current number of rules: 1884
% New rule produced :
% [1910]
% (eq)(apply(apply(apply(X,Y),Z),apply(apply(apply(apply(apply(s,b),X),Y),Z),V_3)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Y),V_3)),apply(
% apply(X,Y),Z)))
% -> (false)
% Current number of equations to process: 4685
% Current number of ordered equations: 2
% Current number of rules: 1885
% New rule produced :
% [1911]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),V_3)),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(c,Z),
% apply(
% apply(Y,
% apply(Z,X)),V_3))),X))
% -> (false)
% Current number of equations to process: 4685
% Current number of ordered equations: 1
% Current number of rules: 1886
% New rule produced :
% [1912]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(c,Y)),V_3))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(
% apply(s,b),Z),
% apply(c,Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 4685
% Current number of ordered equations: 0
% Current number of rules: 1887
% New rule produced :
% [1913]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),apply(apply(c,b),Y)),X))),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,X)),apply(apply(b,X),Y))) ->
% (false)
% Current number of equations to process: 4727
% Current number of ordered equations: 0
% Current number of rules: 1888
% New rule produced :
% [1914]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(apply(c,c),Z)),X)),Z),
% apply(apply(apply(s,apply(b,combinator)),apply(Y,X)),apply(apply(c,X),Z))) ->
% (false)
% Current number of equations to process: 4726
% Current number of ordered equations: 0
% Current number of rules: 1889
% New rule produced :
% [1915]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(s,Z),apply(apply(c,X),Y))),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(Z,Y)),apply(apply(X,Y),Y))) ->
% (false)
% Current number of equations to process: 4741
% Current number of ordered equations: 0
% Current number of rules: 1890
% New rule produced :
% [1916]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,Z),V_3),Y),apply(X,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Z,Y),apply(V_3,Y))),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4845
% Current number of ordered equations: 0
% Current number of rules: 1891
% New rule produced :
% [1917]
% (eq)(apply(apply(X,apply(Y,X)),apply(apply(Z,apply(b,combinator)),apply(X,
% apply(Y,X)))),
% apply(apply(apply(s,apply(b,apply(apply(apply(s,s),Z),apply(b,combinator)))),Y),X))
% -> (false)
% Current number of equations to process: 4877
% Current number of ordered equations: 0
% Current number of rules: 1892
% New rule produced :
% [1918]
% (eq)(apply(apply(X,Y),apply(apply(apply(Z,Y),apply(X,Y)),apply(X,Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,Z),X),Y)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 4919
% Current number of ordered equations: 0
% Current number of rules: 1893
% New rule produced :
% [1919]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,apply(b,X)),b)),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,c),Y),apply(b,Y))),X))
% -> (false)
% Current number of equations to process: 4954
% Current number of ordered equations: 0
% Current number of rules: 1894
% New rule produced :
% [1920]
% (eq)(apply(X,apply(apply(Y,apply(Y,apply(c,Y))),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,
% apply(s,c)),c),Y),X))))
% -> (false)
% Current number of equations to process: 4985
% Current number of ordered equations: 0
% Current number of rules: 1895
% New rule produced :
% [1921]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),c),Y),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),Y),
% apply(c,Y)),X))))
% -> (false)
% Current number of equations to process: 4993
% Current number of ordered equations: 0
% Current number of rules: 1896
% New rule produced :
% [1922]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(c,apply(b,Y))),X))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),Z),
% apply(c,
% apply(b,Y))),X))))
% -> (false)
% Current number of equations to process: 864
% Current number of ordered equations: 0
% Current number of rules: 1897
% New rule produced :
% [1923]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(c,apply(c,Y))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),Z),
% apply(c,
% apply(c,Y))),X))))
% -> (false)
% Current number of equations to process: 863
% Current number of ordered equations: 0
% Current number of rules: 1898
% New rule produced :
% [1924]
% (eq)(apply(X,apply(apply(Y,apply(apply(apply(s,Z),c),Y)),X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(Z,Y)),
% apply(c,Y)),X))))
% -> (false)
% Current number of equations to process: 862
% Current number of ordered equations: 0
% Current number of rules: 1899
% New rule produced :
% [1925]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),c),Y),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(s,c)),c),Y)),X))
% -> (false)
% Current number of equations to process: 868
% Current number of ordered equations: 0
% Current number of rules: 1900
% New rule produced :
% [1926]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(c,apply(s,Y))),X))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),Z),apply(c,apply(s,Y))),X))))
% -> (false)
% Current number of equations to process: 881
% Current number of ordered equations: 0
% Current number of rules: 1901
% New rule produced :
% [1927]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),apply(c,Z)),X)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),apply(Y,Z)),apply(c,Z)),X))))
% -> (false)
% Current number of equations to process: 880
% Current number of ordered equations: 0
% Current number of rules: 1902
% New rule produced :
% [1928]
% (eq)(apply(apply(apply(X,apply(Y,X)),Z),apply(Z,apply(apply(X,apply(Y,X)),Z))),
% apply(apply(apply(apply(s,apply(b,apply(s,apply(s,apply(b,combinator))))),Y),X),Z))
% -> (false)
% Current number of equations to process: 879
% Current number of ordered equations: 0
% Current number of rules: 1903
% New rule produced :
% [1929]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),c)),X),X),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(apply(s,c),X),apply(c,X))),X))
% -> (false)
% Current number of equations to process: 949
% Current number of ordered equations: 0
% Current number of rules: 1904
% New rule produced :
% [1930]
% (eq)(apply(apply(apply(apply(s,s),apply(s,X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(c,X)),Z)),
% apply(Y,Z))) -> (false)
% Current number of equations to process: 956
% Current number of ordered equations: 0
% Current number of rules: 1905
% New rule produced :
% [1931]
% (eq)(apply(apply(b,X),apply(X,apply(apply(b,combinator),Y))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,c),Y))),
% apply(b,combinator)),
% apply(b,X))) ->
% (false)
% Current number of equations to process: 1005
% Current number of ordered equations: 0
% Current number of rules: 1906
% New rule produced :
% [1932]
% (eq)(apply(apply(c,X),apply(apply(X,Y),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(
% apply(c,c),Y))),
% apply(b,combinator)),
% apply(c,X))) ->
% (false)
% Current number of equations to process: 1004
% Current number of ordered equations: 0
% Current number of rules: 1907
% New rule produced :
% [1933]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),apply(b,X))),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Y),apply(X,apply(Y,Y)))),Y))
% -> (false)
% Current number of equations to process: 1042
% Current number of ordered equations: 0
% Current number of rules: 1908
% New rule produced :
% [1934]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(c,Y)),Z),X)),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),
% apply(Y,X)),Z)),X))
% -> (false)
% Current number of equations to process: 1059
% Current number of ordered equations: 0
% Current number of rules: 1909
% New rule produced :
% [1935]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(c,apply(b,Y))),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Z),apply(Y,apply(X,Z)))),X))
% -> (false)
% Current number of equations to process: 1058
% Current number of ordered equations: 0
% Current number of rules: 1910
% New rule produced :
% [1936]
% (eq)(apply(X,apply(apply(apply(apply(s,s),apply(c,apply(c,Y))),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Z),apply(apply(Y,Z),X))),X))
% -> (false)
% Current number of equations to process: 1057
% Current number of ordered equations: 0
% Current number of rules: 1911
% New rule produced :
% [1937]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),apply(c,X))),Y),Y),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(c,Y),apply(apply(X,Y),Y))),Y))
% -> (false)
% Current number of equations to process: 1065
% Current number of ordered equations: 0
% Current number of rules: 1912
% New rule produced :
% [1938]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(s,Z),X),Y),apply(V_3,apply(X,Y)))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,apply(Z,Y)),V_3)),
% apply(X,Y))) -> (false)
% Current number of equations to process: 1088
% Current number of ordered equations: 1
% Current number of rules: 1913
% New rule produced :
% [1939]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(X,Y)),apply(apply(apply(s,V_3),X),Y))),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(s,Z),apply(V_3,Y))),
% apply(X,Y))) -> (false)
% Current number of equations to process: 1088
% Current number of ordered equations: 0
% Current number of rules: 1914
% New rule produced :
% [1940]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(Y,Z),X))),Y),Z)),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,c)),Y),Z),X)))) ->
% (false)
% Current number of equations to process: 1197
% Current number of ordered equations: 0
% Current number of rules: 1915
% New rule produced :
% [1941]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Z),apply(Y,apply(X,Y))),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,apply(s,c)),X),Y),Z)))) ->
% (false)
% Current number of equations to process: 1203
% Current number of ordered equations: 0
% Current number of rules: 1916
% New rule produced :
% [1942]
% (eq)(apply(X,apply(apply(apply(Y,X),X),apply(X,apply(Y,X)))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(
% apply(s,
% apply(s,c)),Y)),X),X)))
% -> (false)
% Current number of equations to process: 1202
% Current number of ordered equations: 0
% Current number of rules: 1917
% New rule produced :
% [1943]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),Y),X),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),Y),X),X))))
% -> (false)
% Current number of equations to process: 1217
% Current number of ordered equations: 0
% Current number of rules: 1918
% New rule produced :
% [1944]
% (eq)(apply(apply(apply(apply(s,b),X),X),apply(Y,X)),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,c),Y)),X),X)))
% -> (false)
% Current number of equations to process: 1229
% Current number of ordered equations: 0
% Current number of rules: 1919
% New rule produced :
% [1945]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(V_3,X))),apply(combinator,
% apply(Y,
% apply(
% apply(
% apply(
% apply(s,c),
% apply(
% apply(b,Z),V_3)),X),Y))))
% -> (false)
% Current number of equations to process: 1280
% Current number of ordered equations: 0
% Current number of rules: 1920
% New rule produced :
% [1946]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,X),V_3)),apply(combinator,
% apply(Y,
% apply(
% apply(
% apply(
% apply(s,c),
% apply(
% apply(c,Z),V_3)),X),Y))))
% -> (false)
% Current number of equations to process: 1279
% Current number of ordered equations: 0
% Current number of rules: 1921
% New rule produced :
% [1947]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,X)),apply(Z,X)),apply(combinator,
% apply(apply(Y,X),
% apply(apply(
% apply(s,
% apply(
% apply(s,c),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 1277
% Current number of ordered equations: 1
% Current number of rules: 1922
% New rule produced :
% [1948]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),apply(Z,Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,c),Z),Y),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1277
% Current number of ordered equations: 0
% Current number of rules: 1923
% New rule produced :
% [1949]
% (eq)(apply(apply(apply(s,apply(b,X)),Y),apply(X,X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(b,Y),X)),X),X))))
% -> (false)
% Current number of equations to process: 1286
% Current number of ordered equations: 0
% Current number of rules: 1924
% New rule produced :
% [1950]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,X))),Z),Y)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(b,Y),Z)),Y),X))))
% -> (false)
% Current number of equations to process: 1285
% Current number of ordered equations: 0
% Current number of rules: 1925
% New rule produced :
% [1951]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(Z,Y)),X)),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(c,Z),X)),Y),X))))
% -> (false)
% Current number of equations to process: 1319
% Current number of ordered equations: 0
% Current number of rules: 1926
% New rule produced :
% [1952]
% (eq)(apply(X,apply(Y,apply(apply(X,Z),Z))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,
% apply(b,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 1391
% Current number of ordered equations: 0
% Current number of rules: 1927
% New rule produced :
% [1953]
% (eq)(apply(X,apply(apply(Y,Z),apply(X,Z))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(c,
% apply(c,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 1390
% Current number of ordered equations: 0
% Current number of rules: 1928
% New rule produced :
% [1954]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),X),Z),Z)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(Y,Z))),X),Z))))
% -> (false)
% Current number of equations to process: 1397
% Current number of ordered equations: 0
% Current number of rules: 1929
% New rule produced :
% [1955]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(X,Z),Z))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(s,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 1396
% Current number of ordered equations: 0
% Current number of rules: 1930
% New rule produced :
% [1956]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),Z)),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(c,Y))),X),Z)))
% -> (false)
% Rule
% [662]
% (eq)(apply(X,apply(apply(Y,apply(X,X)),X)),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(c,Y))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1407
% Current number of ordered equations: 0
% Current number of rules: 1930
% New rule produced :
% [1957]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(Z,apply(X,Z)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,Y),Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 1420
% Current number of ordered equations: 0
% Current number of rules: 1931
% New rule produced :
% [1958]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(X,Z))),apply(X,Z))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(s,
% apply(c,Y))),X),Z))))
% -> (false)
% Current number of equations to process: 1419
% Current number of ordered equations: 0
% Current number of rules: 1932
% New rule produced :
% [1959]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(X,V_3))),V_3)),apply(combinator,
% apply(X,apply(
% apply(
% apply(s,
% apply(c,
% apply(
% apply(b,Y),Z))),X),V_3))))
% -> (false)
% Current number of equations to process: 1418
% Current number of ordered equations: 0
% Current number of rules: 1933
% New rule produced :
% [1960]
% (eq)(apply(X,apply(apply(apply(Y,apply(X,Z)),V_3),Z)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(
% apply(c,Y),V_3))),X),Z))))
% -> (false)
% Current number of equations to process: 1417
% Current number of ordered equations: 0
% Current number of rules: 1934
% New rule produced :
% [1961]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),apply(Z,X))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(c,Y)),X),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 1416
% Current number of ordered equations: 0
% Current number of rules: 1935
% New rule produced :
% [1962]
% (eq)(apply(X,apply(Y,apply(Z,apply(apply(X,Z),Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(c,
% apply(s,
% apply(b,Y)))),X),Z))))
% -> (false)
% Current number of equations to process: 1415
% Current number of ordered equations: 0
% Current number of rules: 1936
% New rule produced :
% [1963]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),X),Z),apply(Z,apply(X,Z)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(Y,Z))),X),Z)))) ->
% (false)
% Current number of equations to process: 1414
% Current number of ordered equations: 0
% Current number of rules: 1937
% New rule produced :
% [1964]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(X,Z)))),X),Z)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,Y)),X),Z)))) -> (false)
% Current number of equations to process: 1415
% Current number of ordered equations: 0
% Current number of rules: 1938
% New rule produced :
% [1965]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(Z,apply(X,Z)))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,Y))),X),Z)))
% -> (false)
% Rule
% [697]
% (eq)(apply(X,apply(apply(Y,apply(X,X)),apply(X,apply(X,X)))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,Y))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1415
% Current number of ordered equations: 0
% Current number of rules: 1938
% New rule produced :
% [1966]
% (eq)(apply(X,apply(Y,apply(apply(Z,V_3),apply(X,V_3)))),apply(combinator,
% apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(b,
% apply(b,Y)),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 1435
% Current number of ordered equations: 0
% Current number of rules: 1939
% New rule produced :
% [1967]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(V_3,Z))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(b,
% apply(c,Y)),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 1434
% Current number of ordered equations: 0
% Current number of rules: 1940
% New rule produced :
% [1968]
% (eq)(apply(X,apply(apply(Y,apply(Z,V_3)),apply(X,V_3))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(b,Y),Z))),X),V_3)))
% -> (false)
% Rule
% [700]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(X,X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(b,Y),Z))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1451
% Current number of ordered equations: 0
% Current number of rules: 1940
% New rule produced :
% [1969]
% (eq)(apply(X,apply(Y,apply(Z,apply(X,Y)))),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(c,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 1460
% Current number of ordered equations: 0
% Current number of rules: 1941
% New rule produced :
% [1970]
% (eq)(apply(X,apply(apply(Y,apply(X,Y)),Z)),apply(combinator,apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(c,c),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 1463
% Current number of ordered equations: 0
% Current number of rules: 1942
% New rule produced :
% [1971]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,Z)),X),Z)),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,Y),Z)),X),Z))))
% -> (false)
% Current number of equations to process: 1469
% Current number of ordered equations: 0
% Current number of rules: 1943
% New rule produced :
% [1972]
% (eq)(apply(X,apply(apply(Y,apply(X,Y)),apply(Z,apply(X,Y)))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(
% apply(c,s),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 1472
% Current number of ordered equations: 0
% Current number of rules: 1944
% New rule produced :
% [1973]
% (eq)(apply(X,apply(apply(Y,apply(Z,V_3)),apply(X,Z))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,
% apply(b,Y)),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 1471
% Current number of ordered equations: 0
% Current number of rules: 1945
% New rule produced :
% [1974]
% (eq)(apply(X,apply(apply(apply(Y,Z),V_3),apply(X,V_3))),apply(combinator,
% apply(X,apply(
% apply(
% apply(s,
% apply(
% apply(c,
% apply(c,Y)),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 1470
% Current number of ordered equations: 0
% Current number of rules: 1946
% New rule produced :
% [1975]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),Z),apply(Z,Y)),apply(combinator,
% apply(Z,
% apply(apply(
% apply(s,
% apply(
% apply(c,X),Z)),Z),Y))))
% -> (false)
% Current number of equations to process: 1488
% Current number of ordered equations: 0
% Current number of rules: 1947
% New rule produced :
% [1976]
% (eq)(apply(X,apply(apply(apply(Y,Z),V_3),apply(X,Z))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(c,Y),V_3))),X),Z)))
% -> (false)
% Rule
% [711]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(X,X))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(c,Y),Z))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1487
% Current number of ordered equations: 0
% Current number of rules: 1947
% New rule produced :
% [1977]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(c,
% apply(s,b)),Y)),X),Z))))
% -> (false)
% Current number of equations to process: 1489
% Current number of ordered equations: 0
% Current number of rules: 1948
% New rule produced :
% [1978]
% (eq)(apply(X,apply(apply(apply(s,Y),X),Z)),apply(combinator,apply(apply(
% apply(
% apply(s,b),
% apply(s,Y)),X),Z)))
% -> (false)
% Current number of equations to process: 1498
% Current number of ordered equations: 0
% Current number of rules: 1949
% New rule produced :
% [1979]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(X,apply(Z,X)))),apply(combinator,
% apply(apply(
% apply(s,
% apply(
% apply(s,b),
% apply(s,Y))),Z),X)))
% -> (false)
% Current number of equations to process: 1499
% Current number of ordered equations: 0
% Current number of rules: 1950
% New rule produced :
% [1980]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,Z),X),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 1522
% Current number of ordered equations: 0
% Current number of rules: 1951
% New rule produced :
% [1981]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,b),Z),Y),
% apply(X,Y))))) ->
% (false)
% Current number of equations to process: 1525
% Current number of ordered equations: 0
% Current number of rules: 1952
% New rule produced :
% [1982]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(Y,apply(Z,X)))),Z),X)),
% apply(combinator,apply(apply(apply(apply(s,b),apply(s,Y)),X),apply(Z,X)))) ->
% (false)
% Current number of equations to process: 1524
% Current number of ordered equations: 0
% Current number of rules: 1953
% New rule produced :
% [1983]
% (eq)(apply(X,apply(Y,apply(apply(Z,Y),apply(X,Y)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,b),Z))),X),Y)))
% -> (false)
% Rule
% [725]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(X,X)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,b),Y))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1523
% Current number of ordered equations: 0
% Current number of rules: 1953
% New rule produced :
% [1984]
% (eq)(apply(X,apply(Y,apply(Z,apply(Y,apply(X,Y))))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),
% apply(b,Z))),X),Y))))
% -> (false)
% Current number of equations to process: 1522
% Current number of ordered equations: 0
% Current number of rules: 1954
% New rule produced :
% [1985]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(X,Y)),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,b),
% apply(c,Z))),X),Y))))
% -> (false)
% Current number of equations to process: 1521
% Current number of ordered equations: 0
% Current number of rules: 1955
% New rule produced :
% [1986]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),apply(X,Y)),Y)),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,Z),
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 1542
% Current number of ordered equations: 1
% Current number of rules: 1956
% New rule produced :
% [1987]
% (eq)(apply(apply(X,Y),apply(apply(Y,Y),apply(apply(X,Y),Y))),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(
% apply(s,s),X),Y)),Y)))
% -> (false)
% Current number of equations to process: 1542
% Current number of ordered equations: 0
% Current number of rules: 1957
% New rule produced :
% [1988]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(apply(X,Y),Y)),Y)),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,
% apply(c,Z)),
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 1545
% Current number of ordered equations: 1
% Current number of rules: 1958
% New rule produced :
% [1989]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(apply(X,Z),Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(s,
% apply(c,Y)),
% apply(X,Z)),Z))))
% -> (false)
% Current number of equations to process: 1545
% Current number of ordered equations: 0
% Current number of rules: 1959
% New rule produced :
% [1990]
% (eq)(apply(X,apply(apply(X,Y),apply(apply(Z,apply(X,Y)),Y))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(c,
% apply(
% apply(s,b),Z))),X),Y))))
% -> (false)
% Current number of equations to process: 1544
% Current number of ordered equations: 0
% Current number of rules: 1960
% New rule produced :
% [1991]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(b,
% apply(Y,V_3)),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 1543
% Current number of ordered equations: 0
% Current number of rules: 1961
% New rule produced :
% [1992]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(c,Y),
% apply(Z,V_3))),X),V_3))))
% -> (false)
% Current number of equations to process: 1541
% Current number of ordered equations: 1
% Current number of rules: 1962
% New rule produced :
% [1993]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Y)),apply(X,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(
% apply(s,c),V_3),Y)),X),Z))))
% -> (false)
% Current number of equations to process: 1541
% Current number of ordered equations: 0
% Current number of rules: 1963
% New rule produced :
% [1994]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Z)),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(c,
% apply(s,Y)),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 1540
% Current number of ordered equations: 0
% Current number of rules: 1964
% New rule produced :
% [1995]
% (eq)(apply(X,apply(Y,apply(apply(Z,V_3),apply(X,apply(Y,V_3))))),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(s,Z)),
% apply(
% apply(b,X),Y)),V_3)))
% -> (false)
% Current number of equations to process: 1539
% Current number of ordered equations: 0
% Current number of rules: 1965
% New rule produced :
% [1996]
% (eq)(apply(apply(X,apply(apply(Y,Z),apply(apply(X,Z),V_3))),V_3),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(s,Y)),
% apply(
% apply(c,X),V_3)),Z)))
% -> (false)
% Current number of equations to process: 1538
% Current number of ordered equations: 0
% Current number of rules: 1966
% New rule produced :
% [1997]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Z)),apply(X,Z))),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,Y),V_3))),X),Z)))
% -> (false)
% Rule
% [744]
% (eq)(apply(X,apply(apply(apply(Y,X),apply(Z,X)),apply(X,X))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(
% apply(s,Y),Z))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1537
% Current number of ordered equations: 0
% Current number of rules: 1966
% New rule produced :
% [1998]
% (eq)(apply(X,apply(Y,apply(apply(X,Z),apply(Z,apply(X,Z))))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,
% apply(b,Y)))),X),Z)))
% -> (false)
% Rule
% [750]
% (eq)(apply(X,apply(Y,apply(apply(X,X),apply(X,apply(X,X))))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(s,
% apply(b,Y)))),X),X)))
% -> (false) collapsed.
% Current number of equations to process: 1536
% Current number of ordered equations: 0
% Current number of rules: 1966
% New rule produced :
% [1999]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Y),apply(X,Y)),Z)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,s),X),Y),Z))))
% -> (false)
% Current number of equations to process: 1568
% Current number of ordered equations: 0
% Current number of rules: 1967
% New rule produced :
% [2000]
% (eq)(apply(X,apply(Y,apply(apply(Y,Z),apply(X,apply(Y,Z))))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(
% apply(
% apply(s,s),
% apply(b,X)),Y),Z)))))
% -> (false)
% Current number of equations to process: 1572
% Current number of ordered equations: 0
% Current number of rules: 1968
% New rule produced :
% [2001]
% (eq)(apply(apply(X,apply(apply(Y,Z),apply(apply(X,Z),Y))),Y),apply(combinator,
% apply(apply(X,
% apply(
% apply(
% apply(
% apply(s,s),
% apply(c,X)),Y),Z)),Y)))
% -> (false)
% Current number of equations to process: 1571
% Current number of ordered equations: 0
% Current number of rules: 1969
% New rule produced :
% [2002]
% (eq)(apply(X,apply(apply(Y,apply(X,Y)),apply(Z,Y))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(
% apply(s,c),Z)),X),Y))))
% -> (false)
% Current number of equations to process: 1600
% Current number of ordered equations: 0
% Current number of rules: 1970
% New rule produced :
% [2003]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(V_3,Z)),apply(X,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,Y),V_3),Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 1611
% Current number of ordered equations: 0
% Current number of rules: 1971
% New rule produced :
% [2004]
% (eq)(apply(X,apply(apply(Y,apply(X,Y)),apply(apply(Z,Y),apply(X,Y)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,s),Z)),X),Y)))) ->
% (false)
% Current number of equations to process: 1610
% Current number of ordered equations: 0
% Current number of rules: 1972
% New rule produced :
% [2005]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,V_3)),V_3),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(s,
% apply(
% apply(s,
% apply(c,Y)),Z)),X),V_3))))
% -> (false)
% Current number of equations to process: 1609
% Current number of ordered equations: 0
% Current number of rules: 1973
% New rule produced :
% [2006]
% (eq)(apply(X,apply(apply(apply(s,apply(apply(apply(s,apply(b,b)),Y),X)),Y),X)),
% apply(combinator,apply(X,apply(apply(apply(s,X),X),apply(Y,X))))) -> (false)
% Current number of equations to process: 1645
% Current number of ordered equations: 0
% Current number of rules: 1974
% New rule produced :
% [2007]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,apply(Y,Y))))),Y),Y),
% apply(combinator,apply(Y,apply(apply(apply(s,X),Y),apply(Y,Y))))) -> (false)
% Current number of equations to process: 1647
% Current number of ordered equations: 0
% Current number of rules: 1975
% New rule produced :
% [2008]
% (eq)(apply(X,apply(Y,apply(apply(X,Z),apply(Z,apply(X,Z))))),apply(combinator,
% apply(X,
% apply(apply(
% apply(s,
% apply(b,Y)),Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 1668
% Current number of ordered equations: 0
% Current number of rules: 1976
% New rule produced :
% [2009]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,apply(X,Z))),X),Z))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(b,Y))),X),Z)))) ->
% (false)
% Current number of equations to process: 1676
% Current number of ordered equations: 0
% Current number of rules: 1977
% New rule produced :
% [2010]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(X,apply(Y,Z)))),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(X,apply(Y,Z))))))) ->
% (false)
% Current number of equations to process: 1728
% Current number of ordered equations: 0
% Current number of rules: 1978
% New rule produced :
% [2011]
% (eq)(apply(apply(X,Y),apply(apply(Y,apply(X,Y)),apply(Z,Y))),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,
% apply(
% apply(s,c),Z)),X)),Y)))
% -> (false)
% Current number of equations to process: 1748
% Current number of ordered equations: 0
% Current number of rules: 1979
% New rule produced :
% [2012]
% (eq)(apply(X,apply(apply(Y,apply(Z,X)),apply(Z,apply(apply(b,Y),Z)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,c)),apply(b,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 1747
% Current number of ordered equations: 0
% Current number of rules: 1980
% New rule produced :
% [2013]
% (eq)(apply(X,apply(apply(apply(Y,X),Z),apply(Z,apply(apply(c,Y),Z)))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,c)),apply(c,Y)),Z),X))))
% -> (false)
% Current number of equations to process: 1746
% Current number of ordered equations: 0
% Current number of rules: 1981
% New rule produced :
% [2014]
% (eq)(apply(X,apply(X,apply(apply(Y,X),apply(Y,apply(apply(s,b),Y))))),
% apply(combinator,apply(X,apply(apply(apply(apply(s,apply(s,c)),apply(s,b)),Y),X))))
% -> (false)
% Current number of equations to process: 1745
% Current number of ordered equations: 0
% Current number of rules: 1982
% New rule produced :
% [2015]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,X),apply(V_3,X))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,c),apply(apply(s,Z),V_3)),X),Y))))
% -> (false)
% Current number of equations to process: 1744
% Current number of ordered equations: 0
% Current number of rules: 1983
% New rule produced :
% [2016]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),apply(X,Y)),Z))),X),Y),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,c),Y),apply(X,Y)),Z)))) ->
% (false)
% Current number of equations to process: 1743
% Current number of ordered equations: 0
% Current number of rules: 1984
% New rule produced :
% [2017]
% (eq)(apply(X,apply(apply(X,X),apply(Y,apply(Z,X)))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,c),
% apply(
% apply(b,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 1742
% Current number of ordered equations: 0
% Current number of rules: 1985
% New rule produced :
% [2018]
% (eq)(apply(X,apply(apply(X,X),apply(apply(Y,X),Z))),apply(combinator,
% apply(apply(apply(
% apply(s,b),
% apply(
% apply(s,c),
% apply(
% apply(c,Y),Z))),X),X)))
% -> (false)
% Current number of equations to process: 1741
% Current number of ordered equations: 0
% Current number of rules: 1986
% New rule produced :
% [2019]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(b,combinator))),X),apply(b,combinator)),
% apply(apply(apply(apply(s,s),apply(apply(s,c),X)),apply(b,combinator)),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 1740
% Current number of ordered equations: 0
% Current number of rules: 1987
% New rule produced :
% [2020]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(s,apply(b,combinator))),X),
% apply(apply(apply(apply(apply(s,b),apply(s,c)),apply(s,apply(b,combinator))),X),X))
% -> (false)
% Current number of equations to process: 1739
% Current number of ordered equations: 0
% Current number of rules: 1988
% New rule produced :
% [2021]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(Y,V_3)))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(c,
% apply(b,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 1737
% Current number of ordered equations: 0
% Current number of rules: 1989
% New rule produced :
% [2022]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,V_3),Y))),apply(combinator,
% apply(X,apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(c,
% apply(c,Z)),V_3)),Y),X))))
% -> (false)
% Current number of equations to process: 1736
% Current number of ordered equations: 0
% Current number of rules: 1990
% New rule produced :
% [2023]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(apply(X,Y),X)))),X),Y),
% apply(combinator,apply(X,apply(apply(apply(apply(s,c),Y),apply(X,Y)),X)))) ->
% (false)
% Current number of equations to process: 1734
% Current number of ordered equations: 0
% Current number of rules: 1991
% New rule produced :
% [2024]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),Y),apply(b,combinator)),
% apply(apply(apply(s,apply(apply(s,s),apply(apply(s,c),Y))),X),apply(b,combinator)))
% -> (false)
% Current number of equations to process: 1732
% Current number of ordered equations: 0
% Current number of rules: 1992
% New rule produced :
% [2025]
% (eq)(apply(X,apply(apply(apply(Y,apply(X,Z)),apply(V_3,apply(X,Z))),Z)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(c,apply(apply(s,Y),V_3))),X),Z))))
% -> (false)
% Current number of equations to process: 1731
% Current number of ordered equations: 0
% Current number of rules: 1993
% New rule produced :
% [2026]
% (eq)(apply(apply(X,Y),apply(apply(apply(apply(apply(s,b),X),Y),Z),Z)),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,apply(c,Y)),apply(X,Y)),Z))))
% -> (false)
% Current number of equations to process: 1730
% Current number of ordered equations: 0
% Current number of rules: 1994
% New rule produced :
% [2027]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(X,V_3))),apply(V_3,apply(X,V_3)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(apply(b,Y),Z))),X),V_3))))
% -> (false)
% Current number of equations to process: 1729
% Current number of ordered equations: 0
% Current number of rules: 1995
% New rule produced :
% [2028]
% (eq)(apply(X,apply(apply(apply(Y,apply(X,Z)),V_3),apply(Z,apply(X,Z)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(s,apply(apply(c,Y),V_3))),X),Z))))
% -> (false)
% Current number of equations to process: 1728
% Current number of ordered equations: 0
% Current number of rules: 1996
% New rule produced :
% [2029]
% (eq)(apply(X,apply(apply(Y,apply(X,Z)),apply(apply(V_3,Z),apply(X,Z)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(b,apply(s,Y)),V_3)),X),Z))))
% -> (false)
% Current number of equations to process: 1727
% Current number of ordered equations: 0
% Current number of rules: 1997
% New rule produced :
% [2030]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),V_3),apply(X,V_3))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(b,Z),apply(Y,Z))),X),V_3))))
% -> (false)
% Current number of equations to process: 1726
% Current number of ordered equations: 0
% Current number of rules: 1998
% New rule produced :
% [2031]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),apply(X,apply(Z,V_3)))),
% apply(combinator,apply(apply(apply(apply(s,b),apply(s,apply(Y,V_3))),X),
% apply(Z,V_3)))) -> (false)
% Current number of equations to process: 1724
% Current number of ordered equations: 1
% Current number of rules: 1999
% New rule produced :
% [2032]
% (eq)(apply(apply(X,apply(s,Y)),apply(apply(Y,Z),apply(apply(X,apply(s,Y)),Z))),
% apply(combinator,apply(apply(apply(apply(s,apply(s,b)),X),apply(s,Y)),Z))) ->
% (false)
% Current number of equations to process: 1724
% Current number of ordered equations: 0
% Current number of rules: 2000
% New rule produced :
% [2033]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(X,Y)),apply(Y,apply(X,Y))))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,b),apply(s,Z))),X),Y))))
% -> (false)
% Current number of equations to process: 1723
% Current number of ordered equations: 0
% Current number of rules: 2001
% New rule produced :
% [2034]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,X),Y),apply(apply(X,Y),Y))),
% apply(combinator,apply(apply(apply(apply(apply(s,b),s),apply(s,X)),apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 1722
% Current number of ordered equations: 0
% Current number of rules: 2002
% New rule produced :
% [2035]
% (eq)(apply(X,apply(apply(apply(Y,Z),apply(apply(V_3,Y),Z)),apply(X,Z))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(apply(s,s),V_3),Y)),X),Z))))
% -> (false)
% Current number of equations to process: 1721
% Current number of ordered equations: 0
% Current number of rules: 2003
% New rule produced :
% [2036]
% (eq)(apply(X,apply(apply(Y,Z),apply(apply(Z,apply(Y,Z)),apply(X,Z)))),
% apply(combinator,apply(X,apply(apply(apply(s,apply(apply(s,apply(s,b)),Y)),X),Z))))
% -> (false)
% Current number of equations to process: 1720
% Current number of ordered equations: 0
% Current number of rules: 2004
% New rule produced :
% [2037]
% (eq)(apply(X,apply(apply(apply(s,apply(b,apply(apply(apply(s,Y),Z),X))),Z),X)),
% apply(combinator,apply(X,apply(apply(apply(s,apply(Y,X)),X),apply(Z,X))))) ->
% (false)
% Current number of equations to process: 1719
% Current number of ordered equations: 0
% Current number of rules: 2005
% New rule produced :
% [2038]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),V_3),apply(X,apply(Z,V_3)))),
% apply(combinator,apply(X,apply(apply(apply(Y,V_3),apply(Z,V_3)),apply(X,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 1718
% Current number of ordered equations: 0
% Current number of rules: 2006
% New rule produced :
% [2039]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),apply(Z,apply(Y,Z))),
% apply(combinator,apply(Z,apply(apply(apply(s,apply(X,Z)),Z),apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1715
% Current number of ordered equations: 0
% Current number of rules: 2007
% New rule produced :
% [2040]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,Y),apply(V_3,Y)))),apply(combinator,
% apply(X,
% apply(
% apply(Y,X),
% apply(
% apply(
% apply(s,Z),V_3),Y)))))
% -> (false)
% Current number of equations to process: 1741
% Current number of ordered equations: 0
% Current number of rules: 2008
% New rule produced :
% [2041]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(Y,X)),apply(X,X)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(
% apply(s,Y),X)),X),X))))
% -> (false)
% Current number of equations to process: 1749
% Current number of ordered equations: 0
% Current number of rules: 2009
% New rule produced :
% [2042]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),apply(Z,X)),Z)),apply(combinator,
% apply(X,
% apply(apply(Z,X),
% apply(apply(Y,
% apply(Z,X)),Z)))))
% -> (false)
% Current number of equations to process: 1774
% Current number of ordered equations: 0
% Current number of rules: 2010
% New rule produced :
% [2043]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(s,b)),Y),X),Y)),apply(combinator,
% apply(X,
% apply(apply(
% apply(
% apply(s,c),
% apply(X,
% apply(Y,X))),Y),X))))
% -> (false)
% Current number of equations to process: 1773
% Current number of ordered equations: 0
% Current number of rules: 2011
% New rule produced :
% [2044]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),Y),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,c),Y),Z)),
% apply(X,Z))) ->
% (false)
% Current number of equations to process: 1805
% Current number of ordered equations: 0
% Current number of rules: 2012
% New rule produced :
% [2045]
% (eq)(apply(X,apply(apply(apply(s,apply(b,Y)),X),apply(Y,Z))),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(
% apply(s,Y),
% apply(
% apply(b,X),Y)),Z)))))
% -> (false)
% Current number of equations to process: 1845
% Current number of ordered equations: 0
% Current number of rules: 2013
% New rule produced :
% [2046]
% (eq)(apply(X,apply(Y,apply(apply(apply(s,apply(b,apply(Z,X))),Y),X))),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(s,Z),apply(apply(b,X),Y)),X)))))
% -> (false)
% Current number of equations to process: 1844
% Current number of ordered equations: 0
% Current number of rules: 2014
% New rule produced :
% [2047]
% (eq)(apply(X,apply(apply(apply(apply(s,b),Y),Z),apply(X,apply(Z,Z)))),
% apply(combinator,apply(X,apply(Z,apply(apply(apply(s,Y),apply(apply(b,X),Z)),Z)))))
% -> (false)
% Current number of equations to process: 1853
% Current number of ordered equations: 0
% Current number of rules: 2015
% New rule produced :
% [2048]
% (eq)(apply(apply(X,apply(apply(apply(s,Y),apply(X,Z)),Z)),Z),apply(combinator,
% apply(apply(X,
% apply(
% apply(
% apply(s,Y),
% apply(
% apply(c,X),Z)),Z)),Z)))
% -> (false)
% Current number of equations to process: 1884
% Current number of ordered equations: 0
% Current number of rules: 2016
% New rule produced :
% [2049]
% (eq)(apply(apply(apply(apply(apply(s,b),X),Y),apply(apply(Y,Y),Z)),Z),
% apply(combinator,apply(apply(Y,apply(apply(apply(s,X),apply(apply(c,Y),Z)),Y)),Z)))
% -> (false)
% Current number of equations to process: 1903
% Current number of ordered equations: 0
% Current number of rules: 2017
% New rule produced :
% [2050]
% (eq)(apply(X,apply(apply(apply(s,apply(Y,apply(Z,Y))),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,
% apply(b,s)),Z),Y),X),V_3))))
% -> (false)
% Current number of equations to process: 1934
% Current number of ordered equations: 0
% Current number of rules: 2018
% New rule produced :
% [2051]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),V_3)),apply(X,V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,b),Z),Y),V_3),
% apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 1973
% Current number of ordered equations: 0
% Current number of rules: 2019
% New rule produced :
% [2052]
% (eq)(apply(X,apply(apply(Y,apply(Z,apply(V_3,Z))),apply(X,Z))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,
% apply(b,Y)),V_3),Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 2015
% Current number of ordered equations: 0
% Current number of rules: 2020
% New rule produced :
% [2053]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(X,Y)),Y),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(c,
% apply(b,Y)))),Y)),X))
% -> (false)
% Current number of equations to process: 2059
% Current number of ordered equations: 0
% Current number of rules: 2021
% New rule produced :
% [2054]
% (eq)(apply(X,apply(apply(apply(s,Y),X),Z)),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(c,apply(s,
% apply(c,
% apply(c,Y)))),Z)),X))
% -> (false)
% Current number of equations to process: 2084
% Current number of ordered equations: 0
% Current number of rules: 2022
% New rule produced :
% [2055]
% (eq)(apply(X,apply(apply(apply(s,Y),X),apply(b,combinator))),apply(apply(
% apply(
% apply(s,s),
% apply(c,
% apply(s,
% apply(c,
% apply(c,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 2083
% Current number of ordered equations: 0
% Current number of rules: 2023
% New rule produced :
% [2056]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,Y)),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(c,
% apply(s,
% apply(c,
% apply(c,X)))),Y)),Y))
% -> (false)
% Current number of equations to process: 2088
% Current number of ordered equations: 0
% Current number of rules: 2024
% New rule produced :
% [2057]
% (eq)(apply(apply(apply(s,apply(apply(s,b),apply(b,combinator))),X),X),
% apply(apply(apply(apply(apply(s,b),c),apply(s,apply(b,combinator))),X),X)) ->
% (false)
% Current number of equations to process: 2123
% Current number of ordered equations: 0
% Current number of rules: 2025
% New rule produced :
% [2058]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,b),X),Y)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(Y,
% apply(apply(X,Y),Y)))))
% -> (false)
% Current number of equations to process: 2138
% Current number of ordered equations: 0
% Current number of rules: 2026
% New rule produced :
% [2059]
% (eq)(apply(apply(apply(s,X),apply(apply(b,apply(Y,Z)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(s,Y),apply(X,Z)),Z)))) ->
% (false)
% Current number of equations to process: 2141
% Current number of ordered equations: 0
% Current number of rules: 2027
% New rule produced :
% [2060]
% (eq)(apply(apply(apply(s,X),apply(apply(b,Y),apply(X,Y))),Y),apply(combinator,
% apply(apply(
% apply(s,
% apply(b,
% apply(X,Y))),
% apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 2150
% Current number of ordered equations: 0
% Current number of rules: 2028
% New rule produced :
% [2061]
% (eq)(apply(apply(apply(apply(apply(s,b),b),apply(s,X)),apply(X,Y)),Y),
% apply(combinator,apply(apply(X,Y),apply(apply(s,X),apply(apply(X,Y),Y))))) ->
% (false)
% Current number of equations to process: 2155
% Current number of ordered equations: 0
% Current number of rules: 2029
% New rule produced :
% [2062]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,c),X),Y)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,Y),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 2177
% Current number of ordered equations: 1
% Current number of rules: 2030
% New rule produced :
% [2063]
% (eq)(apply(apply(apply(s,X),apply(apply(c,Y),apply(X,Z))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(s,Y),X),Z))))
% -> (false)
% Current number of equations to process: 2177
% Current number of ordered equations: 0
% Current number of rules: 2031
% New rule produced :
% [2064]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(b,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(Y,apply(Z,apply(X,Z)))))) -> (false)
% Current number of equations to process: 2181
% Current number of ordered equations: 0
% Current number of rules: 2032
% New rule produced :
% [2065]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(c,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(Y,apply(X,Z)),Z)))) -> (false)
% Current number of equations to process: 2180
% Current number of ordered equations: 0
% Current number of rules: 2033
% New rule produced :
% [2066]
% (eq)(apply(apply(apply(s,X),apply(apply(c,Y),apply(X,Z))),Z),apply(apply(
% apply(s,
% apply(b,combinator)),
% apply(Y,Z)),
% apply(X,Z))) ->
% (false)
% Current number of equations to process: 2184
% Current number of ordered equations: 0
% Current number of rules: 2034
% New rule produced :
% [2067]
% (eq)(apply(apply(apply(apply(apply(s,b),c),apply(s,X)),apply(X,Y)),Y),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,X),Y),apply(X,Y))))) ->
% (false)
% Current number of equations to process: 2185
% Current number of ordered equations: 0
% Current number of rules: 2035
% New rule produced :
% [2068]
% (eq)(apply(apply(apply(s,X),apply(apply(b,Y),apply(Z,apply(X,V_3)))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(Y,apply(apply(Z,apply(X,V_3)),V_3)))))
% -> (false)
% Current number of equations to process: 2210
% Current number of ordered equations: 0
% Current number of rules: 2036
% New rule produced :
% [2069]
% (eq)(apply(apply(apply(s,X),apply(apply(c,Y),apply(Z,apply(X,V_3)))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,V_3),apply(Z,apply(X,V_3))))))
% -> (false)
% Current number of equations to process: 2209
% Current number of ordered equations: 0
% Current number of rules: 2037
% New rule produced :
% [2070]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(b,Y),apply(apply(b,X),Z))),Z),
% apply(combinator,apply(X,apply(Z,apply(Y,apply(X,apply(Z,Z))))))) -> (false)
% Current number of equations to process: 2208
% Current number of ordered equations: 0
% Current number of rules: 2038
% New rule produced :
% [2071]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(apply(b,Y),apply(apply(c,X),Z))),Z),
% apply(combinator,apply(apply(X,apply(Y,apply(apply(X,Z),Z))),Z))) -> (false)
% Current number of equations to process: 2207
% Current number of ordered equations: 0
% Current number of rules: 2039
% New rule produced :
% [2072]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,apply(b,Y)),X),Z)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(Y,apply(Z,apply(X,Z))),Z)))) ->
% (false)
% Current number of equations to process: 2212
% Current number of ordered equations: 0
% Current number of rules: 2040
% New rule produced :
% [2073]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(Z,apply(X,Z)))),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(
% apply(s,
% apply(b,Y)),X),Z),Z))))
% -> (false)
% Current number of equations to process: 2211
% Current number of ordered equations: 0
% Current number of rules: 2041
% New rule produced :
% [2074]
% (eq)(apply(apply(apply(s,X),apply(apply(b,apply(X,Y)),Z)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(X,Y),
% apply(Z,Y)))))
% -> (false)
% Current number of equations to process: 2236
% Current number of ordered equations: 0
% Current number of rules: 2042
% New rule produced :
% [2075]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(X,Y)),Z)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(X,Y),Y),Z))))
% -> (false)
% Current number of equations to process: 2239
% Current number of ordered equations: 0
% Current number of rules: 2043
% New rule produced :
% [2076]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(apply(X,Z),V_3))),Z),apply(combinator,
% apply(
% apply(X,Z),
% apply(
% apply(Y,
% apply(
% apply(X,Z),V_3)),Z))))
% -> (false)
% Current number of equations to process: 2238
% Current number of ordered equations: 0
% Current number of rules: 2044
% New rule produced :
% [2077]
% (eq)(apply(apply(apply(apply(s,s),apply(X,apply(Y,Z))),Y),Z),apply(combinator,
% apply(apply(Y,Z),
% apply(apply(
% apply(X,
% apply(Y,Z)),Y),Z))))
% -> (false)
% Current number of equations to process: 2246
% Current number of ordered equations: 0
% Current number of rules: 2045
% New rule produced :
% [2078]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(X,Y)),Z)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(X,Y),Y),
% apply(Z,Y)))))
% -> (false)
% Current number of equations to process: 2253
% Current number of ordered equations: 0
% Current number of rules: 2046
% New rule produced :
% [2079]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,b),apply(X,Y)),Z)),Y),
% apply(combinator,apply(apply(X,Y),apply(Z,apply(apply(apply(X,Y),Z),Y))))) ->
% (false)
% Current number of equations to process: 2270
% Current number of ordered equations: 0
% Current number of rules: 2047
% New rule produced :
% [2080]
% (eq)(apply(apply(apply(s,b),apply(apply(s,apply(b,X)),Y)),X),apply(combinator,
% apply(apply(b,X),
% apply(X,
% apply(X,
% apply(Y,X))))))
% -> (false)
% Current number of equations to process: 2277
% Current number of ordered equations: 0
% Current number of rules: 2048
% New rule produced :
% [2081]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),X),Z)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(
% apply(s,Y),X),Z),Z))))
% -> (false)
% Current number of equations to process: 2289
% Current number of ordered equations: 2
% Current number of rules: 2049
% New rule produced :
% [2082]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),X),Z)),Z),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(Y,Z),
% apply(X,Z))),Z)))
% -> (false)
% Current number of equations to process: 2289
% Current number of ordered equations: 1
% Current number of rules: 2050
% New rule produced :
% [2083]
% (eq)(apply(apply(apply(apply(s,s),apply(apply(s,X),Y)),Y),Y),apply(combinator,
% apply(apply(Y,Y),
% apply(apply(
% apply(X,Y),
% apply(Y,Y)),Y))))
% -> (false)
% Current number of equations to process: 2289
% Current number of ordered equations: 0
% Current number of rules: 2051
% New rule produced :
% [2084]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,s),X),Y)),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,Y),
% apply(apply(X,Y),Y)))))
% -> (false)
% Current number of equations to process: 2293
% Current number of ordered equations: 0
% Current number of rules: 2052
% New rule produced :
% [2085]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,apply(c,Y)),X),Z)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(Y,apply(X,Z)),Z),Z)))) ->
% (false)
% Current number of equations to process: 2292
% Current number of ordered equations: 0
% Current number of rules: 2053
% New rule produced :
% [2086]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),X),Z)),Z),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(Y,Z)),
% apply(X,Z)),Z)))
% -> (false)
% Current number of equations to process: 2299
% Current number of ordered equations: 0
% Current number of rules: 2054
% New rule produced :
% [2087]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,Z),apply(X,Z))),Z),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(
% apply(s,Y),X),Z)),Z)))
% -> (false)
% Current number of equations to process: 2316
% Current number of ordered equations: 0
% Current number of rules: 2055
% New rule produced :
% [2088]
% (eq)(apply(apply(X,Y),apply(apply(apply(Z,Y),apply(X,Y)),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,Z),X),Y),Y))))
% -> (false)
% Current number of equations to process: 2320
% Current number of ordered equations: 0
% Current number of rules: 2056
% New rule produced :
% [2089]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,apply(X,Z)),Z)),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(
% apply(
% apply(s,
% apply(c,Y)),X),Z),Z))))
% -> (false)
% Current number of equations to process: 2319
% Current number of ordered equations: 0
% Current number of rules: 2057
% New rule produced :
% [2090]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(c,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(Y,apply(apply(X,Z),Z)),Z)))) ->
% (false)
% Current number of equations to process: 2349
% Current number of ordered equations: 0
% Current number of rules: 2058
% New rule produced :
% [2091]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),X),Y),Y),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(Y,
% apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 2377
% Current number of ordered equations: 0
% Current number of rules: 2059
% New rule produced :
% [2092]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),X),Y),Y),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Y),
% apply(X,Y)),Y)))
% -> (false)
% Current number of equations to process: 2384
% Current number of ordered equations: 0
% Current number of rules: 2060
% New rule produced :
% [2093]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(X,Y))),Y),apply(combinator,
% apply(apply(apply(
% apply(s,
% apply(s,b)),X),Y),Y)))
% -> (false)
% Current number of equations to process: 2390
% Current number of ordered equations: 0
% Current number of rules: 2061
% New rule produced :
% [2094]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(X,Y)),Y)),apply(combinator,
% apply(apply(apply(
% apply(s,b),Z),
% apply(X,Y)),Y))) ->
% (false)
% Current number of equations to process: 2393
% Current number of ordered equations: 0
% Current number of rules: 2062
% New rule produced :
% [2095]
% (eq)(apply(X,apply(Y,apply(apply(Z,apply(apply(b,X),Y)),Y))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Z),
% apply(
% apply(b,X),Y)),Y)))
% -> (false)
% Current number of equations to process: 2412
% Current number of ordered equations: 0
% Current number of rules: 2063
% New rule produced :
% [2096]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(Z,apply(X,V_3)))),V_3),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(b,Y),Z)),
% apply(X,V_3)),V_3)))
% -> (false)
% Current number of equations to process: 2423
% Current number of ordered equations: 0
% Current number of rules: 2064
% New rule produced :
% [2097]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,apply(X,Z)),V_3)),Z),apply(combinator,
% apply(
% apply(
% apply(
% apply(s,b),
% apply(
% apply(c,Y),V_3)),
% apply(X,Z)),Z)))
% -> (false)
% Current number of equations to process: 2422
% Current number of ordered equations: 0
% Current number of rules: 2065
% New rule produced :
% [2098]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(X,Y))),Z),Y),apply(combinator,
% apply(Z,
% apply(apply(
% apply(s,X),Z),Y))))
% -> (false)
% Current number of equations to process: 2529
% Current number of ordered equations: 0
% Current number of rules: 2066
% New rule produced :
% [2099]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(apply(b,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(Y,apply(Z,V_3)))))) -> (false)
% Current number of equations to process: 2530
% Current number of ordered equations: 0
% Current number of rules: 2067
% New rule produced :
% [2100]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(apply(c,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,V_3)),Y)))) -> (false)
% Current number of equations to process: 2529
% Current number of ordered equations: 0
% Current number of rules: 2068
% New rule produced :
% [2101]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),Y),X),apply(combinator,
% apply(apply(apply(s,
% apply(b,Y)),Y),X)))
% -> (false)
% Current number of equations to process: 2533
% Current number of ordered equations: 0
% Current number of rules: 2069
% New rule produced :
% [2102]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(X,Y))),Y),Z),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),X),Y),
% apply(Y,Z)))) ->
% (false)
% Current number of equations to process: 2536
% Current number of ordered equations: 0
% Current number of rules: 2070
% New rule produced :
% [2103]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(b,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(X,
% apply(Z,Y)))))
% -> (false)
% Current number of equations to process: 2543
% Current number of ordered equations: 0
% Current number of rules: 2071
% New rule produced :
% [2104]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(c,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(X,Y),Z))))
% -> (false)
% Current number of equations to process: 2545
% Current number of ordered equations: 0
% Current number of rules: 2072
% New rule produced :
% [2105]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(s,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(X,Y),
% apply(Z,Y)))))
% -> (false)
% Current number of equations to process: 2549
% Current number of ordered equations: 0
% Current number of rules: 2073
% New rule produced :
% [2106]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),apply(Y,Z)),Z),apply(combinator,
% apply(apply(Y,Z),
% apply(apply(
% apply(s,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2548
% Current number of ordered equations: 0
% Current number of rules: 2074
% New rule produced :
% [2107]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(b,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Y,V_3)),Z)))) -> (false)
% Current number of equations to process: 2547
% Current number of ordered equations: 0
% Current number of rules: 2075
% New rule produced :
% [2108]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(c,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,V_3),Y),Z)))) -> (false)
% Current number of equations to process: 2546
% Current number of ordered equations: 0
% Current number of rules: 2076
% New rule produced :
% [2109]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),Y),Z),apply(apply(apply(s,
% apply(b,combinator)),
% apply(X,Z)),Y)) ->
% (false)
% Current number of equations to process: 2552
% Current number of ordered equations: 0
% Current number of rules: 2077
% New rule produced :
% [2110]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),Y),Y),apply(combinator,
% apply(apply(apply(
% apply(s,b),X),Y),Y)))
% -> (false)
% Current number of equations to process: 2555
% Current number of ordered equations: 0
% Current number of rules: 2078
% New rule produced :
% [2111]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(s,b),X))),Y),Z),
% apply(combinator,apply(Y,apply(Z,apply(apply(X,Z),Y))))) -> (false)
% Current number of equations to process: 2556
% Current number of ordered equations: 0
% Current number of rules: 2079
% New rule produced :
% [2112]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(c,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Z)),Z))))
% -> (false)
% Rule
% [1550]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(c,X))),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Y)),Y))))
% -> (false) collapsed.
% Current number of equations to process: 2562
% Current number of ordered equations: 0
% Current number of rules: 2079
% New rule produced :
% [2113]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(s,apply(b,X)))),Y),Z),
% apply(combinator,apply(Y,apply(X,apply(Y,apply(Z,Y)))))) -> (false)
% Current number of equations to process: 2567
% Current number of ordered equations: 0
% Current number of rules: 2080
% New rule produced :
% [2114]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(b,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(apply(Y,Z),V_3))))) -> (false)
% Current number of equations to process: 2593
% Current number of ordered equations: 0
% Current number of rules: 2081
% New rule produced :
% [2115]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(c,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,V_3),apply(Y,Z))))) -> (false)
% Current number of equations to process: 2592
% Current number of ordered equations: 0
% Current number of rules: 2082
% New rule produced :
% [2116]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(Y,apply(Z,apply(X,apply(Y,apply(Z,V_3))))))) ->
% (false)
% Current number of equations to process: 2591
% Current number of ordered equations: 0
% Current number of rules: 2083
% New rule produced :
% [2117]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(apply(Y,apply(X,apply(apply(Y,V_3),Z))),Z))) ->
% (false)
% Current number of equations to process: 2590
% Current number of ordered equations: 0
% Current number of rules: 2084
% New rule produced :
% [2118]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(X,Y))),Z),apply(V_3,Y)),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,X),V_3),Y),Z)))) ->
% (false)
% Current number of equations to process: 2589
% Current number of ordered equations: 0
% Current number of rules: 2085
% New rule produced :
% [2119]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(s,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,V_3),apply(Y,V_3)),Z)))) ->
% (false)
% Current number of equations to process: 2588
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2120]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(b,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Y,V_3)),apply(Z,V_3))))) ->
% (false)
% Rule
% [1581]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(b,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Y,Z)),apply(Z,Z))))) -> (false)
% collapsed.
% Current number of equations to process: 2587
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2121]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(c,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,V_3),Y),apply(Z,V_3))))) ->
% (false)
% Rule
% [1596]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(c,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Z),Y),apply(Z,Z))))) -> (false)
% collapsed.
% Current number of equations to process: 2586
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2122]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,X))),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Z)),
% apply(Z,
% apply(Y,Z))))))
% -> (false)
% Rule
% [1609]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,X))),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(X,
% apply(Y,Y)),
% apply(Y,
% apply(Y,Y))))))
% -> (false) collapsed.
% Current number of equations to process: 2585
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2123]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,b),X))),Y),Z),
% apply(combinator,apply(Y,apply(Z,apply(apply(X,Z),apply(Y,Z)))))) -> (false)
% Rule
% [1617]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,b),X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),apply(Y,Y)))))) -> (false)
% collapsed.
% Current number of equations to process: 2584
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2124]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(X,Y)),Z)),Y),V_3),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,X),Z),Y),V_3)))) ->
% (false)
% Rule
% [1274]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(X,Y)),Z)),Y),Y),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,X),Z),Y),Y)))) -> (false)
% collapsed.
% Current number of equations to process: 2583
% Current number of ordered equations: 0
% Current number of rules: 2086
% New rule produced :
% [2125]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(s,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,V_3),apply(apply(Y,Z),V_3))))) ->
% (false)
% Current number of equations to process: 2582
% Current number of ordered equations: 0
% Current number of rules: 2087
% New rule produced :
% [2126]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,b),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(Y,
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 2606
% Current number of ordered equations: 0
% Current number of rules: 2088
% New rule produced :
% [2127]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,c),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(Y,Z),X))))
% -> (false)
% Current number of equations to process: 2609
% Current number of ordered equations: 0
% Current number of rules: 2089
% New rule produced :
% [2128]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,s),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(Y,Z),
% apply(X,Z)))))
% -> (false)
% Current number of equations to process: 2617
% Current number of ordered equations: 0
% Current number of rules: 2090
% New rule produced :
% [2129]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,Y)),V_3)))) -> (false)
% Rule
% [1275]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(b,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,Y)),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2616
% Current number of ordered equations: 0
% Current number of rules: 2090
% New rule produced :
% [2130]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),Z),V_3)))) -> (false)
% Rule
% [1277]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(c,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),Z),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2615
% Current number of ordered equations: 0
% Current number of rules: 2090
% New rule produced :
% [2131]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,c),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,Z),apply(X,Y)),V_3)))) ->
% (false)
% Rule
% [1281]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,c),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,Z),apply(X,Y)),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2612
% Current number of ordered equations: 2
% Current number of rules: 2090
% New rule produced :
% [2132]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),apply(Y,Z))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,X),Y),Z),V_3)))) ->
% (false)
% Rule
% [1283]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),apply(Y,Z))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,X),Y),Z),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2612
% Current number of ordered equations: 1
% Current number of rules: 2090
% New rule produced :
% [2133]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Z),apply(V_3,Y)),
% apply(combinator,apply(Z,apply(apply(apply(s,apply(X,Z)),V_3),Y)))) ->
% (false)
% Current number of equations to process: 2612
% Current number of ordered equations: 0
% Current number of rules: 2091
% New rule produced :
% [2134]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),apply(Z,Y)),V_3)))) ->
% (false)
% Rule
% [1285]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Y),apply(Z,Y)),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2611
% Current number of ordered equations: 0
% Current number of rules: 2091
% New rule produced :
% [2135]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),Y),Z),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(X,Y)),Y),Z)))
% -> (false)
% Current number of equations to process: 2626
% Current number of ordered equations: 0
% Current number of rules: 2092
% New rule produced :
% [2136]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,b)),X)),Y),Z),
% apply(combinator,apply(Y,apply(X,apply(apply(Y,X),Z))))) -> (false)
% Current number of equations to process: 2629
% Current number of ordered equations: 0
% Current number of rules: 2093
% New rule produced :
% [2137]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),Y),apply(combinator,
% apply(apply(apply(s,X),
% apply(Y,apply(X,Y))),Y)))
% -> (false)
% Current number of equations to process: 2645
% Current number of ordered equations: 0
% Current number of rules: 2094
% New rule produced :
% [2138]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,s),X)),apply(b,Y)),Z),
% apply(combinator,apply(apply(b,Y),apply(Y,apply(Z,apply(X,Z)))))) -> (false)
% Current number of equations to process: 2647
% Current number of ordered equations: 0
% Current number of rules: 2095
% New rule produced :
% [2139]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(b,X)),Y),Z),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(Y,
% apply(
% apply(b,X),Y)),Z)))))
% -> (false)
% Current number of equations to process: 2646
% Current number of ordered equations: 0
% Current number of rules: 2096
% New rule produced :
% [2140]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(c,X)),Y),Z),apply(combinator,
% apply(apply(X,
% apply(
% apply(Y,
% apply(
% apply(c,X),Y)),Z)),Y)))
% -> (false)
% Current number of equations to process: 2645
% Current number of ordered equations: 0
% Current number of rules: 2097
% New rule produced :
% [2141]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),Y),Z),apply(combinator,
% apply(apply(X,Z),
% apply(apply(Z,
% apply(X,Z)),
% apply(Y,Z)))))
% -> (false)
% Rule
% [1286]
% (eq)(apply(apply(apply(s,apply(apply(s,apply(s,b)),X)),X),Y),apply(combinator,
% apply(apply(X,Y),
% apply(apply(Y,
% apply(X,Y)),
% apply(X,Y)))))
% -> (false) collapsed.
% Current number of equations to process: 2644
% Current number of ordered equations: 0
% Current number of rules: 2097
% New rule produced :
% [2142]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),Y),Z),apply(combinator,
% apply(apply(apply(
% apply(s,b),Y),
% apply(X,Y)),Z))) ->
% (false)
% Current number of equations to process: 2658
% Current number of ordered equations: 0
% Current number of rules: 2098
% New rule produced :
% [2143]
% (eq)(apply(apply(X,Y),apply(apply(Z,apply(X,Y)),Y)),apply(combinator,
% apply(apply(apply(s,X),
% apply(Z,apply(X,Y))),Y)))
% -> (false)
% Rule
% [1986]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Z),apply(X,Y)),Y)),apply(combinator,
% apply(apply(
% apply(s,X),
% apply(
% apply(s,Z),
% apply(X,Y))),Y)))
% -> (false) collapsed.
% Current number of equations to process: 2668
% Current number of ordered equations: 0
% Current number of rules: 2098
% New rule produced :
% [2144]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(Z,Y)),Y),apply(combinator,
% apply(apply(
% apply(s,Z),
% apply(
% apply(
% apply(s,X),Z),Y)),Y)))
% -> (false)
% Current number of equations to process: 2667
% Current number of ordered equations: 0
% Current number of rules: 2099
% New rule produced :
% [2145]
% (eq)(apply(apply(apply(apply(s,b),X),apply(Y,X)),X),apply(combinator,
% apply(apply(apply(
% apply(s,
% apply(b,
% apply(s,Y))),Y),X),X)))
% -> (false)
% Current number of equations to process: 2675
% Current number of ordered equations: 0
% Current number of rules: 2100
% New rule produced :
% [2146]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,c),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(Y,Z),
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 0
% Current number of rules: 2101
% New rule produced :
% [2147]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),V_3)),apply(combinator,
% apply(X,apply(apply(
% apply(Y,X),
% apply(Z,X)),V_3))))
% -> (false)
% Rule
% [1330]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),X)),apply(combinator,
% apply(X,apply(apply(
% apply(Y,X),
% apply(Z,X)),X))))
% -> (false) collapsed.
% Rule
% [1619]
% (eq)(apply(X,apply(apply(apply(apply(s,Y),Z),X),apply(V_3,X))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(Y,X),
% apply(Z,X)),
% apply(V_3,X)))))
% -> (false) collapsed.
% Current number of equations to process: 2700
% Current number of ordered equations: 0
% Current number of rules: 2100
% New rule produced :
% [2148]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Z),apply(combinator,
% apply(Y,
% apply(apply(Y,Z),
% apply(apply(X,Y),Z)))))
% -> (false)
% Rule
% [1569]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,s),X)),Y),Y),apply(combinator,
% apply(Y,
% apply(apply(Y,Y),
% apply(apply(X,Y),Y)))))
% -> (false) collapsed.
% Current number of equations to process: 2699
% Current number of ordered equations: 0
% Current number of rules: 2100
% New rule produced :
% [2149]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,apply(Y,Z)),Z),V_3)))) ->
% (false)
% Rule
% [1332]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(c,X)),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,apply(Y,Z)),Z),Z)))) -> (false)
% collapsed.
% Current number of equations to process: 2698
% Current number of ordered equations: 0
% Current number of rules: 2100
% New rule produced :
% [2150]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),apply(Y,Z)),apply(V_3,Z)),
% apply(combinator,apply(apply(Y,Z),apply(X,apply(apply(apply(s,Y),V_3),Z)))))
% -> (false)
% Current number of equations to process: 2697
% Current number of ordered equations: 0
% Current number of rules: 2101
% New rule produced :
% [2151]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(apply(s,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,V_3)),apply(Y,apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 2696
% Current number of ordered equations: 0
% Current number of rules: 2102
% New rule produced :
% [2152]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),Y),apply(Z,apply(V_3,Z))),
% apply(combinator,apply(Y,apply(X,apply(apply(apply(s,apply(b,Y)),V_3),Z)))))
% -> (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 0
% Current number of rules: 2103
% New rule produced :
% [2153]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),Y),apply(apply(Z,Y),V_3)),
% apply(combinator,apply(Y,apply(X,apply(apply(apply(apply(s,b),Z),Y),V_3)))))
% -> (false)
% Current number of equations to process: 2694
% Current number of ordered equations: 0
% Current number of rules: 2104
% New rule produced :
% [2154]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(Y,apply(Z,apply(apply(X,V_3),apply(apply(b,Y),Z))))))
% -> (false)
% Current number of equations to process: 2693
% Current number of ordered equations: 0
% Current number of rules: 2105
% New rule produced :
% [2155]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(apply(Y,apply(apply(X,V_3),apply(apply(c,Y),Z))),Z)))
% -> (false)
% Current number of equations to process: 2692
% Current number of ordered equations: 0
% Current number of rules: 2106
% New rule produced :
% [2156]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),Y),apply(Z,apply(V_3,Z))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,apply(b,X)),V_3),Z),Y))))
% -> (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 0
% Current number of rules: 2107
% New rule produced :
% [2157]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),Y),apply(apply(Z,X),V_3)),
% apply(combinator,apply(Y,apply(apply(apply(apply(apply(s,b),Z),X),V_3),Y))))
% -> (false)
% Current number of equations to process: 2690
% Current number of ordered equations: 0
% Current number of rules: 2108
% New rule produced :
% [2158]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(Y,apply(Z,apply(apply(X,V_3),apply(Y,apply(Z,V_3)))))))
% -> (false)
% Current number of equations to process: 2689
% Current number of ordered equations: 0
% Current number of rules: 2109
% New rule produced :
% [2159]
% (eq)(apply(apply(apply(apply(s,b),apply(s,X)),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(apply(Y,apply(apply(X,V_3),apply(apply(Y,V_3),Z))),Z)))
% -> (false)
% Current number of equations to process: 2688
% Current number of ordered equations: 0
% Current number of rules: 2110
% New rule produced :
% [2160]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,V_3),apply(Y,V_3)),apply(Z,V_3)))))
% -> (false)
% Rule
% [1626]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(X,Z),apply(Y,Z)),apply(Z,Z))))) ->
% (false) collapsed.
% Current number of equations to process: 2687
% Current number of ordered equations: 0
% Current number of rules: 2110
% New rule produced :
% [2161]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,apply(b,X)))),Y),Z),
% apply(combinator,apply(Y,apply(X,apply(apply(Y,Z),apply(Z,apply(Y,Z))))))) ->
% (false)
% Rule
% [1632]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(s,apply(b,X)))),Y),Y),
% apply(combinator,apply(Y,apply(X,apply(apply(Y,Y),apply(Y,apply(Y,Y))))))) ->
% (false) collapsed.
% Current number of equations to process: 2686
% Current number of ordered equations: 0
% Current number of rules: 2110
% New rule produced :
% [2162]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),apply(Z,V_3)),V_3),
% apply(combinator,apply(apply(apply(s,Z),apply(X,apply(Y,apply(Z,V_3)))),V_3)))
% -> (false)
% Current number of equations to process: 2685
% Current number of ordered equations: 0
% Current number of rules: 2111
% New rule produced :
% [2163]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(Y,X))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(apply(apply(s,b),Y),X),Z),V_3))))
% -> (false)
% Current number of equations to process: 2684
% Current number of ordered equations: 0
% Current number of rules: 2112
% New rule produced :
% [2164]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,X),Y)),apply(Z,V_3)),V_3),
% apply(combinator,apply(apply(apply(s,Z),apply(apply(X,apply(Z,V_3)),Y)),V_3)))
% -> (false)
% Current number of equations to process: 2683
% Current number of ordered equations: 0
% Current number of rules: 2113
% New rule produced :
% [2165]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,s),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,Z),apply(apply(X,Y),Z)),V_3))))
% -> (false)
% Current number of equations to process: 2680
% Current number of ordered equations: 0
% Current number of rules: 2114
% New rule produced :
% [2166]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(s,b)),X)),Y),Z),
% apply(combinator,apply(Y,apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Z))))) ->
% (false)
% Rule
% [1781]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(s,b)),X)),Y),Y),
% apply(combinator,apply(Y,apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Y))))) ->
% (false) collapsed.
% Current number of equations to process: 2694
% Current number of ordered equations: 0
% Current number of rules: 2114
% New rule produced :
% [2167]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Y,apply(X,Y))),apply(combinator,
% apply(apply(
% apply(s,
% apply(s,
% apply(b,Y))),X),Y)))
% -> (false)
% Current number of equations to process: 2706
% Current number of ordered equations: 0
% Current number of rules: 2115
% New rule produced :
% [2168]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(Y,X)))),apply(combinator,
% apply(apply(apply(s,
% apply(b,X)),Z),
% apply(Y,X)))) -> (false)
% Current number of equations to process: 2709
% Current number of ordered equations: 0
% Current number of rules: 2116
% New rule produced :
% [2169]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(apply(s,Z),X),Y)),
% apply(combinator,apply(apply(apply(s,apply(b,Y)),apply(Z,Y)),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 2708
% Current number of ordered equations: 0
% Current number of rules: 2117
% New rule produced :
% [2170]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),X),Y),
% apply(combinator,apply(apply(apply(s,apply(b,Y)),Y),apply(X,Y)))) -> (false)
% Current number of equations to process: 2716
% Current number of ordered equations: 0
% Current number of rules: 2118
% New rule produced :
% [2171]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(b,X))),Y),Z),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,Z)))))) -> (false)
% Rule
% [1731]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(b,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,Y)))))) -> (false)
% collapsed.
% Current number of equations to process: 2739
% Current number of ordered equations: 0
% Current number of rules: 2118
% New rule produced :
% [2172]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(c,X))),Y),Z),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Z),Y))))) -> (false)
% Rule
% [1737]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(c,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),Y))))) -> (false)
% collapsed.
% Current number of equations to process: 2738
% Current number of ordered equations: 0
% Current number of rules: 2118
% New rule produced :
% [2173]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),Y),apply(Z,Y)),
% apply(combinator,apply(Y,apply(Y,apply(apply(apply(s,X),Z),Y))))) -> (false)
% Current number of equations to process: 2737
% Current number of ordered equations: 0
% Current number of rules: 2119
% New rule produced :
% [2174]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,X))),Y),Z),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Z),apply(Y,Z)))))) -> (false)
% Rule
% [1742]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(apply(X,Y),apply(Y,Y)))))) -> (false)
% collapsed.
% Current number of equations to process: 2736
% Current number of ordered equations: 0
% Current number of rules: 2119
% New rule produced :
% [2175]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,Y)))),X),Y),
% apply(combinator,apply(apply(apply(s,apply(b,X)),Y),apply(X,Y)))) -> (false)
% Current number of equations to process: 2764
% Current number of ordered equations: 0
% Current number of rules: 2120
% New rule produced :
% [2176]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,Y)))),Y),Z),
% apply(combinator,apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 2783
% Current number of ordered equations: 0
% Current number of rules: 2121
% New rule produced :
% [2177]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),apply(b,Y)),Z),apply(combinator,
% apply(apply(X,
% apply(b,Y)),
% apply(Y,
% apply(apply(X,
% apply(b,Y)),Z)))))
% -> (false)
% Current number of equations to process: 2782
% Current number of ordered equations: 0
% Current number of rules: 2122
% New rule produced :
% [2178]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,apply(b,b)),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(X,Y)),apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 2780
% Current number of ordered equations: 1
% Current number of rules: 2123
% New rule produced :
% [2179]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),apply(b,X)),Y))),Z),V_3),
% apply(combinator,apply(Y,apply(X,apply(Y,apply(V_3,apply(Z,V_3))))))) ->
% (false)
% Current number of equations to process: 2780
% Current number of ordered equations: 0
% Current number of rules: 2124
% New rule produced :
% [2180]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(Y,apply(apply(X,Y),apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 2779
% Current number of ordered equations: 0
% Current number of rules: 2125
% New rule produced :
% [2181]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),X),apply(c,Y)),Z),apply(combinator,
% apply(apply(X,
% apply(c,Y)),
% apply(apply(Y,Z),
% apply(X,
% apply(c,Y))))))
% -> (false)
% Current number of equations to process: 2778
% Current number of ordered equations: 0
% Current number of rules: 2126
% New rule produced :
% [2182]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,apply(b,c)),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),V_3),Z)))) ->
% (false)
% Current number of equations to process: 2776
% Current number of ordered equations: 1
% Current number of rules: 2127
% New rule produced :
% [2183]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),apply(c,X)),Y))),Z),V_3),
% apply(combinator,apply(Y,apply(apply(X,apply(V_3,apply(Z,V_3))),Y)))) ->
% (false)
% Current number of equations to process: 2776
% Current number of ordered equations: 0
% Current number of rules: 2128
% New rule produced :
% [2184]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),V_3)),Z)))) ->
% (false)
% Current number of equations to process: 2775
% Current number of ordered equations: 0
% Current number of rules: 2129
% New rule produced :
% [2185]
% (eq)(apply(apply(apply(apply(s,b),apply(c,apply(apply(s,apply(b,X)),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(V_3,apply(Y,V_3))),Z)))) ->
% (false)
% Current number of equations to process: 2774
% Current number of ordered equations: 0
% Current number of rules: 2130
% New rule produced :
% [2186]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(apply(b,Y),Z))),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(X,apply(Y,apply(Z,V_3))),V_4)))) ->
% (false)
% Current number of equations to process: 2772
% Current number of ordered equations: 1
% Current number of rules: 2131
% New rule produced :
% [2187]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(apply(b,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(X,apply(Y,apply(Z,V_3))),V_4)))) ->
% (false)
% Current number of equations to process: 2772
% Current number of ordered equations: 0
% Current number of rules: 2132
% New rule produced :
% [2188]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(apply(c,Y),Z))),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(X,apply(apply(Y,V_3),Z)),V_4)))) ->
% (false)
% Current number of equations to process: 2770
% Current number of ordered equations: 1
% Current number of rules: 2133
% New rule produced :
% [2189]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(apply(c,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(X,apply(Z,V_3)),Y),V_4)))) ->
% (false)
% Current number of equations to process: 2770
% Current number of ordered equations: 0
% Current number of rules: 2134
% New rule produced :
% [2190]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),Y)),Z),apply(V_3,apply(Y,Z))),
% apply(combinator,apply(Z,apply(apply(apply(s,X),V_3),apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 2769
% Current number of ordered equations: 0
% Current number of rules: 2135
% New rule produced :
% [2191]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(s,apply(b,X))),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(V_3,apply(apply(Y,Z),V_3)))))) ->
% (false)
% Current number of equations to process: 2768
% Current number of ordered equations: 0
% Current number of rules: 2136
% New rule produced :
% [2192]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(b,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(X,apply(Y,V_3)),Z),V_4)))) ->
% (false)
% Current number of equations to process: 2767
% Current number of ordered equations: 0
% Current number of rules: 2137
% New rule produced :
% [2193]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(c,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(apply(X,V_3),Y),Z),V_4)))) ->
% (false)
% Current number of equations to process: 2766
% Current number of ordered equations: 0
% Current number of rules: 2138
% New rule produced :
% [2194]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(s,b),X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Z,apply(apply(X,Z),Y)),V_3)))) ->
% (false)
% Current number of equations to process: 2765
% Current number of ordered equations: 0
% Current number of rules: 2139
% New rule produced :
% [2195]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(s,apply(b,X))),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(Y,apply(Z,Y))),V_3)))) ->
% (false)
% Current number of equations to process: 2764
% Current number of ordered equations: 0
% Current number of rules: 2140
% New rule produced :
% [2196]
% (eq)(apply(apply(apply(apply(apply(s,s),X),apply(s,b)),Y),Z),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),Y),
% apply(
% apply(X,
% apply(s,b)),Y)),Z)))
% -> (false)
% Current number of equations to process: 2761
% Current number of ordered equations: 0
% Current number of rules: 2141
% New rule produced :
% [2197]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(b,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(Z,apply(apply(X,apply(Y,Z)),V_3))))) ->
% (false)
% Rule
% [1771]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(b,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(X,apply(Y,Z)),Z))))) -> (false)
% collapsed.
% Current number of equations to process: 2760
% Current number of ordered equations: 0
% Current number of rules: 2141
% New rule produced :
% [2198]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(c,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),Y),V_3))))) ->
% (false)
% Rule
% [1778]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(c,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),Y),Z))))) -> (false)
% collapsed.
% Current number of equations to process: 2759
% Current number of ordered equations: 0
% Current number of rules: 2141
% New rule produced :
% [2199]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,b),X))),Y),Z),
% apply(combinator,apply(Y,apply(Y,apply(Y,apply(apply(X,Y),Z)))))) -> (false)
% Rule
% [1786]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,b),X))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(Y,apply(apply(X,Y),Y)))))) -> (false)
% collapsed.
% Current number of equations to process: 2758
% Current number of ordered equations: 0
% Current number of rules: 2141
% New rule produced :
% [2200]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,apply(b,X)))),Y),Z),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Z,apply(Y,Z))))))) -> (false)
% Rule
% [1788]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(s,apply(b,X)))),Y),Y),
% apply(combinator,apply(Y,apply(Y,apply(X,apply(Y,apply(Y,Y))))))) -> (false)
% collapsed.
% Current number of equations to process: 2757
% Current number of ordered equations: 0
% Current number of rules: 2141
% New rule produced :
% [2201]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(apply(b,X),Y)))),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(Y,apply(V_3,apply(Z,V_3))))))) ->
% (false)
% Current number of equations to process: 2756
% Current number of ordered equations: 0
% Current number of rules: 2142
% New rule produced :
% [2202]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(apply(c,X),Y)))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(V_3,apply(Z,V_3))),Y)))) ->
% (false)
% Current number of equations to process: 2755
% Current number of ordered equations: 0
% Current number of rules: 2143
% New rule produced :
% [2203]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,apply(Y,Z))))),Y),Z),
% apply(combinator,apply(Y,apply(apply(apply(s,X),Z),apply(Y,Z))))) -> (false)
% Rule
% [2007]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,apply(X,apply(Y,Y))))),Y),Y),
% apply(combinator,apply(Y,apply(apply(apply(s,X),Y),apply(Y,Y))))) -> (false)
% collapsed.
% Current number of equations to process: 2754
% Current number of ordered equations: 0
% Current number of rules: 2143
% New rule produced :
% [2204]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(b,X),Y)),Z),apply(combinator,
% apply(X,
% apply(Y,
% apply(apply(
% apply(
% apply(
% apply(s,b),b),X),Y),Z)))))
% -> (false)
% Current number of equations to process: 2770
% Current number of ordered equations: 0
% Current number of rules: 2144
% New rule produced :
% [2205]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(c,X),Y)),Z),apply(combinator,
% apply(apply(X,
% apply(
% apply(
% apply(
% apply(
% apply(s,b),c),X),Y),Z)),Y)))
% -> (false)
% Current number of equations to process: 2803
% Current number of ordered equations: 0
% Current number of rules: 2145
% New rule produced :
% [2206]
% (eq)(apply(apply(X,Y),apply(apply(apply(Z,Y),apply(X,Y)),V_3)),apply(combinator,
% apply(
% apply(X,Y),
% apply(
% apply(
% apply(
% apply(s,Z),X),Y),V_3))))
% -> (false)
% Rule
% [1999]
% (eq)(apply(apply(X,Y),apply(apply(apply(s,Y),apply(X,Y)),Z)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,s),X),Y),Z))))
% -> (false) collapsed.
% Rule
% [2088]
% (eq)(apply(apply(X,Y),apply(apply(apply(Z,Y),apply(X,Y)),Y)),apply(combinator,
% apply(apply(X,Y),
% apply(apply(
% apply(
% apply(s,Z),X),Y),Y))))
% -> (false) collapsed.
% Current number of equations to process: 2825
% Current number of ordered equations: 0
% Current number of rules: 2144
% New rule produced :
% [2207]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),Y),Z),V_3),
% apply(combinator,apply(apply(apply(apply(s,b),apply(Y,apply(X,Y))),Z),V_3)))
% -> (false)
% Current number of equations to process: 2884
% Current number of ordered equations: 0
% Current number of rules: 2145
% New rule produced :
% [2208]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(b,X),apply(Y,X)))),Z),V_3),
% apply(combinator,apply(X,apply(apply(Y,X),apply(V_3,apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 2904
% Current number of ordered equations: 0
% Current number of rules: 2146
% New rule produced :
% [2209]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(Y,apply(apply(apply(s,apply(b,apply(X,Y))),Z),V_3))))
% -> (false)
% Current number of equations to process: 2913
% Current number of ordered equations: 0
% Current number of rules: 2147
% New rule produced :
% [2210]
% (eq)(apply(apply(apply(s,apply(b,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(apply(apply(apply(s,b),X),Y),apply(V_3,apply(Z,V_3)))))
% -> (false)
% Current number of equations to process: 2919
% Current number of ordered equations: 0
% Current number of rules: 2148
% New rule produced :
% [2211]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(V_3,Z)))),apply(combinator,
% apply(X,apply(apply(
% apply(s,
% apply(b,
% apply(Y,X))),V_3),Z))))
% -> (false)
% Current number of equations to process: 2942
% Current number of ordered equations: 0
% Current number of rules: 2149
% New rule produced :
% [2212]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(Y,Z))),apply(combinator,
% apply(apply(
% apply(
% apply(s,b),
% apply(s,
% apply(b,
% apply(X,Y)))),Y),Z)))
% -> (false)
% Current number of equations to process: 2956
% Current number of ordered equations: 0
% Current number of rules: 2150
% New rule produced :
% [2213]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(Z,
% apply(
% apply(Y,Z),X)),V_3))))
% -> (false)
% Rule
% [1441]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),X)),apply(combinator,
% apply(X,
% apply(apply(Z,
% apply(
% apply(Y,Z),X)),X))))
% -> (false) collapsed.
% Rule
% [1635]
% (eq)(apply(X,apply(apply(apply(apply(apply(s,b),Y),Z),X),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(Z,apply(apply(Y,Z),X)),apply(V_3,X)))))
% -> (false) collapsed.
% Current number of equations to process: 2981
% Current number of ordered equations: 0
% Current number of rules: 2149
% New rule produced :
% [2214]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),apply(b,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(X,apply(Y,Z))),V_3)))) ->
% (false)
% Current number of equations to process: 2980
% Current number of ordered equations: 0
% Current number of rules: 2150
% New rule produced :
% [2215]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),apply(c,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Z),Y)),V_3)))) ->
% (false)
% Current number of equations to process: 2979
% Current number of ordered equations: 0
% Current number of rules: 2151
% New rule produced :
% [2216]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),V_3)),apply(combinator,
% apply(X,
% apply(
% apply(Y,
% apply(X,
% apply(Z,X))),V_3))))
% -> (false)
% Rule
% [1444]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),X)),apply(combinator,
% apply(X,
% apply(apply(Y,
% apply(X,
% apply(Z,X))),X))))
% -> (false) collapsed.
% Rule
% [1637]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,Y)),Z),X),apply(V_3,X))),
% apply(combinator,apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X)))))
% -> (false) collapsed.
% Current number of equations to process: 3013
% Current number of ordered equations: 0
% Current number of rules: 2150
% New rule produced :
% [2217]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,apply(b,X))),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(apply(Z,apply(Y,Z)),V_3))))) ->
% (false)
% Current number of equations to process: 3012
% Current number of ordered equations: 0
% Current number of rules: 2151
% New rule produced :
% [2218]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,apply(c,X))),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,V_3),apply(Z,apply(Y,Z)))))) ->
% (false)
% Current number of equations to process: 3011
% Current number of ordered equations: 0
% Current number of rules: 2152
% New rule produced :
% [2219]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(Y,X)),V_3))),apply(combinator,
% apply(X,
% apply(
% apply(
% apply(
% apply(s,b),Z),
% apply(Y,X)),V_3))))
% -> (false)
% Current number of equations to process: 3052
% Current number of ordered equations: 0
% Current number of rules: 2153
% New rule produced :
% [2220]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Y,apply(X,Y)),Z)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,apply(s,b)),X),Y),Z)))) ->
% (false)
% Rule
% [1463]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Y,apply(X,Y)),Y)),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,apply(s,b)),X),Y),Y)))) ->
% (false) collapsed.
% Current number of equations to process: 3051
% Current number of ordered equations: 0
% Current number of rules: 2153
% New rule produced :
% [2221]
% (eq)(apply(apply(apply(s,apply(apply(s,b),X)),apply(b,combinator)),apply(b,combinator)),
% apply(apply(apply(apply(s,s),apply(c,apply(s,X))),apply(b,combinator)),
% apply(b,combinator))) -> (false)
% Current number of equations to process: 3088
% Current number of ordered equations: 0
% Current number of rules: 2154
% New rule produced :
% [2222]
% (eq)(apply(apply(apply(s,X),apply(apply(b,apply(apply(b,Y),Z)),apply(X,V_3))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(Y,apply(Z,apply(apply(X,V_3),V_3))))))
% -> (false)
% Current number of equations to process: 3087
% Current number of ordered equations: 0
% Current number of rules: 2155
% New rule produced :
% [2223]
% (eq)(apply(apply(apply(s,X),apply(apply(b,apply(apply(c,Y),Z)),apply(X,V_3))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(apply(X,V_3),V_3)),Z))))
% -> (false)
% Current number of equations to process: 3086
% Current number of ordered equations: 0
% Current number of rules: 2156
% New rule produced :
% [2224]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(apply(b,Y),Z)),apply(X,V_3))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(Z,V_3)),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 3084
% Current number of ordered equations: 1
% Current number of rules: 2157
% New rule produced :
% [2225]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(c,Y),apply(apply(b,X),Z))),Z),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(apply(b,X),Z)))))) ->
% (false)
% Current number of equations to process: 3084
% Current number of ordered equations: 0
% Current number of rules: 2158
% New rule produced :
% [2226]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(apply(c,Y),Z)),apply(X,V_3))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(apply(Y,V_3),Z),apply(X,V_3)))))
% -> (false)
% Current number of equations to process: 3082
% Current number of ordered equations: 1
% Current number of rules: 2159
% New rule produced :
% [2227]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(apply(c,Y),apply(apply(c,X),Z))),Z),
% apply(combinator,apply(apply(X,apply(apply(Y,Z),apply(apply(c,X),Z))),Z))) ->
% (false)
% Current number of equations to process: 3082
% Current number of ordered equations: 0
% Current number of rules: 2160
% New rule produced :
% [2228]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(s,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(Y,apply(X,Z)),apply(Z,apply(X,Z))))))
% -> (false)
% Current number of equations to process: 3081
% Current number of ordered equations: 0
% Current number of rules: 2161
% New rule produced :
% [2229]
% (eq)(apply(apply(apply(s,X),apply(apply(c,apply(apply(s,b),Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(Z,apply(apply(Y,Z),apply(X,Z)))))) ->
% (false)
% Current number of equations to process: 3080
% Current number of ordered equations: 0
% Current number of rules: 2162
% New rule produced :
% [2230]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(Z,apply(V_3,apply(X,V_4))))),V_4),
% apply(combinator,apply(apply(X,V_4),apply(apply(Y,apply(Z,apply(V_3,apply(X,V_4)))),V_4))))
% -> (false)
% Current number of equations to process: 3079
% Current number of ordered equations: 0
% Current number of rules: 2163
% New rule produced :
% [2231]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(apply(Z,apply(X,V_3)),V_4))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(apply(Z,apply(X,V_3)),V_4)),V_3))))
% -> (false)
% Current number of equations to process: 3077
% Current number of ordered equations: 1
% Current number of rules: 2164
% New rule produced :
% [2232]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,apply(Z,apply(X,V_3))),V_4)),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(apply(Y,apply(Z,apply(X,V_3))),V_4),V_3))))
% -> (false)
% Current number of equations to process: 3077
% Current number of ordered equations: 0
% Current number of rules: 2165
% New rule produced :
% [2233]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(apply(apply(s,Z),X),V_3))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(apply(Z,V_3),
% apply(X,V_3))),V_3)))) ->
% (false)
% Current number of equations to process: 3075
% Current number of ordered equations: 1
% Current number of rules: 2166
% New rule produced :
% [2234]
% (eq)(apply(apply(apply(s,X),apply(Y,apply(apply(Z,V_3),apply(X,V_3)))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,apply(apply(apply(s,Z),X),V_3)),V_3))))
% -> (false)
% Current number of equations to process: 3075
% Current number of ordered equations: 0
% Current number of rules: 2167
% New rule produced :
% [2235]
% (eq)(apply(apply(apply(s,X),apply(apply(s,Y),apply(Z,apply(X,V_3)))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(Y,V_3),apply(apply(Z,
% apply(X,V_3)),V_3)))))
% -> (false)
% Current number of equations to process: 3074
% Current number of ordered equations: 0
% Current number of rules: 2168
% New rule produced :
% [2236]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),Y),apply(X,Z)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(X,Z),apply(Y,apply(X,Z))),Z))))
% -> (false)
% Current number of equations to process: 3073
% Current number of ordered equations: 0
% Current number of rules: 2169
% New rule produced :
% [2237]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(Y,apply(X,Z)),V_3),V_4)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(apply(Y,apply(X,Z)),V_3),V_4),Z))))
% -> (false)
% Current number of equations to process: 3071
% Current number of ordered equations: 0
% Current number of rules: 2170
% New rule produced :
% [2238]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(apply(s,Y),X),Z),V_3)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(apply(Y,Z),apply(X,Z)),V_3),Z))))
% -> (false)
% Current number of equations to process: 3069
% Current number of ordered equations: 1
% Current number of rules: 2171
% New rule produced :
% [2239]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(Y,Z),apply(X,Z)),V_3)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(apply(apply(s,Y),X),Z),V_3),Z))))
% -> (false)
% Current number of equations to process: 3069
% Current number of ordered equations: 0
% Current number of rules: 2172
% New rule produced :
% [2240]
% (eq)(apply(apply(apply(s,X),apply(apply(Y,Z),apply(apply(X,V_3),Z))),V_3),
% apply(combinator,apply(apply(X,V_3),apply(apply(apply(apply(s,Y),apply(X,V_3)),Z),V_3))))
% -> (false)
% Current number of equations to process: 3067
% Current number of ordered equations: 1
% Current number of rules: 2173
% New rule produced :
% [2241]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,Y),apply(X,Z)),V_3)),Z),
% apply(combinator,apply(apply(X,Z),apply(apply(apply(Y,V_3),apply(apply(X,Z),V_3)),Z))))
% -> (false)
% Current number of equations to process: 3067
% Current number of ordered equations: 0
% Current number of rules: 2174
% New rule produced :
% [2242]
% (eq)(apply(apply(apply(s,X),apply(apply(apply(s,apply(s,b)),X),Y)),Y),
% apply(combinator,apply(apply(X,Y),apply(apply(X,Y),apply(apply(Y,apply(X,Y)),Y)))))
% -> (false)
% Current number of equations to process: 3066
% Current number of ordered equations: 0
% Current number of rules: 2175
% New rule produced :
% [2243]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(s,Y),apply(apply(b,X),Z))),Z),
% apply(combinator,apply(X,apply(Z,apply(apply(Y,Z),apply(X,apply(Z,Z))))))) ->
% (false)
% Current number of equations to process: 3065
% Current number of ordered equations: 0
% Current number of rules: 2176
% New rule produced :
% [2244]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(apply(s,Y),apply(apply(c,X),Z))),Z),
% apply(combinator,apply(apply(X,apply(apply(Y,Z),apply(apply(X,Z),Z))),Z))) ->
% (false)
% Current number of equations to process: 3064
% Current number of ordered equations: 0
% Current number of rules: 2177
% New rule produced :
% [2245]
% (eq)(apply(apply(apply(apply(apply(s,b),s),apply(s,X)),apply(X,Y)),Y),
% apply(combinator,apply(apply(X,Y),apply(apply(apply(s,X),Y),apply(apply(X,Y),Y)))))
% -> (false)
% Current number of equations to process: 3063
% Current number of ordered equations: 0
% Current number of rules: 2178
% New rule produced :
% [2246]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(b,X)))),apply(b,X)),Y),Y),
% apply(combinator,apply(X,apply(Y,apply(apply(Y,apply(apply(b,X),Y)),Y))))) ->
% (false)
% Current number of equations to process: 3062
% Current number of ordered equations: 0
% Current number of rules: 2179
% New rule produced :
% [2247]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,X))),X),apply(c,Y)),apply(c,Y)),
% apply(combinator,apply(apply(apply(s,X),apply(apply(s,Y),X)),apply(c,Y)))) ->
% (false)
% Current number of equations to process: 3060
% Current number of ordered equations: 1
% Current number of rules: 2180
% New rule produced :
% [2248]
% (eq)(apply(apply(apply(apply(s,apply(b,apply(s,apply(c,X)))),apply(c,X)),Y),Y),
% apply(combinator,apply(apply(X,apply(apply(Y,apply(apply(c,X),Y)),Y)),Y))) ->
% (false)
% Current number of equations to process: 3060
% Current number of ordered equations: 0
% Current number of rules: 2181
% New rule produced :
% [2249]
% (eq)(apply(apply(apply(s,apply(apply(b,X),Y)),apply(Z,apply(X,apply(Y,V_3)))),V_3),
% apply(combinator,apply(apply(apply(apply(s,b),Z),apply(X,apply(Y,V_3))),V_3)))
% -> (false)
% Current number of equations to process: 3059
% Current number of ordered equations: 0
% Current number of rules: 2182
% New rule produced :
% [2250]
% (eq)(apply(apply(apply(s,apply(apply(c,X),Y)),apply(Z,apply(apply(X,V_3),Y))),V_3),
% apply(combinator,apply(apply(apply(apply(s,b),Z),apply(apply(X,V_3),Y)),V_3)))
% -> (false)
% Current number of equations to process: 3058
% Current number of ordered equations: 0
% Current number of rules: 2183
% New rule produced :
% [2251]
% (eq)(apply(apply(apply(s,apply(X,Y)),apply(apply(apply(apply(s,b),X),Y),Z)),Z),
% apply(combinator,apply(apply(apply(apply(s,b),Y),apply(apply(X,Y),Z)),Z))) ->
% (false)
% Current number of equations to process: 3056
% Current number of ordered equations: 1
% Current number of rules: 2184
% New rule produced :
% [2252]
% (eq)(apply(apply(apply(apply(apply(s,b),X),apply(s,Y)),apply(Y,Z)),Z),
% apply(combinator,apply(apply(apply(apply(s,b),apply(X,apply(s,Y))),apply(Y,Z)),Z)))
% -> (false)
% Current number of equations to process: 3056
% Current number of ordered equations: 0
% Current number of rules: 2185
% New rule produced :
% [2253]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(apply(apply(apply(s,b),b),X),Y)),Y),
% apply(combinator,apply(X,apply(Y,apply(apply(X,apply(apply(b,X),Y)),Y))))) ->
% (false)
% Current number of equations to process: 3051
% Current number of ordered equations: 1
% Current number of rules: 2186
% New rule produced :
% [2254]
% (eq)(apply(apply(apply(s,apply(b,X)),apply(X,apply(apply(b,X),Y))),Y),
% apply(combinator,apply(X,apply(Y,apply(apply(apply(apply(apply(s,b),b),X),Y),Y)))))
% -> (false)
% Current number of equations to process: 3051
% Current number of ordered equations: 0
% Current number of rules: 2187
% New rule produced :
% [2255]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(apply(apply(apply(s,b),c),X),Y)),Y),
% apply(combinator,apply(apply(X,apply(apply(X,apply(apply(c,X),Y)),Y)),Y))) ->
% (false)
% Current number of equations to process: 3046
% Current number of ordered equations: 1
% Current number of rules: 2188
% New rule produced :
% [2256]
% (eq)(apply(apply(apply(s,apply(c,X)),apply(X,apply(apply(c,X),Y))),Y),
% apply(combinator,apply(apply(X,apply(apply(apply(apply(apply(s,b),c),X),Y),Y)),Y)))
% -> (false)
% Current number of equations to process: 3046
% Current number of ordered equations: 0
% Current number of rules: 2189
% New rule produced :
% [2257]
% (eq)(apply(apply(apply(s,X),apply(apply(s,apply(b,Y)),apply(X,Z))),Z),
% apply(combinator,apply(apply(X,Z),apply(Y,apply(apply(apply(apply(s,b),X),Z),Z)))))
% -> (false)
% Current number of equations to process: 3045
% Current number of ordered equations: 0
% Current number of rules: 2190
% New rule produced :
% [2258]
% (eq)(apply(apply(apply(apply(s,b),apply(b,X)),apply(apply(s,Y),Z)),V_3),
% apply(combinator,apply(apply(apply(s,Y),Z),apply(X,apply(apply(Y,V_3),
% apply(Z,V_3)))))) ->
% (false)
% Current number of equations to process: 3044
% Current number of ordered equations: 0
% Current number of rules: 2191
% New rule produced :
% [2259]
% (eq)(apply(apply(apply(apply(s,b),apply(b,apply(apply(s,apply(b,X)),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(X,apply(apply(Z,V_3),apply(Y,apply(Z,V_3)))))))
% -> (false)
% Current number of equations to process: 3043
% Current number of ordered equations: 0
% Current number of rules: 2192
% New rule produced :
% [2260]
% (eq)(apply(apply(apply(apply(s,b),apply(c,X)),apply(Y,apply(X,Z))),Z),
% apply(combinator,apply(apply(apply(s,apply(b,apply(Y,apply(X,Z)))),Y),
% apply(X,Z)))) -> (false)
% Current number of equations to process: 3042
% Current number of ordered equations: 0
% Current number of rules: 2193
% New rule produced :
% [2261]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(X,Y))),Z),apply(V_3,Y)),
% apply(combinator,apply(Z,apply(apply(apply(apply(s,X),V_3),Y),apply(Z,
% apply(V_3,Y))))))
% -> (false)
% Current number of equations to process: 3041
% Current number of ordered equations: 0
% Current number of rules: 2194
% New rule produced :
% [2262]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,apply(b,s)),X),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),V_3),apply(Z,V_3)))))
% -> (false)
% Rule
% [1694]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,apply(b,s)),X),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(apply(Y,apply(X,Y)),Z),apply(Z,Z))))) ->
% (false) collapsed.
% Current number of equations to process: 3040
% Current number of ordered equations: 0
% Current number of rules: 2194
% New rule produced :
% [2263]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(apply(s,b),X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),V_3)),apply(Z,V_3)))))
% -> (false)
% Rule
% [1698]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(apply(s,b),X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Y),Z)),apply(Z,Z))))) ->
% (false) collapsed.
% Current number of equations to process: 3039
% Current number of ordered equations: 0
% Current number of rules: 2194
% New rule produced :
% [2264]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,apply(b,X)),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,apply(V_3,apply(Y,V_3))),apply(Z,V_3)))))
% -> (false)
% Rule
% [1704]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(apply(s,apply(b,X)),Y))),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,apply(Z,apply(Y,Z))),apply(Z,Z))))) ->
% (false) collapsed.
% Current number of equations to process: 3038
% Current number of ordered equations: 0
% Current number of rules: 2194
% New rule produced :
% [2265]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,X),apply(apply(s,Y),Z))),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(X,apply(apply(Y,V_3),apply(Z,V_3))),V_4))))
% -> (false)
% Current number of equations to process: 3037
% Current number of ordered equations: 0
% Current number of rules: 2195
% New rule produced :
% [2266]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),apply(b,Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,apply(b,Y)),Z)),V_3))))
% -> (false)
% Current number of equations to process: 3036
% Current number of ordered equations: 0
% Current number of rules: 2196
% New rule produced :
% [2267]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(b,apply(apply(s,b),X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,Z),apply(apply(X,apply(Y,Z)),V_3)))))
% -> (false)
% Current number of equations to process: 3035
% Current number of ordered equations: 0
% Current number of rules: 2197
% New rule produced :
% [2268]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(c,apply(apply(s,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(apply(X,V_3),apply(Y,V_3)),Z),V_4))))
% -> (false)
% Current number of equations to process: 3034
% Current number of ordered equations: 0
% Current number of rules: 2198
% New rule produced :
% [2269]
% (eq)(apply(apply(apply(apply(apply(s,apply(b,apply(s,b))),X),apply(c,Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(Y,Z),apply(X,apply(c,Y))),V_3))))
% -> (false)
% Current number of equations to process: 3033
% Current number of ordered equations: 0
% Current number of rules: 2199
% New rule produced :
% [2270]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(apply(b,X),Y)),Z),V_3),
% apply(combinator,apply(apply(X,apply(Y,Z)),apply(apply(Z,apply(X,apply(Y,Z))),V_3))))
% -> (false)
% Current number of equations to process: 3032
% Current number of ordered equations: 0
% Current number of rules: 2200
% New rule produced :
% [2271]
% (eq)(apply(apply(apply(apply(s,apply(s,b)),apply(apply(c,X),Y)),Z),V_3),
% apply(combinator,apply(apply(apply(X,Z),Y),apply(apply(Z,apply(apply(X,Z),Y)),V_3))))
% -> (false)
% Current number of equations to process: 3031
% Current number of ordered equations: 0
% Current number of rules: 2201
% New rule produced :
% [2272]
% (eq)(apply(apply(apply(apply(s,b),apply(X,apply(s,Y))),apply(Y,Z)),Z),
% apply(combinator,apply(apply(apply(apply(apply(s,b),X),apply(s,Y)),apply(Y,Z)),Z)))
% -> (false)
% Current number of equations to process: 3030
% Current number of ordered equations: 0
% Current number of rules: 2202
% New rule produced :
% [2273]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(apply(b,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(X,apply(Y,V_3)),apply(Z,V_3)),V_4))))
% -> (false)
% Current number of equations to process: 3028
% Current number of ordered equations: 1
% Current number of rules: 2203
% New rule produced :
% [2274]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),apply(apply(b,Y),Z))),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(X,V_3),apply(Y,apply(Z,V_3))),V_4))))
% -> (false)
% Current number of equations to process: 3028
% Current number of ordered equations: 0
% Current number of rules: 2204
% New rule produced :
% [2275]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(apply(c,X),Y)),Z)),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(apply(X,V_3),Y),apply(Z,V_3)),V_4))))
% -> (false)
% Current number of equations to process: 3026
% Current number of ordered equations: 1
% Current number of rules: 2205
% New rule produced :
% [2276]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),apply(apply(c,Y),Z))),V_3),V_4),
% apply(combinator,apply(V_3,apply(apply(apply(X,V_3),apply(apply(Y,V_3),Z)),V_4))))
% -> (false)
% Current number of equations to process: 3026
% Current number of ordered equations: 0
% Current number of rules: 2206
% New rule produced :
% [2277]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),apply(V_3,apply(Y,Z))),
% apply(combinator,apply(Z,apply(apply(apply(s,apply(X,Z)),V_3),apply(Y,Z)))))
% -> (false)
% Rule
% [2039]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),Y)),Z),apply(Z,apply(Y,Z))),
% apply(combinator,apply(Z,apply(apply(apply(s,apply(X,Z)),Z),apply(Y,Z))))) ->
% (false) collapsed.
% Current number of equations to process: 3025
% Current number of ordered equations: 0
% Current number of rules: 2206
% New rule produced :
% [2278]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(s,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(apply(X,apply(Y,Z)),apply(Z,apply(Y,Z))),V_3))))
% -> (false)
% Current number of equations to process: 3024
% Current number of ordered equations: 0
% Current number of rules: 2207
% New rule produced :
% [2279]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(apply(s,b),X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Z,apply(apply(X,Z),apply(Y,Z))),V_3))))
% -> (false)
% Current number of equations to process: 3023
% Current number of ordered equations: 0
% Current number of rules: 2208
% New rule produced :
% [2280]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(V_3,apply(X,Y)))),
% apply(combinator,apply(apply(apply(s,apply(b,Y)),apply(apply(b,Z),V_3)),
% apply(X,Y)))) -> (false)
% Current number of equations to process: 3022
% Current number of ordered equations: 0
% Current number of rules: 2209
% New rule produced :
% [2281]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(X,Y)),V_3)),
% apply(combinator,apply(apply(apply(s,apply(b,Y)),apply(apply(c,Z),V_3)),
% apply(X,Y)))) -> (false)
% Current number of equations to process: 3021
% Current number of ordered equations: 0
% Current number of rules: 2210
% New rule produced :
% [2282]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,apply(b,Y)),apply(X,Y))),
% apply(combinator,apply(apply(apply(apply(s,s),Z),apply(b,Y)),apply(X,Y)))) ->
% (false)
% Current number of equations to process: 3020
% Current number of ordered equations: 0
% Current number of rules: 2211
% New rule produced :
% [2283]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),X)),apply(Y,Z)),Z),
% apply(combinator,apply(apply(Y,Z),apply(apply(apply(s,Y),apply(X,apply(Y,Z))),Z))))
% -> (false)
% Current number of equations to process: 3019
% Current number of ordered equations: 0
% Current number of rules: 2212
% New rule produced :
% [2284]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,X),Y))),Z),V_3),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),apply(Y,Z)),V_3)))))
% -> (false)
% Rule
% [1833]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,b),apply(apply(s,X),Y))),Z),Z),
% apply(combinator,apply(Z,apply(Z,apply(apply(apply(X,Z),apply(Y,Z)),Z))))) ->
% (false) collapsed.
% Current number of equations to process: 3018
% Current number of ordered equations: 0
% Current number of rules: 2212
% New rule produced :
% [2285]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),apply(apply(b,Y),Z)),V_3),
% apply(combinator,apply(Y,apply(Z,apply(X,apply(V_3,apply(Y,apply(Z,V_3))))))))
% -> (false)
% Current number of equations to process: 3016
% Current number of ordered equations: 0
% Current number of rules: 2213
% New rule produced :
% [2286]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),apply(apply(c,Y),Z)),V_3),
% apply(combinator,apply(apply(Y,apply(X,apply(V_3,apply(apply(Y,V_3),Z)))),Z)))
% -> (false)
% Current number of equations to process: 3015
% Current number of ordered equations: 0
% Current number of rules: 2214
% New rule produced :
% [2287]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),Y),apply(Z,Y)),
% apply(combinator,apply(Y,apply(X,apply(apply(apply(s,apply(b,apply(Z,Y))),Z),Y)))))
% -> (false)
% Current number of equations to process: 3014
% Current number of ordered equations: 0
% Current number of rules: 2215
% New rule produced :
% [2288]
% (eq)(apply(apply(apply(apply(s,b),apply(s,apply(b,X))),apply(Y,Z)),Z),
% apply(combinator,apply(apply(Y,Z),apply(X,apply(apply(apply(apply(s,b),Y),Z),Z)))))
% -> (false)
% Current number of equations to process: 3012
% Current number of ordered equations: 0
% Current number of rules: 2216
% New rule produced :
% [2289]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(apply(b,Z),Y)),V_3),
% apply(combinator,apply(Z,apply(Y,apply(apply(apply(apply(s,X),apply(b,Z)),Y),V_3)))))
% -> (false)
% Current number of equations to process: 3011
% Current number of ordered equations: 0
% Current number of rules: 2217
% New rule produced :
% [2290]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(c,apply(b,Y)),Z)),V_3),
% apply(combinator,apply(Y,apply(apply(apply(X,apply(apply(c,apply(b,Y)),Z)),V_3),Z))))
% -> (false)
% Current number of equations to process: 3009
% Current number of ordered equations: 0
% Current number of rules: 2218
% New rule produced :
% [2291]
% (eq)(apply(apply(apply(apply(s,b),X),apply(apply(c,apply(c,Y)),Z)),V_3),
% apply(combinator,apply(apply(Y,Z),apply(apply(X,apply(apply(c,apply(c,Y)),Z)),V_3))))
% -> (false)
% Current number of equations to process: 3008
% Current number of ordered equations: 0
% Current number of rules: 2219
% New rule produced :
% [2292]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(apply(c,Z),Y)),V_3),
% apply(combinator,apply(apply(Z,apply(apply(apply(apply(s,X),apply(c,Z)),Y),V_3)),Y)))
% -> (false)
% Current number of equations to process: 3007
% Current number of ordered equations: 0
% Current number of rules: 2220
% New rule produced :
% [2293]
% (eq)(apply(apply(apply(apply(s,b),apply(X,Y)),apply(Z,Y)),apply(V_3,Y)),
% apply(combinator,apply(apply(Z,Y),apply(apply(apply(s,apply(apply(s,X),Z)),V_3),Y))))
% -> (false)
% Current number of equations to process: 3003
% Current number of ordered equations: 0
% Current number of rules: 2221
% New rule produced :
% [2294]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),apply(b,Y))),Z),V_3),
% apply(combinator,apply(Z,apply(Y,apply(apply(apply(X,apply(b,Y)),Z),V_3)))))
% -> (false)
% Current number of equations to process: 3000
% Current number of ordered equations: 0
% Current number of rules: 2222
% New rule produced :
% [2295]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),X),apply(c,Y))),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,V_3),apply(apply(X,apply(c,Y)),Z)))))
% -> (false)
% Current number of equations to process: 2999
% Current number of ordered equations: 0
% Current number of rules: 2223
% New rule produced :
% [2296]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(apply(s,b),apply(s,X)),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(Y,apply(apply(X,Z),apply(Y,Z))),V_3))))
% -> (false)
% Current number of equations to process: 2998
% Current number of ordered equations: 0
% Current number of rules: 2224
% New rule produced :
% [2297]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,apply(s,X))),Y)),Z),V_3),
% apply(combinator,apply(Z,apply(apply(X,V_3),apply(apply(Z,apply(Y,Z)),V_3)))))
% -> (false)
% Rule
% [1695]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,apply(b,apply(s,X))),Y)),Z),Z),
% apply(combinator,apply(Z,apply(apply(X,Z),apply(apply(Z,apply(Y,Z)),Z))))) ->
% (false) collapsed.
% Current number of equations to process: 2997
% Current number of ordered equations: 0
% Current number of rules: 2224
% New rule produced :
% [2298]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(X,Y),V_3))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(b,Z)),apply(X,Y)),V_3))))
% -> (false)
% Rule
% [1477]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(Z,apply(apply(X,Y),Y))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(b,Z)),apply(X,Y)),Y))))
% -> (false) collapsed.
% Current number of equations to process: 2996
% Current number of ordered equations: 0
% Current number of rules: 2224
% New rule produced :
% [2299]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,V_3),apply(X,Y))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(c,Z)),apply(X,Y)),V_3))))
% -> (false)
% Rule
% [1480]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(Z,Y),apply(X,Y))),
% apply(combinator,apply(Y,apply(apply(apply(apply(s,b),apply(c,Z)),apply(X,Y)),Y))))
% -> (false) collapsed.
% Current number of equations to process: 2995
% Current number of ordered equations: 0
% Current number of rules: 2224
% New rule produced :
% [2300]
% (eq)(apply(X,apply(apply(apply(s,Y),apply(b,combinator)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(c,Y)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3033
% Current number of ordered equations: 0
% Current number of rules: 2225
% New rule produced :
% [2301]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(apply(b,combinator),Y)),
% apply(apply(apply(apply(s,s),apply(s,apply(c,apply(c,X)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 3034
% Current number of ordered equations: 0
% Current number of rules: 2226
% New rule produced :
% [2302]
% (eq)(apply(apply(apply(s,apply(b,X)),combinator),apply(X,X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(s,X)))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3051
% Current number of ordered equations: 0
% Current number of rules: 2227
% New rule produced :
% [2303]
% (eq)(apply(apply(apply(apply(s,b),X),Y),apply(combinator,apply(Y,Y))),
% apply(apply(apply(apply(s,s),apply(s,apply(c,apply(s,X)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 3053
% Current number of ordered equations: 0
% Current number of rules: 2228
% New rule produced :
% [2304]
% (eq)(apply(apply(apply(s,apply(b,X)),combinator),apply(X,X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(b,
% apply(X,X))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3083
% Current number of ordered equations: 0
% Current number of rules: 2229
% New rule produced :
% [2305]
% (eq)(apply(X,apply(Y,apply(X,apply(apply(b,combinator),X)))),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(c,
% apply(b,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3082
% Current number of ordered equations: 0
% Current number of rules: 2230
% New rule produced :
% [2306]
% (eq)(apply(X,apply(apply(Y,apply(apply(b,combinator),X)),X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(c,
% apply(c,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3081
% Current number of ordered equations: 0
% Current number of rules: 2231
% New rule produced :
% [2307]
% (eq)(apply(X,apply(apply(Y,apply(combinator,apply(X,X))),X)),apply(apply(
% apply(
% apply(s,s),
% apply(s,
% apply(c,
% apply(s,
% apply(c,Y))))),
% apply(b,combinator)),X))
% -> (false)
% Current number of equations to process: 3080
% Current number of ordered equations: 0
% Current number of rules: 2232
% New rule produced :
% [2308]
% (eq)(apply(apply(X,Y),apply(combinator,apply(apply(apply(apply(s,b),X),Y),Y))),
% apply(apply(apply(s,apply(apply(apply(s,b),c),apply(s,apply(b,combinator)))),X),Y))
% -> (false)
% Current number of equations to process: 3088
% Current number of ordered equations: 0
% Current number of rules: 2233
% New rule produced :
% [2309]
% (eq)(apply(apply(apply(apply(s,b),apply(apply(s,X),apply(b,combinator))),Y),Y),
% apply(apply(apply(apply(s,s),apply(s,apply(c,apply(X,Y)))),apply(b,combinator)),Y))
% -> (false)
% Current number of equations to process: 3110
% Current number of ordered equations: 0
% Current number of rules: 2234
% New rule produced :
% [2310]
% (eq)(apply(X,apply(apply(apply(apply(s,apply(b,apply(Y,Z))),Y),Z),X)),
% apply(apply(apply(s,apply(b,combinator)),apply(apply(Y,Z),apply(Z,apply(Y,Z)))),X))
% -> (false)
% Current number of equations to process: 3125
% Current number of ordered equations: 0
% Current number of rules: 2235
% New rule produced :
% [2311]
% (eq)(apply(X,apply(apply(apply(Y,apply(Z,Y)),X),apply(V_3,X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(
% apply(s,
% apply(b,s)),Z),Y),V_3)),X))
% -> (false)
% Current number of equations to process: 3123
% Current number of ordered equations: 1
% Current number of rules: 2236
% New rule produced :
% [2312]
% (eq)(apply(X,apply(apply(Y,X),apply(apply(Z,apply(V_3,Z)),X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(
% apply(s,
% apply(b,
% apply(s,Y))),V_3),Z)),X))
% -> (false)
% Current number of equations to process: 3123
% Current number of ordered equations: 0
% Current number of rules: 2237
% New rule produced :
% [2313]
% (eq)(apply(X,apply(apply(Y,apply(apply(Z,Y),X)),apply(V_3,X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(
% apply(s,b),Z),Y)),V_3)),X))
% -> (false)
% Current number of equations to process: 3157
% Current number of ordered equations: 1
% Current number of rules: 2238
% New rule produced :
% [2314]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(apply(V_3,Z),X)))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Y),
% apply(
% apply(
% apply(s,b),V_3),Z))),X))
% -> (false)
% Current number of equations to process: 3157
% Current number of ordered equations: 0
% Current number of rules: 2239
% New rule produced :
% [2315]
% (eq)(apply(X,apply(apply(Y,apply(X,apply(Z,X))),apply(V_3,X))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,
% apply(
% apply(s,
% apply(b,Y)),Z)),V_3)),X))
% -> (false)
% Current number of equations to process: 3155
% Current number of ordered equations: 1
% Current number of rules: 2240
% New rule produced :
% [2316]
% (eq)(apply(X,apply(apply(Y,X),apply(Z,apply(X,apply(V_3,X))))),apply(
% apply(
% apply(s,
% apply(b,combinator)),
% apply(
% apply(s,Y),
% apply(
% apply(s,
% apply(b,Z)),V_3))),X))
% -> (false)
% Current number of equations to process: 3155
% Current number of ordered equations: 0
% Current number of rules: 2241
% New rule produced :
% [2317]
% (eq)(apply(X,apply(Y,apply(Y,apply(Z,X)))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(apply(c,b),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 3201
% Current number of ordered equations: 0
% Current number of rules: 2242
% New rule produced :
% [2318]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),Z))),apply(apply(apply(s,apply(b,combinator)),
% apply(apply(apply(s,b),
% apply(apply(c,c),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 3200
% Current number of ordered equations: 0
% Current number of rules: 2243
% New rule produced :
% [2319]
% (eq)(apply(X,apply(Y,apply(apply(Y,X),apply(Z,X)))),apply(apply(apply(s,
% apply(b,combinator)),
% apply(apply(
% apply(s,b),
% apply(
% apply(c,s),Z)),Y)),X))
% -> (false)
% Current number of equations to process: 3199
% Current number of ordered equations: 0
% Current number of rules: 2244
% New rule produced :
% [2320]
% (eq)(apply(X,apply(Y,apply(Z,apply(V_3,apply(apply(b,X),apply(apply(b,Y),Z)))))),
% apply(apply(apply(s,apply(b,combinator)),V_3),apply(apply(b,X),apply(
% Cputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------