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
- Exact Branch-and-Benders-cut algorithm for the Maximal Covering Location Problem and for the Partial Set Covering Location Problem☆22Mar 30, 2023Updated 2 years ago
- A solver based on column generation☆40Dec 27, 2025Updated 2 months 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 last month
- 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 week
- 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 3 months ago
- 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
- A solver for the generalized assignment problem☆23Jan 8, 2026Updated last month
- Nutmeg – a MIP and CP branch-and-check solver☆33Jun 22, 2023Updated 2 years ago
- Large scale decomposition algorithm (Lagrangian relaxation, Benders decomposition & Column generation) for CDN communication network.☆11Apr 17, 2018Updated 7 years ago
- Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS☆16Feb 8, 2020Updated 6 years ago
- 3D pattern viewer for cutting and packing problems☆17Dec 24, 2019Updated 6 years ago
- Multi-platform, self-contained and object-oriented implementation of the Simplex Algorithm in C++☆14Mar 11, 2021Updated 4 years 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 standalone local search solver for general integer linear programming☆16Jul 8, 2024Updated last year
- OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.☆17Dec 7, 2022Updated 3 years ago
- Example code for using CPLEX and Java.☆24Feb 15, 2023Updated 3 years ago
- A series of tutorials for conducting computational experiments with optimization solvers☆89Apr 30, 2024Updated last year
- 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
- Code and data from the paper "Exponential-size neighborhoods for the pickup-and-delivery traveling salesman problem", authored by T. Pach…☆19Jan 18, 2023Updated 3 years ago
- Exact algorithm implementation based on Cplex Java API☆18Dec 3, 2019Updated 6 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
- 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
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆51Jul 15, 2023Updated 2 years ago
- Using advanced MIP decomposition techniques like Column Generation, Benders' Decomposition, Lagrangian Relaxation to solve CVRP and UFL w…☆55Oct 6, 2019Updated 6 years ago
- Asymmetric multi-depot vehicle routing problems: valid inequalities and a branch-and-cut algorithm☆48Mar 29, 2022Updated 3 years ago
- A C++ wrapper for SCIP☆31Dec 18, 2025Updated 2 months ago
- Solving LPs with convergent message passing☆23Aug 17, 2018Updated 7 years ago
- A Python library for visualizing algorithms for solving mathematical optimization problems.☆69Apr 22, 2021Updated 4 years ago
- Interactive Performance Evaluation Tools for Optimization Software☆27Nov 16, 2023Updated 2 years ago
- SCOT Python API and tools☆10Sep 17, 2023Updated 2 years ago
- Branch-Cut-Price Framework☆31Sep 16, 2020Updated 5 years ago
- A standalone local search solver for general mixed integer programming☆46Feb 12, 2026Updated 2 weeks ago
- Framework for studying cryptographic hash functions using SAT.☆10Dec 21, 2021Updated 4 years ago
- Made Easy Lagrangian Relaxation☆10Aug 8, 2025Updated 6 months ago
- Source Code for Data Abstraction & Problem Solving with C++: Walls and Mirrors☆13Jun 13, 2022Updated 3 years ago
- Neural Destruction Search for Vehicle Routing Problems☆18Oct 6, 2025Updated 4 months ago
- Feasibility Pump Collection☆16Jul 6, 2023Updated 2 years ago
- Become an expert C++ programmer by solving real-world programming problems☆10Mar 25, 2019Updated 6 years ago