lessleaves.pl

loading
details
attribute value
description
owner Akihisa Yamada
uploaded 2020-06-20 22:51:41.0
disk size 227 Bytes
downloadable true
type
attribute value
name no_type
processor id 1
description this is the default benchmark type for rejected benchmarks and benchmarks that are not associated with a type.
owning community none
loading contents
%query: lessleaves(i,i).

/* from Giesl 1995 */

append(nil,Y,Y).
append(cons(U,V),Y,cons(U,Z)) :- append(V,Y,Z).
lessleaves(nil,cons(W,Z)).
lessleaves(cons(U,V),cons(W,Z)) :- append(U,V,U1), append(W,Z,W1), lessleaves(U1,W1).
popout

content may be truncated. 'popout' for larger text window.

actions get anonymous link download benchmark