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 :-)
☆16Feb 24, 2019Updated 7 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:
- Branch-and-price solver for the Feeder Network Design Problem☆36Feb 24, 2023Updated 3 years ago
- A branch and price algorithm to solve a nurse scheduling problem. The algorithm is based on BCP from COIN-OR project.☆34Jan 12, 2026Updated 2 months ago
- This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with …☆57Feb 22, 2026Updated last month
- Source code for branch and bound based train timetabling algorithms, for paper titled: Single-track train timetabling with guaranteed opt…☆12Aug 26, 2020Updated 5 years ago
- An exact algorithm for the maximum clique problem (MCP) which improves over state-of-the-art approaches in some cases by orders of magnit…☆15Nov 15, 2025Updated 4 months ago
- Elementary branch-price-and-cut algorithm for the vehicle routing problem with stochastic demands under optimal restocking☆17Feb 10, 2023Updated 3 years ago
- A state-of-the-art exact Branch-Cut-and-Price algorithm for the Capacitated Location-Routing Problem and related problems☆18Dec 19, 2022Updated 3 years ago
- A solver based on column generation☆41Dec 27, 2025Updated 2 months ago
- 3D pattern viewer for cutting and packing problems☆17Dec 24, 2019Updated 6 years ago
- C++ implementation of an incremental primal-dual assignment problem solver.☆12Dec 13, 2024Updated last year
- A series of tutorials for conducting computational experiments with optimization solvers☆89Apr 30, 2024Updated last year
- ☆11Nov 15, 2022Updated 3 years ago
- Large scale decomposition algorithm (Lagrangian relaxation, Benders decomposition & Column generation) for CDN communication network.☆11Apr 17, 2018Updated 7 years ago
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆51Jul 15, 2023Updated 2 years ago
- A solver for the generalized assignment problem☆23Jan 8, 2026Updated 2 months ago
- OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.☆17Dec 7, 2022Updated 3 years ago
- Code and data from the paper "Exponential-size neighborhoods for the pickup-and-delivery traveling salesman problem", authored by T. Pach…☆20Jan 18, 2023Updated 3 years ago
- Example code for using CPLEX and Java.☆24Feb 15, 2023Updated 3 years ago
- Multi-platform, self-contained and object-oriented implementation of the Simplex Algorithm in C++☆14Mar 11, 2021Updated 5 years ago
- Julia modeling interface to parallel decomposition solver DSP☆12Sep 2, 2022Updated 3 years ago
- Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS☆16Feb 8, 2020Updated 6 years ago
- Federated data center power consumption prediction.☆16Jun 25, 2024Updated last year
- It's the implementation for "A New Branch-and-Price-and-Cut Algorithm for One-Dimensional Bin-Packing Problems"☆24May 20, 2024Updated last year
- Branch-Cut-Price Framework☆31Sep 16, 2020Updated 5 years ago
- Asymmetric multi-depot vehicle routing problems: valid inequalities and a branch-and-cut algorithm☆49Mar 29, 2022Updated 3 years ago
- C++ Implementation of reduced order binary decision diagram data structure☆13Nov 11, 2015Updated 10 years ago
- Benders Decomposition for SAHLP☆12Aug 17, 2023Updated 2 years ago
- A standalone local search solver for general integer linear programming☆16Jul 8, 2024Updated last year
- Exact algorithm implementation based on Cplex Java API☆18Dec 3, 2019Updated 6 years ago
- MIE424 Group Project: smart_predict_optimize☆15Apr 27, 2021Updated 4 years ago
- ☆21Feb 4, 2017Updated 9 years ago
- A C++ wrapper for SCIP☆31Dec 18, 2025Updated 3 months ago
- ☆19Updated this week
- A Julia interface to the CPLEX solver☆138Apr 4, 2025Updated 11 months ago
- Source code associated with the paper: "Vidal, T., Martinelli, R., Pham, T. A., & Hà, M. H. (2021). Arc routing with time-dependent trave…☆21May 1, 2020Updated 5 years ago
- Library of Split algorithms, including the O(n) (linear time) algorithm for the CVRP, from "Vidal, Thibaut (2016). Technical note: Split …☆21Oct 19, 2018Updated 7 years ago
- A benchmark suite for liner shipping network design problems and a parser for the instances in c++☆57Feb 18, 2024Updated 2 years ago
- A benchmark for cache efficient data structures.☆32Jul 28, 2025Updated 7 months ago
- Interactive Performance Evaluation Tools for Optimization Software☆27Nov 16, 2023Updated 2 years ago