Skip to content

Add labeling algorithm for rectangleguillotine knapsack#391

Open
fontanf wants to merge 1 commit into
masterfrom
feature/rectangleguillotine-labeling
Open

Add labeling algorithm for rectangleguillotine knapsack#391
fontanf wants to merge 1 commit into
masterfrom
feature/rectangleguillotine-labeling

Conversation

@fontanf

@fontanf fontanf commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Implements a bottom-up block-generation DP that merges rectangular blocks via guillotine cuts, prioritized by profit + rdp(w, h) in a bucket queue. Exposes the algorithm via --use-labeling and the use_labeling field in OptimizeParameters.

Implements a bottom-up block-generation DP that merges rectangular
blocks via guillotine cuts, prioritized by profit + rdp(w, h) in a
bucket queue.  Exposes the algorithm via --use-labeling and the
use_labeling field in OptimizeParameters.
@fontanf fontanf force-pushed the feature/rectangleguillotine-labeling branch from d9c957e to ab4afa7 Compare June 19, 2026 23:15
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