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
Currently every search for possible insert positions, checks the bearing capacity of items. Therefore all lower items are checked.
If there would be an additional data structure, which remembers the still open bearing capacity of upper items, there check would be faster. Only a little bit more effort in adding an item, because the bearing of lower items must be checked.
This features should be available first only for AddContainer.
The text was updated successfully, but these errors were encountered:
Currently every search for possible insert positions, checks the bearing capacity of items. Therefore all lower items are checked.
If there would be an additional data structure, which remembers the still open bearing capacity of upper items, there check would be faster. Only a little bit more effort in adding an item, because the bearing of lower items must be checked.
This features should be available first only for AddContainer.
The text was updated successfully, but these errors were encountered: