You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the internal shelf.alloc method should create bins with a location, see here
I'm not sure the most idiomatic (and performant) C++ way to implement this. It would be great to drop the x and y arguments from the Bin constructor, in order to clear up the confusion.
I'm wondering why the parameters for
Bin
are set to default to-1
, in particular forx
andy
. Would a better default be0
?/cc @bhousel
The text was updated successfully, but these errors were encountered: