Hello,

I have a design problem when using a b&b engine. Here it is :
When a solution S is found I have to confirm it using an external
 algorithm. It's only if S is confirmed that the next solution S ' 
must have a better cost than S.
For now, i use a DFS engine and i reject or accept S' myself. 
Is there a better solution (using constraint(S) for instance ?).

Thanks,
Philippe


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

Reply via email to