/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES ******** General Schema criterion ******** Found constructors: nil, cons Checking type order >>OK Checking positivity of constructors >>OK Checking function dependency >>OK Checking (1) map(nil,F) => nil (fun map>nil) >>True Checking (2) map(cons(X,L),F) => cons(F[X],map(L,F)) (fun map>cons) (meta F)[is acc in cons(X,L),F] [is positive in cons(X,L)] [is acc in F] (meta X)[is acc in cons(X,L),F] [is positive in cons(X,L)] [is acc in X] (fun map=map) subterm comparison of args w. LR LR (meta L)[is acc in cons(X,L),F] [is positive in cons(X,L)] [is acc in L] (meta F)[is acc in cons(X,L),F] [is positive in cons(X,L)] [is acc in F] >>True #SN! ******** Signature ******** nil : list cons : (a,list) -> list map : (list,(a -> a)) -> list ******** Computation Rules ******** (1) map(nil,F) => nil (2) map(cons(X,L),F) => cons(F[X],map(L,F)) YES