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.
☆137Updated 6 years ago
Alternatives and similar repositories for Operations-Research-Theory:
Users that are interested in Operations-Research-Theory are comparing it to the libraries listed below
- My solutions for discrete optimization course on Coursera☆46Updated 5 years ago
- Optimization models using various solvers☆93Updated 7 years ago
- Combinatorial Optimization in Gurobi☆44Updated last year
- Using advanced MIP decomposition techniques like Column Generation, Benders' Decomposition, Lagrangian Relaxation to solve CVRP and UFL w…☆49Updated 5 years ago
- Solutions for assignments of the Coursera course "Discrete Optimization"☆52Updated last year
- Example codes for IEM 4203/5203: shortest paths, transportation problem, k-median, k-center, set cover, facility location, max k-cover☆32Updated 3 years ago
- Python implementation to solve Vehicle Routing problem & Master Production Scheduling in Supply Chain Analytics & Design.☆67Updated 4 years ago
- Column generation (theory + python implementation)☆29Updated 3 years ago
- A curated list of awesome Operational research solvers, libraries, books, teachers and resources☆146Updated 6 years ago
- Simple framework for modeling optimization problems in Python☆58Updated 3 years ago
- ☆77Updated 5 years ago
- Python codes for the traveling salesman problem and vehicle routing problem☆66Updated 2 years ago
- Asymmetric multi-depot vehicle routing problems: valid inequalities and a branch-and-cut algorithm☆48Updated 3 years ago
- Introduction to Cplex & Python☆43Updated 5 years ago
- Repository contains implementation of Bender Decomposition for classical facility/warehause location problem using Python and Gurobi solv…☆51Updated 3 years ago
- A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems☆141Updated 4 months 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
- Optimal facility location (Set Cover problem); setup costs and changeover times (traveling salesman problem) ; production and transportat…☆20Updated 6 years ago
- A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#☆84Updated 10 months ago
- Branch-and-price solver for the Feeder Network Design Problem☆35Updated 2 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
- ☆16Updated 2 years ago
- Data from Operational Research Seminar☆11Updated 6 years ago
- Solves vehicle routing problem with Linear Programming using pulp package, which yields the optimal solution.☆53Updated 3 years ago
- Repository contains implementation of Branch and Prive for classical General Assignment Problem problem using Python and Gurobi solver.☆48Updated 3 years ago
- ☆87Updated last year
- Facility Location and routing problems: Survey, Models and Algorithm☆32Updated 4 years ago
- Mathematical Programming and Operations Research: Modeling, Algorithms, and Complexity. Examples in Python and Excel. Edited by Robert Hi…☆33Updated last month
- C++ branch-price-and-cut framework for electric vehicle routing problem with release time and due date, bounded bidirectional label setti…☆10Updated 3 years ago
- An implementation of VRPTW in CPLEX☆31Updated 7 years ago