lab-core / NurseSchedulerLinks
A branch and price algorithm to solve a nurse scheduling problem. The algorithm is based on BCP from COIN-OR project.
☆30Updated 11 months ago
Alternatives and similar repositories for NurseScheduler
Users that are interested in NurseScheduler are comparing it to the libraries listed below
Sorting:
- Branch-and-price solver for the Feeder Network Design Problem☆36Updated 2 years ago
- Customized version of Helsgaun's LKH3 algorithm for vehicle routing problems.☆29Updated 2 months ago
- A state-of-the-art exact Branch-Cut-and-Price algorithm for the Capacitated Location-Routing Problem and related problems☆18Updated 2 years ago
- A solver based on column generation☆30Updated 3 weeks ago
- Nutmeg – a MIP and CP branch-and-check solver☆26Updated 2 years ago
- Branch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching schem…☆16Updated 6 years ago
- ALNS header-only library (loosely) based on the original implementation by Stefan Ropke.☆70Updated last year
- Library of Split algorithms, including the O(n) (linear time) algorithm for the CVRP, from "Vidal, Thibaut (2016). Technical note: Split …☆18Updated 6 years ago
- Asymmetric multi-depot vehicle routing problems: valid inequalities and a branch-and-cut algorithm☆48Updated 3 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…☆19Updated 5 years ago
- Elementary Shortest Path Problem with Resource Constraints☆33Updated 11 months ago
- A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems☆144Updated last week
- Elementary branch-price-and-cut algorithm for the vehicle routing problem with stochastic demands under optimal restocking☆16Updated 2 years 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 11 months ago
- Branch-Cut-Price Framework☆30Updated 4 years ago
- Python code to solve robust multi-mode resource constrained project scheduling problem using Benders' decomposition approach vs compact m…☆11Updated 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…☆40Updated 3 years ago
- VRPH is an open source library of heuristics for the capacitated Vehicle Routing Problem (VRP).☆25Updated 6 years ago
- Solving a TSP with the CPLEX C++ API.☆51Updated 5 years ago
- RouteOpt☆47Updated 3 weeks ago
- A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)☆91Updated 2 months ago
- Combinatorial Optimization in Gurobi☆44Updated 2 years ago
- Fork of the Concorde TSP solver with an easier build procedure☆14Updated last year
- Generators for Combinatorial Optimization☆18Updated 2 years ago
- This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with …☆49Updated last year
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆48Updated last year
- Decomposition Strategies for Vehicle Routing Heuristics☆29Updated last year
- Online algorithms for solving large-scale dynamic vehicle routing problems with stochastic requests☆82Updated 2 years ago
- A C++ Framework for Optimization☆35Updated last month
- Using advanced MIP decomposition techniques like Column Generation, Benders' Decomposition, Lagrangian Relaxation to solve CVRP and UFL w…☆49Updated 5 years ago