fabiofurini / B-P_BinPackingProblem
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 :-)
☆15Updated 5 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
- A solver based on column generation☆26Updated this week
- A C++ Framework for Optimization☆30Updated last month
- A state-of-the-art exact Branch-Cut-and-Price algorithm for the Capacitated Location-Routing Problem and related problems☆16Updated 2 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…☆18Updated 4 years ago
- OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.☆16Updated 2 years ago
- Speeded-up LKH-3 version + Set Partitioning Heuristic phase. Participated to 12th DIMACS implementation challenge.☆11Updated 2 years ago
- Feasibility Jump☆25Updated last year
- Set Partitioning Heuristic (SPH) based on CPLEX MILP solver and created starting from the CFT Heuristic implemented by Accorsi Luca and C…☆14Updated last year
- It's the implementation for "A New Branch-and-Price-and-Cut Algorithm for One-Dimensional Bin-Packing Problems"☆18Updated 7 months ago
- The CVRPSEP package is a collection of routines, written in the C++ programming language, for separation of various classes of cuts in br…☆21Updated 5 months ago
- A Branch-and-Cut based Pricer for the Capacitated Vehicle Routing Problem☆15Updated last year
- A standalone local search solver for general integer linear programming☆16Updated 6 months ago
- A Julia interface for VRPSolver☆14Updated last year
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆45Updated last year
- Bucket Graph Labeling Algorithm for Vehicle Routing☆14Updated this week
- Library of Split algorithms, including the O(n) (linear time) algorithm for the CVRP, from "Vidal, Thibaut (2016). Technical note: Split …☆16Updated 6 years ago
- Branch-Cut-Price Framework☆28Updated 4 years ago
- Repository contains implementation of Branch and Prive for classical General Assignment Problem problem using Python and Gurobi solver.☆43Updated 3 years ago
- A tutorial on using C++/Cplex for OR problems. The tutorial is intended to be useful for every OR practitioner with an intermediary knowl…☆39Updated 3 years ago
- Elementary branch-price-and-cut algorithm for the vehicle routing problem with stochastic demands under optimal restocking☆14Updated last year
- This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with …☆48Updated 10 months ago
- ☆12Updated last year
- Fork of the Concorde TSP solver with an easier build procedure☆12Updated 10 months ago
- RouteOpt☆26Updated 2 months ago
- Nutmeg – a MIP and CP branch-and-check solver☆23Updated last year
- A python implementation of the integer L-shaped method for solving two stage stochastic programs.☆18Updated 7 months ago
- A more scalable version of FILO.☆20Updated last week
- A set of reusable components for fast prototyping CVRP heuristic solution approaches.☆16Updated 2 months ago
- Interactive Performance Evaluation Tools for Optimization Software☆26Updated last year
- Machine-learning-based column selection☆35Updated 3 years ago