chu...@kth.se>
Expert Researcher, RISE SICS,
christian.schu...@ri.se<mailto:christian.schu...@ri.se>
From: users-boun...@gecode.org On Behalf Of
Christian Schulte
Sent: Friday, May 18, 2018 16:23
To: Kurt Van Den Branden ; users@gecode.org
Subject: Re: [gecode-users] gecode 6 exception
Hi
.@gecode.org On Behalf Of Kurt Van
Den Branden
Sent: Tuesday, April 24, 2018 17:03
To: users@gecode.org
Subject: [gecode-users] gecode 6 exception
hi,
here is some simple example code:
FloatVar x (*this, -100, 100);
FloatVar t1 = expr (*this, abs (x *
Den Branden
Sent: 24 April 2018 17:03
To: users@gecode.org
Subject: [gecode-users] gecode 6 exception
hi,
here is some simple example code:
FloatVar x (*this, -100, 100);
FloatVar t1 = expr (*this, abs (x * 100)); // OK
FloatVar t2 = expr (*this, a
hi,
here is some simple example code:
FloatVar x (*this, -100, 100);
FloatVar t1 = expr (*this, abs (x * 100)); // OK
FloatVar t2 = expr (*this, abs (x) * 100); // NOK
variable t1 doesn't cause a problem
when creating variable t2, an exception is t