Thanks, Tias. FlatZinc requires the scheduling library, but the
configure script didn't enforce that. It's fixed in the trunk.
Cheers,
Guido
Tias Guns wrote:
> Thank you for this new release,
>
> When compiling with:
> ./configure --disable-set-vars --disable-examples --disable-sched
Thank you for this new release,
When compiling with:
./configure --disable-set-vars --disable-examples --disable-scheduling
I get following error:
./libgecodeflatzinc.so: undefined reference to
`Gecode::cumulatives(Gecode::Space&, Gecode::PrimArgArray const&,
Gecode::IntVarArgs const&, Gecode
yes ! it works
it was indeed a problem of gcc version
thanks a lot
Carlos
Le 7 oct. 09 à 14:24, Gustavo Gutierrez a écrit :
2009/10/7 Guido Tack
Hi!
The problem is not Propagator::cast, because that method has not
been changed (it was private in the previous release, too). Can you
pl
2009/10/7 Guido Tack
> Hi!
> The problem is not Propagator::cast, because that method has not been
> changed (it was private in the previous release, too). Can you please let
> us know what version of Gecode you used previously, and give us an idea
> where you call Propagator::cast (e.g. small c
Hi!
The problem is not Propagator::cast, because that method has not been
changed (it was private in the previous release, too). Can you please
let us know what version of Gecode you used previously, and give us an
idea where you call Propagator::cast (e.g. small code sample)?
Cheers,
Hi all,
I have installed the new Gecode 3.2.0 framework on Mac OS, but I do
not arrive to run any program. I use Xcode and get always this error :
error: 'static Gecode::Propagator*
Gecode::Propagator::cast(Gecode::ActorLink*)' is private
/*
* Propagator
*
*/
forceinline Pr
Dear all,
we are releasing the next version of Gecode.
Gecode 3.2.0
http://www.gecode.org
This release has some important bug fixes (in particular for
global cardinality aka count), the documentation has been
improved (worked around some issues with generation by dox