- : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] active(zeros) -> mark(cons(0,zeros)) [2] active(U11(tt,L)) -> mark(U12(tt,L)) [3] active(U12(tt,L)) -> mark(s(length(L))) [4] active(length(nil)) -> mark(0) [5] active(length(cons(N,L))) -> mark(U11(tt,L)) [6] mark(zeros) -> active(zeros) [7] mark(cons(X1,X2)) -> active(cons(mark(X1),X2)) [8] mark(0) -> active(0) [9] mark(U11(X1,X2)) -> active(U11(mark(X1),X2)) [10] mark(tt) -> active(tt) [11] mark(U12(X1,X2)) -> active(U12(mark(X1),X2)) [12] mark(s(X)) -> active(s(mark(X))) [13] mark(length(X)) -> active(length(mark(X))) [14] mark(nil) -> active(nil) [15] cons(mark(X1),X2) -> cons(X1,X2) [16] cons(X1,mark(X2)) -> cons(X1,X2) [17] cons(active(X1),X2) -> cons(X1,X2) [18] cons(X1,active(X2)) -> cons(X1,X2) [19] U11(mark(X1),X2) -> U11(X1,X2) [20] U11(X1,mark(X2)) -> U11(X1,X2) [21] U11(active(X1),X2) -> U11(X1,X2) [22] U11(X1,active(X2)) -> U11(X1,X2) [23] U12(mark(X1),X2) -> U12(X1,X2) [24] U12(X1,mark(X2)) -> U12(X1,X2) [25] U12(active(X1),X2) -> U12(X1,X2) [26] U12(X1,active(X2)) -> U12(X1,X2) [27] s(mark(X)) -> s(X) [28] s(active(X)) -> s(X) [29] length(mark(X)) -> length(X) [30] length(active(X)) -> length(X) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 6 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> } { --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(cons(X1,X2)) >= Marked_active(cons(mark(X1),X2)) ; Marked_mark(zeros) >= Marked_active(zeros) ; Marked_mark(U12(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(s(X)) >= Marked_active(s(mark(X))) ; Marked_mark(length(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(zeros) >= Marked_mark(cons(0,zeros)) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(cons(X1,X2)) > Marked_active(cons(mark(X1),X2)) ; } { Marked_mark(zeros) > Marked_active(zeros) ; } { Marked_mark(U12(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(s(X)) > Marked_active(s(mark(X))) ; } { Marked_mark(length(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(zeros) > Marked_mark(cons(0,zeros)) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(cons(X1,X2)) >= Marked_active(cons(mark(X1),X2)) constraint: Marked_mark(zeros) >= Marked_active(zeros) constraint: Marked_mark(U12(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(s(X)) >= Marked_active(s(mark(X))) constraint: Marked_mark(length(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(zeros) >= Marked_mark(cons(0,zeros)) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_cons(mark(X1),X2) >= Marked_cons(X1,X2) ; Marked_cons(active(X1),X2) >= Marked_cons(X1,X2) ; Marked_cons(X1,mark(X2)) >= Marked_cons(X1,X2) ; Marked_cons(X1,active(X2)) >= Marked_cons(X1,X2) ; } + Disjunctions:{ { Marked_cons(mark(X1),X2) > Marked_cons(X1,X2) ; } { Marked_cons(active(X1),X2) > Marked_cons(X1,X2) ; } { Marked_cons(X1,mark(X2)) > Marked_cons(X1,X2) ; } { Marked_cons(X1,active(X2)) > Marked_cons(X1,X2) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_cons(mark(X1),X2) >= Marked_cons(X1,X2) constraint: Marked_cons(active(X1),X2) >= Marked_cons(X1,X2) constraint: Marked_cons(X1,mark(X2)) >= Marked_cons(X1,X2) constraint: Marked_cons(X1,active(X2)) >= Marked_cons(X1,X2) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_U11(mark(X1),X2) >= Marked_U11(X1,X2) ; Marked_U11(active(X1),X2) >= Marked_U11(X1,X2) ; Marked_U11(X1,mark(X2)) >= Marked_U11(X1,X2) ; Marked_U11(X1,active(X2)) >= Marked_U11(X1,X2) ; } + Disjunctions:{ { Marked_U11(mark(X1),X2) > Marked_U11(X1,X2) ; } { Marked_U11(active(X1),X2) > Marked_U11(X1,X2) ; } { Marked_U11(X1,mark(X2)) > Marked_U11(X1,X2) ; } { Marked_U11(X1,active(X2)) > Marked_U11(X1,X2) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_U11(mark(X1),X2) >= Marked_U11(X1,X2) constraint: Marked_U11(active(X1),X2) >= Marked_U11(X1,X2) constraint: Marked_U11(X1,mark(X2)) >= Marked_U11(X1,X2) constraint: Marked_U11(X1,active(X2)) >= Marked_U11(X1,X2) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_U12(mark(X1),X2) >= Marked_U12(X1,X2) ; Marked_U12(active(X1),X2) >= Marked_U12(X1,X2) ; Marked_U12(X1,mark(X2)) >= Marked_U12(X1,X2) ; Marked_U12(X1,active(X2)) >= Marked_U12(X1,X2) ; } + Disjunctions:{ { Marked_U12(mark(X1),X2) > Marked_U12(X1,X2) ; } { Marked_U12(active(X1),X2) > Marked_U12(X1,X2) ; } { Marked_U12(X1,mark(X2)) > Marked_U12(X1,X2) ; } { Marked_U12(X1,active(X2)) > Marked_U12(X1,X2) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_U12(mark(X1),X2) >= Marked_U12(X1,X2) constraint: Marked_U12(active(X1),X2) >= Marked_U12(X1,X2) constraint: Marked_U12(X1,mark(X2)) >= Marked_U12(X1,X2) constraint: Marked_U12(X1,active(X2)) >= Marked_U12(X1,X2) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_s(mark(X)) >= Marked_s(X) ; Marked_s(active(X)) >= Marked_s(X) ; } + Disjunctions:{ { Marked_s(mark(X)) > Marked_s(X) ; } { Marked_s(active(X)) > Marked_s(X) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_s(mark(X)) >= Marked_s(X) constraint: Marked_s(active(X)) >= Marked_s(X) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_length(mark(X)) >= Marked_length(X) ; Marked_length(active(X)) >= Marked_length(X) ; } + Disjunctions:{ { Marked_length(mark(X)) > Marked_length(X) ; } { Marked_length(active(X)) > Marked_length(X) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_length(mark(X)) >= Marked_length(X) constraint: Marked_length(active(X)) >= Marked_length(X) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(zeros) >= Marked_active(zeros) ; Marked_mark(U12(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(zeros) >= Marked_mark(cons(0,zeros)) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(zeros) > Marked_active(zeros) ; } { Marked_mark(U12(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(zeros) > Marked_mark(cons(0,zeros)) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(zeros) >= Marked_active(zeros) constraint: Marked_mark(U12(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(zeros) >= Marked_mark(cons(0,zeros)) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(zeros) >= Marked_active(zeros) ; Marked_mark(U12(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(zeros) >= Marked_mark(cons(0,zeros)) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(zeros) > Marked_active(zeros) ; } { Marked_mark(U12(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(zeros) > Marked_mark(cons(0,zeros)) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(zeros) >= Marked_active(zeros) constraint: Marked_mark(U12(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(zeros) >= Marked_mark(cons(0,zeros)) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(zeros) >= Marked_mark(cons(0,zeros)) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(zeros) > Marked_mark(cons(0,zeros)) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(zeros) >= Marked_mark(cons(0,zeros)) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(cons(X1,X2)) >= Marked_mark(X1) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(cons(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_mark(cons(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) constraint: Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(length(X)) >= Marked_active(length(mark(X))) constraint: Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) constraint: Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) constraint: Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_mark(U12(X1,X2)) >= Marked_active(U12(mark(X1),X2)) ; Marked_mark(U11(X1,X2)) >= Marked_active(U11(mark(X1),X2)) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(length(X)) >= Marked_active(length(mark(X))) ; Marked_active(U12(tt,L)) >= Marked_mark(s(length(L))) ; Marked_active(U11(tt,L)) >= Marked_mark(U12(tt,L)) ; Marked_active(length(cons(N,L))) >= Marked_mark(U11(tt,L)) ; } + Disjunctions:{ { Marked_mark(U12(X1,X2)) > Marked_active(U12(mark(X1),X2)) ; } { Marked_mark(U11(X1,X2)) > Marked_active(U11(mark(X1),X2)) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(length(X)) > Marked_active(length(mark(X))) ; } { Marked_active(U12(tt,L)) > Marked_mark(s(length(L))) ; } { Marked_active(U11(tt,L)) > Marked_mark(U12(tt,L)) ; } { Marked_active(length(cons(N,L))) > Marked_mark(U11(tt,L)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned === STOPING TIMER real === === STOPING TIMER virtual === No solution found for these parameters. Entering rpo_solver === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 15.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 15.000000 === === STOPING TIMER real === Sat solver returned === STOPING TIMER real === === STOPING TIMER virtual === No solution found for these parameters. === TIMER virtual : 50.000000 === trying sub matrices of size: 1 Matrix interpretation constraints generated. Search parameters: LINEAR MATRIX 3x3 (strict=1x1) ; time limit: 50.. Termination constraints generated. Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 50.000000 === === STOPING TIMER real === Sat timeout reached === STOPING TIMER virtual === No solution found for these parameters. No solution found for these constraints. APPLY CRITERIA (ID_CRIT) APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 1 components: { --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_s(active(X)) >= Marked_s(X) ; } + Disjunctions:{ { Marked_s(active(X)) > Marked_s(X) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_s(active(X)) >= Marked_s(X) APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 1 components: { --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) ; mark(0) >= active(0) ; mark(zeros) >= active(zeros) ; mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) ; mark(s(X)) >= active(s(mark(X))) ; mark(length(X)) >= active(length(mark(X))) ; mark(nil) >= active(nil) ; cons(mark(X1),X2) >= cons(X1,X2) ; cons(active(X1),X2) >= cons(X1,X2) ; cons(X1,mark(X2)) >= cons(X1,X2) ; cons(X1,active(X2)) >= cons(X1,X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(U12(tt,L)) >= mark(s(length(L))) ; active(U11(tt,L)) >= mark(U12(tt,L)) ; active(length(cons(N,L))) >= mark(U11(tt,L)) ; active(length(nil)) >= mark(0) ; U12(mark(X1),X2) >= U12(X1,X2) ; U12(active(X1),X2) >= U12(X1,X2) ; U12(X1,mark(X2)) >= U12(X1,X2) ; U12(X1,active(X2)) >= U12(X1,X2) ; U11(mark(X1),X2) >= U11(X1,X2) ; U11(active(X1),X2) >= U11(X1,X2) ; U11(X1,mark(X2)) >= U11(X1,X2) ; U11(X1,active(X2)) >= U11(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; length(mark(X)) >= length(X) ; length(active(X)) >= length(X) ; Marked_length(active(X)) >= Marked_length(X) ; } + Disjunctions:{ { Marked_length(active(X)) > Marked_length(X) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: mark(cons(X1,X2)) >= active(cons(mark(X1),X2)) constraint: mark(0) >= active(0) constraint: mark(zeros) >= active(zeros) constraint: mark(U12(X1,X2)) >= active(U12(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(U11(X1,X2)) >= active(U11(mark(X1),X2)) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(length(X)) >= active(length(mark(X))) constraint: mark(nil) >= active(nil) constraint: cons(mark(X1),X2) >= cons(X1,X2) constraint: cons(active(X1),X2) >= cons(X1,X2) constraint: cons(X1,mark(X2)) >= cons(X1,X2) constraint: cons(X1,active(X2)) >= cons(X1,X2) constraint: active(zeros) >= mark(cons(0,zeros)) constraint: active(U12(tt,L)) >= mark(s(length(L))) constraint: active(U11(tt,L)) >= mark(U12(tt,L)) constraint: active(length(cons(N,L))) >= mark(U11(tt,L)) constraint: active(length(nil)) >= mark(0) constraint: U12(mark(X1),X2) >= U12(X1,X2) constraint: U12(active(X1),X2) >= U12(X1,X2) constraint: U12(X1,mark(X2)) >= U12(X1,X2) constraint: U12(X1,active(X2)) >= U12(X1,X2) constraint: U11(mark(X1),X2) >= U11(X1,X2) constraint: U11(active(X1),X2) >= U11(X1,X2) constraint: U11(X1,mark(X2)) >= U11(X1,X2) constraint: U11(X1,active(X2)) >= U11(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: length(mark(X)) >= length(X) constraint: length(active(X)) >= length(X) constraint: Marked_length(active(X)) >= Marked_length(X) APPLY CRITERIA (Graph splitting) Found 0 components: NOT SOLVED No proof found Cime worked for 54.702801 seconds (real time) Cime Exit Status: 0