[gecode-users] How to compile faster gecode programs

2008-06-12 Thread Mauricio Toro
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

Re: [gecode-users] How to compile faster gecode programs

2008-06-12 Thread Guido Tack
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

Re: [gecode-users] Question about Gist

2008-06-12 Thread Guido Tack
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