% arguments
arg(a).
arg(b).
arg(c).
arg(d).
arg(e).

% attacks
att(a,b).
att(c,b).
att(c,d).
att(d,c).
att(d,e).
att(e,e).

 
