t; Cheers
> Christian
>
> --
> Christian Schulte, www.ict.kth.se/~cschulte/
>
>
> -Original Message-
> From: users-boun...@gecode.org [mailto:users-boun...@gecode.org] On Behalf
> Of Kish Shen
> Sent: Tuesday, July 21, 2009 7:08 PM
> To: Guido Tack
> Cc: Christ
rom: users-boun...@gecode.org [mailto:users-boun...@gecode.org] On Behalf
Of Kish Shen
Sent: Tuesday, July 21, 2009 7:08 PM
To: Guido Tack
Cc: Christian Schulte; us...@gecode.org
Subject: Re: [gecode-users] doing multiple minimising searches with the same
space
Guido Tack wrote:
> Christian
Guido Tack wrote:
> Christian Schulte wrote:
>> There is special support for specialized "constrain" functions which just
>> return a cost variable, you might want to check that in "Modeling with
>> Gecode". Rather than fixing a particular cost variable you can use a cost
>> function that then deci
-boun...@gecode.org] On
> Behalf
> Of Kish Shen
> Sent: Tuesday, July 21, 2009 12:54 PM
> Cc: us...@gecode.org
> Subject: Re: [gecode-users] doing multiple minimising searches with
> the same
> space
>
> Guido Tack wrote:
>> Hi Kish,
>>
>> do I un
Behalf
Of Kish Shen
Sent: Tuesday, July 21, 2009 12:54 PM
Cc: us...@gecode.org
Subject: Re: [gecode-users] doing multiple minimising searches with the same
space
Guido Tack wrote:
> Hi Kish,
>
> do I understand you correctly, you want to first minimize one cost
> variable, and then
Guido Tack wrote:
> Hi Kish,
>
> do I understand you correctly, you want to first minimize one cost
> variable, and then (independently) minimize another? I.e., when the
> first one is minimized, there's potentially still variables left that
> are not assigned, and then you branch over them, m
Hi Kish,
do I understand you correctly, you want to first minimize one cost
variable, and then (independently) minimize another? I.e., when the
first one is minimized, there's potentially still variables left that
are not assigned, and then you branch over them, minimizing the
other? Or
Hi,
I am now trying to add support for the minimising search engines (BAB,
Restart) to the ECLiPSe-Gecode interface I am developing.
I think I can see how to implement the cost function, which is only
given at run-time (with the limitation that the cost is a finite domain
variable, which has m