Skip to content

Extend tree_search_maximal_spaces to optimize profit instead of volume#392

Open
fontanf wants to merge 2 commits into
masterfrom
feature/box-tree-search-maximal-spaces-profit
Open

Extend tree_search_maximal_spaces to optimize profit instead of volume#392
fontanf wants to merge 2 commits into
masterfrom
feature/box-tree-search-maximal-spaces-profit

Conversation

@fontanf

@fontanf fontanf commented Jun 19, 2026

Copy link
Copy Markdown
Owner

When item profits differ from item volumes, the algorithm now selects blocks and evaluates nodes based on profit rather than volume, so the search directly optimizes the knapsack objective. When profits equal volumes the behavior is numerically identical to before.

fontanf added 2 commits June 20, 2026 00:50
When item profits differ from item volumes, the algorithm now selects
blocks and evaluates nodes based on profit rather than volume, so the
search directly optimizes the knapsack objective. When profits equal
volumes the behavior is numerically identical to before.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant