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 last month
- OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.☆17Updated 2 years ago
- A state-of-the-art exact Branch-Cut-and-Price algorithm for the Capacitated Location-Routing Problem and related problems☆16Updated 2 years ago
- 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
- A C++ Framework for Optimization☆32Updated this week
- The CVRPSEP package is a collection of routines, written in the C++ programming language, for separation of various classes of cuts in br…☆21Updated 6 months ago
- 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 9 months ago
- Bucket Graph Labeling Algorithm for Vehicle Routing☆15Updated last week
- 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
- A Branch-and-Cut based Pricer for the Capacitated Vehicle Routing Problem☆15Updated last year
- Speeded-up LKH-3 version + Set Partitioning Heuristic phase. Participated to 12th DIMACS implementation challenge.☆11Updated 3 years ago
- Elementary branch-price-and-cut algorithm for the vehicle routing problem with stochastic demands under optimal restocking☆14Updated 2 years ago
- Branch-and-price solver for the Feeder Network Design Problem☆34Updated last year
- Feasibility Jump☆25Updated last year
- A Julia interface for VRPSolver☆15Updated 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 11 months ago
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆46Updated last year
- RouteOpt☆27Updated 2 weeks ago
- A more scalable version of FILO.☆21Updated last month
- A python implementation of the integer L-shaped method for solving two stage stochastic programs.☆18Updated 8 months ago
- Machine-learning-based column selection☆35Updated 3 years ago
- Repository contains implementation of Branch and Prive for classical General Assignment Problem problem using Python and Gurobi solver.☆44Updated 3 years ago
- Implementation of Integer bender's cut for SP proposed by Laporte et al.☆10Updated 5 years ago
- Branch-Cut-Price Framework☆28Updated 4 years ago
- Elementary Shortest Path Problem with Resource Constraints☆32Updated 7 months ago
- ALNS header-only library (loosely) based on the original implementation by Stefan Ropke.☆64Updated 8 months 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
- A standalone local search solver for general integer linear programming☆16Updated 7 months ago
- A column generation algorithm (CG) for the capacitated vehicle routing problem (CVRP)☆10Updated 2 years ago