Mary Aranda Cabezas wrote:
{FD.distribute generic(order: size filter: undet select: id
                           value: fun {$ Row}{FD.reflect.max Row}end ) Row}
size select the leftmost variable, whose domain is minimal. It’s possible to change size for other thing in order that select the variable whose domain is maximal.

Try the following in place of 'size':

   fun {$ X Y}
      {FD.reflect.size X} >= {FD.reflect.size Y}
   end

Cheers,
raph

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

Reply via email to