On Thu, Jun 12, 2014 at 1:02 PM, Mikael Zayenz Lagerkvist <zay...@gmail.com>
wrote:

> Richard Portelli skrev 12/06/14 12:49:
>
>  Sorry it's RIchard again,
> you meant :
>
> y[i] = (x[i] < y[i])
>
>  or
>
>  y[i] = (x[i] < x[i-1])
>
>   Yes, I meant the latter of course.


And I sent too soon without reading what you wrote.

What I actually meant is y[i] = (x[i] < x[i+1])

Cheers,
Mikael


-- 
Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/
_______________________________________________
Gecode users mailing list
users@gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to