tanmoyie / Operations-Research-Theory
Some lecture notes of Operations Research (usually taught in Junior year of BS) can be found in this repository along with some Python programming codes to solve numerous problems of Optimization including Travelling Salesman, Minimum Spanning Tree and so on.
☆134Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for Operations-Research-Theory
- A curated list of awesome Operational research solvers, libraries, books, teachers and resources☆134Updated 6 years ago
- My solutions for discrete optimization course on Coursera☆46Updated 4 years ago
- ☆76Updated 4 years ago
- Using advanced MIP decomposition techniques like Column Generation, Benders' Decomposition, Lagrangian Relaxation to solve CVRP and UFL w…☆44Updated 5 years ago
- Introduction to Cplex & Python☆40Updated 5 years ago
- Combinatorial Optimization in Gurobi☆42Updated last year
- Python codes for the traveling salesman problem and vehicle routing problem☆59Updated 2 years ago
- Solves vehicle routing problem with Linear Programming using pulp package, which yields the optimal solution.☆52Updated 2 years ago
- ☆84Updated last year
- A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems☆121Updated 2 months ago
- Data from Operational Research Seminar☆11Updated 5 years ago
- In this project we focus on the set covering based formulation for the capacitated vehicle routing problem (CVRP). A column generation ap…☆14Updated 9 years ago
- A curated list of awesome video lectures and learning resources for operations analytics.☆29Updated 3 years ago
- Repository for various solutions to the vehicular routing problem using AI☆13Updated 5 years ago
- Python implementation to solve Vehicle Routing problem & Master Production Scheduling in Supply Chain Analytics & Design.☆65Updated 3 years ago
- Optimization models using various solvers☆85Updated 7 years ago
- Simple framework for modeling optimization problems in Python☆57Updated 3 years ago
- A Tabu Search algorithm for the Vehicle Routing Problem with Cross-Docking.☆45Updated 7 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 …☆45Updated 8 months ago
- A python framework for solving the VRP and its variants with column generation.☆183Updated last year
- Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solver written in Python.☆92Updated 7 months ago
- Asymmetric multi-depot vehicle routing problems: valid inequalities and a branch-and-cut algorithm☆47Updated 2 years ago
- Column generation (theory + python implementation)☆25Updated 3 years ago
- Deterministic and Stochastic Dynamic Programs for optimization of Supply Chain☆18Updated last year
- Tabu Search heuristic for Travelling Salesperson Problems with Profits☆10Updated 6 years ago
- Examples of optimization problems in Python with Gurobi☆28Updated 8 years ago
- A library to solve the TSP (Travelling Salesman Problem) using Exact Algorithms, Heuristics and Metaheuristics : 2-opt; 2.5-opt; 3-opt; 4…☆107Updated 3 weeks ago
- Examples on numerical optimization☆64Updated 6 months ago
- multi-echelon inventory optimization with SimPy, SciPy, sklearn, and RBFOpt☆82Updated 5 years ago
- An implementation of VRPTW in CPLEX☆28Updated 6 years ago