Re: [gecode-users] Updating Variables stored in a STL-Vector

2013-04-21 Thread Guido Tack
ctures. Cheers, Guido On 22/04/2013, at 12:43 PM, Holmes Giovanny Salazar Osorio wrote: > addin the list to the loop... > > -- Forwarded message -- > From: Holmes Giovanny Salazar Osorio > Date: 2013/4/21 > Subject: Re: [gecode-users] Updating Variables s

[gecode-users] Updating Variables stored in a STL-Vector

2013-04-21 Thread Holmes Giovanny Salazar Osorio
addin the list to the loop... -- Forwarded message -- From: Holmes Giovanny Salazar Osorio Date: 2013/4/21 Subject: Re: [gecode-users] Updating Variables stored in a STL-Vector To: cschu...@kth.se Hello, I've changed some things in my code, and now, the program fin

Re: [gecode-users] Updating Variables stored in a STL-Vector

2013-04-17 Thread Christian Schulte
: Wednesday, April 17, 2013 3:26 PM To: cschu...@kth.se Cc: users@gecode.org Subject: Re: [gecode-users] Updating Variables stored in a STL-Vector Hello Christian, I wrote bad the code in the mail, but in my class I update the variables in this way, listVarMachines[i].update(*this, share

Re: [gecode-users] Updating Variables stored in a STL-Vector

2013-04-17 Thread Holmes Giovanny Salazar Osorio
> ** ** > > -- > > Christian Schulte, Professor of Computer Science, KTH, > www.ict.kth.se/~cschulte/ > > ** ** > > ** ** > > *From:* users-boun...@gecode.org [mailto:users-boun...@gecode.org] *On > Behalf Of *Holmes Giovanny Salazar Osorio > *Sent:*

Re: [gecode-users] Updating Variables stored in a STL-Vector

2013-04-17 Thread Christian Schulte
Osorio Sent: Wednesday, April 17, 2013 6:06 AM To: users@gecode.org Subject: [gecode-users] Updating Variables stored in a STL-Vector Hello all, I have Gecode 3.7.3 on Ubuntu. I'm working in a scheduling problem with optmization, therefore, I'm using MaximizeScript and the cumulatives co

[gecode-users] Updating Variables stored in a STL-Vector

2013-04-16 Thread Holmes Giovanny Salazar Osorio
Hello all, I have Gecode 3.7.3 on Ubuntu. I'm working in a scheduling problem with optmization, therefore, I'm using MaximizeScript and the cumulatives constraint. Right now, I'm having problems with the cumulatives constraint, because, It doesn't works properly. I have something like take into