Re: [gecode-users] Copy the domain from variable to another in diff. spaces

2008-06-17 Thread Guido Tack
Mauricio Toro wrote: > I am going to try those ideas !! > > And.. do you have any suggerence to do the same > but with SetVars instead of IntVars? You'll have to use SetVarGlbRanges, SetVarLubRanges, and the cardMin/ cardMax function of SetVars. Guido _

Re: [gecode-users] Copy the domain from variable to another in diff. spaces

2008-06-16 Thread Mauricio Toro
I am going to try those ideas !! And.. do you have any suggerence to do the same but with SetVars instead of IntVars? Thanks 2008/6/16 Guido Tack <[EMAIL PROTECTED]>: > Mauricio Toro wrote: > > Hello all, >> >> I am doing an application with Gecode using several Spaces. >> I need to copy the do

Re: [gecode-users] Copy the domain from variable to another in diff. spaces

2008-06-16 Thread Guido Tack
Mauricio Toro wrote: > Hello all, > > I am doing an application with Gecode using several Spaces. > I need to copy the domain from IntVars and SetVars from one Space to > another. > But, once I copy the domain, the old space is deleted, therefore I > do not > want some sort of "channel" constr

[gecode-users] Copy the domain from variable to another in diff. spaces

2008-06-16 Thread Mauricio Toro
Hello all, I am doing an application with Gecode using several Spaces. I need to copy the domain from IntVars and SetVars from one Space to another. But, once I copy the domain, the old space is deleted, therefore I do not want some sort of "channel" constraint. For example: Space * space1