amina kemmar wrote:
thank you for the answer, I changed the version of gecode but now when i execute the commands :

g++ -I<dir>/include -c send-more-money.cpp
g++ -L<dir>/lib send-more-money.o \
-lgecodeint -lgecodesearch -lgecodekernel -lgecodesupport

i don't obtain any error, but no executable file generated, there is only the code object file?

The executable is probably called a.out. You can of course add "-o send-more-money" to the second g++ call. I'll update the tutorial accordingly.

Cheers,
        Guido

_______________________________________________
Gecode users mailing list
us...@gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to