[Gecode] Another abstraction sets...

Gabor Szokoli szokoli at ps.uni-sb.de
Fri Jul 16 16:09:12 CEST 2004


Christian Schulte wrote:

>...how about having card() (or size() as it is called for integers). A look
>to branch.cc makes it obvious.
>  
>
Hello!

We used to have methods for accessing the "unknown" set as an iterator, 
upper minus lower bound, but we only needed it in the distributors, so 
it became a victim of interface unbloating.

Getting its size was of course uboptimal, as it equals ubSize()-lbSize().
I fixed only this now.

Gabor Szokoli



More information about the gecode-users mailing list