som.pl

loading
details
attribute value
description
owner Johannes Waldmann
uploaded 2017-08-17 03:45:07.0
disk size 447 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: som3(i,o,o).
som3([],Bs,Bs).
som3(As,[],As).
som3([A|As],[B|Bs],[A+B|Cs]) :-
 som3(As,Bs,Cs).

som4_1(As,Bs,Cs,Ds) :-
 som3(As,Bs,Es),
 som3(Es,Cs,Ds).
som4_2(As,Bs,Cs,Ds):-
 som3(Es,Cs,Ds),
 som3(As,Bs,Es).



/*TWDESC

this example was taken from the cTI benchmarks. I have no idea what it
does. I guess it is contrieved to show some analysis properties.

*/


/*TWDEMO

selected_norms([listlength]).
settings([widenk=auto]).
*/
/*.

*/
popout

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

actions get anonymous link download benchmark