Re: [gecode-users] propagators on auxiliary variables

2009-03-17 Thread Andrea Rendl
Hi Mikael, I tried to simplify my problem and then discovered that the reason for the strange behaviour was that i used the abs-propagator in a wrong way (B = abs(this,A) instead of abs(this,A,B) ). So it's working now :) Anyway, thanks for your answers. Andrea 2009/3/17 Mikael Zayenz Lagerkvis

Re: [gecode-users] propagators on auxiliary variables

2009-03-17 Thread Mikael Zayenz Lagerkvist
Hi Andrea, I don't fully understand what you problem is. Could you perhaps send some small example that exhibits the strange behaviour that you are seeing? Cheers, Mikael On Tue, Mar 17, 2009 at 2:00 PM, Andrea Rendl wrote: > Hi all, > > I hope someone can help me with a problem with > propagat