Problem Strategy outermost added 08 Ex5 DLMMU04 L

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex5 DLMMU04 L

stdout:

MAYBE
The following error occured:
 The problem does not contain well-formed TRSs:
                                              
                                                REWRITE relation according to the following TRS
                                                 {  tail(cons(X)) -> XS
                                                  , pairNs() -> cons(0())
                                                  , oddNs() -> incr(pairNs())
                                                  , incr(cons(X)) -> cons(s(X))
                                                  , take(0(), XS) -> nil()
                                                  , take(s(N), cons(X)) -> cons(X)
                                                  , zip(nil(), XS) -> nil()
                                                  , zip(X, nil()) -> nil()
                                                  , zip(cons(X), cons(Y)) -> cons(pair(X, Y))
                                                  , repItems(nil()) -> nil()
                                                  , repItems(cons(X)) -> cons(X)}


Try --help.

Tool IRC2

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex5 DLMMU04 L

stdout:

MAYBE

The following error(s) occured:

 The problem does not contain well-formed TRSs:
   REWRITE relation according to the following TRS and outermost reductions
    {  tail(cons(X)) -> XS
     , pairNs() -> cons(0())
     , oddNs() -> incr(pairNs())
     , incr(cons(X)) -> cons(s(X))
     , take(0(), XS) -> nil()
     , take(s(N), cons(X)) -> cons(X)
     , zip(nil(), XS) -> nil()
     , zip(X, nil()) -> nil()
     , zip(cons(X), cons(Y)) -> cons(pair(X, Y))
     , repItems(nil()) -> nil()
     , repItems(cons(X)) -> cons(X)}

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex5 DLMMU04 L

stdout:

MAYBE
The following error occured:
 The problem does not contain well-formed TRSs:
                                              
                                                REWRITE relation according to the following TRS
                                                 {  tail(cons(X)) -> XS
                                                  , pairNs() -> cons(0())
                                                  , oddNs() -> incr(pairNs())
                                                  , incr(cons(X)) -> cons(s(X))
                                                  , take(0(), XS) -> nil()
                                                  , take(s(N), cons(X)) -> cons(X)
                                                  , zip(nil(), XS) -> nil()
                                                  , zip(X, nil()) -> nil()
                                                  , zip(cons(X), cons(Y)) -> cons(pair(X, Y))
                                                  , repItems(nil()) -> nil()
                                                  , repItems(cons(X)) -> cons(X)}


Try --help.

Tool RC2

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex5 DLMMU04 L

stdout:

MAYBE

The following error(s) occured:

 The problem does not contain well-formed TRSs:
   REWRITE relation according to the following TRS and outermost reductions
    {  tail(cons(X)) -> XS
     , pairNs() -> cons(0())
     , oddNs() -> incr(pairNs())
     , incr(cons(X)) -> cons(s(X))
     , take(0(), XS) -> nil()
     , take(s(N), cons(X)) -> cons(X)
     , zip(nil(), XS) -> nil()
     , zip(X, nil()) -> nil()
     , zip(cons(X), cons(Y)) -> cons(pair(X, Y))
     , repItems(nil()) -> nil()
     , repItems(cons(X)) -> cons(X)}