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
_
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
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
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