fabiofurini / B-P_BinPackingProblemLinks
Branch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching scheme and it explores the branching tree in a depth-first fashion. The pricing problems are solved via a DP algorithm only at the root node. No heuristic initialisation phase... yet :-)
☆16Updated 6 years ago
Alternatives and similar repositories for B-P_BinPackingProblem
Users that are interested in B-P_BinPackingProblem are comparing it to the libraries listed below
Sorting:
- A solver based on column generation☆34Updated last week
- Branch-Cut-Price Framework☆30Updated 5 years ago
- Source code associated with the paper: "Vidal, T., Martinelli, R., Pham, T. A., & Hà, M. H. (2021). Arc routing with time-dependent trave…☆20Updated 5 years ago
- A C++ Framework for Optimization☆36Updated 2 weeks ago
- A standalone local search solver for general integer linear programming☆16Updated last year
- Feasibility Jump