[gecode-users] integrate a new search strategy in Gecode

Javier Andrés Mena Zapata javimena at gmail.com
Tue Jan 25 18:32:09 CET 2011


This book may help you to resolve your question.  It is very, very good:

http://www.amazon.com/C-Programming-Language-Special/dp/0201700735/

<http://www.amazon.com/C-Programming-Language-Special/dp/0201700735/>Best
regards,

2011/1/25 sami sami1 <saidisamira13 at yahoo.fr>

>  but we have a problem in Librairy Gecode, I know
>
> thank you for this information
>
> I would create a new search strategy NOUVSEARCH  like DFS,BAB..., so it
> must add or create a new file nouvsearch.cpp in gecode/search.
> In gecode/search there are:
> dfs.cpp  bab.cpp  nouvsearch.cpp
>
> after, I'll take an example of Gecode  as money.cpp
> in the line "run":
>
> Script::run<Money,DFS,Options>(opt);
>
> I replace DFS by NOUVSEARCH like this:
>
> Script::run<Money,NOUVSEARCH,Options>(opt);
>
> but we have a problem in Librairy Gecode, I know
> how i resourd this problem?
>
>
> _______________________________________________
> Gecode users mailing list
> users at gecode.org
> https://www.gecode.org/mailman/listinfo/gecode-users
>
>


-- 
Javier Andrés Mena Zapata
Cali - Colombia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gecode.org/pipermail/users/attachments/20110125/cb27c98d/attachment-0001.htm>


More information about the users mailing list