Hi,

I'm looking at the knights tour example from the Mozart-Oz website and I'm a little confused about something.

proc {$ Solution}
     Pred  = {FD.tuple pred NN 1#NN}   % field --> field
     Succ  = {FD.tuple succ NN 1#NN}   % field --> field
     Jump  = {FD.tuple jump NN 1#NN}   % field --> jump
           = {FD.distinct}
  in.........

In this code sample, what is the significance of the line ' = {FD.distinct}' not having a left operand for the '=' symbol?

Regards
Mark Richardson

--
Mark Richardson
Final year undergraduate
University of Teesside
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to