Skip to content

Conversation

@c4v4
Copy link
Contributor

@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
@Mizux Mizux added this to the v10.0 milestone Jun 18, 2025
@Mizux Mizux added the Solver: Set Cover Solver in set_cover/ label Jul 10, 2025
@Mizux Mizux added the Feature Request Missing Feature/Wrapper label Jul 10, 2025
@Mizux Mizux merged commit 3aea3a8 into google:main Jul 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Request Missing Feature/Wrapper Solver: Set Cover Solver in set_cover/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants