nevertheless I wonder why the webpage http://www.gecode.org/gecodej/
indicates that Gecode/J allows to implement search engines using copying
and recomputation.

Don't you think I could program a new search engine totally in java as
it's done for Gist ?

Sorry, I maybe wasn't very clear on this. You can write the search engine in Java, it's just that you can't take an existing one and modify it, but you'll have to start from scratch. I wanted to suggest that you look at the C++ code, and then more or less port that to Java, adjusting it to your needs. The space interfaces are very similar in C++ and Java, so porting stuff is relatively easy.

Cheers,
        Guido


_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to