Hello all,
I've been developing an application with Gecode.
I am compiling this way:
g++ -I. -DNDEBUG -fvisibility=hidden -fPIC -Wextra -Wall -pipe -ggdb -O3
-fno-strict-aliasing -finline-limit=3000 -ffast-math\
-o examples/nttcfo examples/nttcfo.cc -lgecodesearch -lgecodecpltset
-lgecodese
Mauricio Toro wrote:
> I've been developing an application with Gecode.
> I am compiling this way:
>
> g++ -I. -DNDEBUG -fvisibility=hidden -fPIC -Wextra -Wall -pipe -ggdb
> -O3 -fno-strict-aliasing -finline-limit=3000 -ffast-math\
>-o examples/nttcfo examples/nttcfo.cc -lgecodesearc
Jose Luis _ wrote:
2008/6/12 Guido Tack <[EMAIL PROTECTED]>:
Jose Luis _ wrote:
Greetings,
I wonder if I can have a small simple example in how to use Gist.
From what Ive read I must implement a class which extends from
Inspector.
But I couldnt get it to work.
Are you using Java or C++?
I