Skip to content

Column generation Bin Packing heuristic based on CFT #4639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

c4v4
Copy link

@c4v4 c4v4 commented Apr 29, 2025

This PR builds on top of #4628 and introduces a CFT-based Bin Packing heuristic example.

The approach starts with a small core Set Cover model using a limited number of initial columns. Then, during the subgradient procedure, new columns (bins for the BPP, subsets for the SCP) are dynamically generated and added to the model.

The implementation is still a bit rough, but due to time constraints, I’m submitting it as is, hoping it can still be useful to showcase one possible way to leverage the CFT framework for dynamic column generation.

@c4v4 c4v4 changed the title Bin packing Column generation Bin Packing heuristic based on CFT Apr 29, 2025
@c4v4 c4v4 marked this pull request as ready for review May 17, 2025 13:31
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