That should be:

%% Create an ordering that prevents the symetry.
for I in 1..Num do
   for J in I+1..Num do %% This line changed.
       if Matches.I == Matches.J then
           thread
               Pos.I <: POS.J
           end
       end
   end
end

Michal
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to