tanmoyie / Operations-Research-TheoryLinks
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.
☆139Updated 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
Sorting:
- A curated list of awesome Operational research solvers, libraries, books, teachers and resources☆152Updated 6 years ago
- A project on using mathematical programming to solve multi-modal transportation cost minimization in goods delivery and supply chain mana…☆279Updated 5 years ago
- My solutions for discrete optimization course on Coursera☆46Updated 5 years ago
- Using advanced MIP decomposition techniques like Column Generation, Benders' Decomposition, Lagrangian Relaxation to solve CVRP and UFL w…☆50Updated 5 years ago
- Combinatorial Optimization in Gurobi☆44Updated 2 years ago
- Column generation (theory + python implementation)☆30Updated 4 years ago
- Python implementation to solve Vehicle Routing problem & Master Production Scheduling in Supply Chain Analytics & Design.☆68Updated 4 years ago
- Tabu Search heuristic for Travelling Salesperson Problems with Profits☆11Updated 6 years ago
- ☆77Updated 5 years ago
- Solves vehicle routing problem with Linear Programming using pulp package, which yields the optimal solution.☆53Updated 3 years ago
- Introduction to Cplex & Python☆44Updated 5 years ago
- Solutions for assignments of the Coursera course "Discrete Optimization"☆53Updated last year
- A repository of Pyomo examples.☆373Updated 3 months ago
- Python codes for the traveling salesman problem and vehicle routing problem☆67Updated 3 years ago
- A Tabu Search algorithm for the Vehicle Routing Problem with Cross-Docking.☆48Updated 8 years ago
- Optimization models using various solvers☆96Updated 7 years ago
- Formulate trained predictors in Gurobi models☆235Updated last week
- Repository contains implementation of Bender Decomposition for classical facility/warehause location problem using Python and Gurobi solv…☆53Updated 3 years ago
- These samples demonstrate how to use the DOcplex library to model and solve optimization problems.☆404Updated last week
- multi-echelon inventory optimization with SimPy, SciPy, sklearn, and RBFOpt☆86Updated 6 years ago
- Optimal facility location (Set Cover problem); setup costs and changeover times (traveling salesman problem) ; production and transportat…☆20Updated 7 years ago
- Facility Location and routing problems: Survey, Models and Algorithm☆33Updated 4 years ago
- Capacitated Vehicle Routing Problem with Time Windows (NP-Hard). Winner at ICHack 18.☆29Updated 7 years ago
- Examples on numerical optimization☆63Updated 6 months ago
- Genetic Algorithm for Flow Shop Scheduling☆30Updated 8 years ago
- ☆87Updated last week
- Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solver written in Python.☆97Updated last year
- Capacitated Vehicle Routing Problem☆70Updated 8 years ago
- A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.☆280Updated last year
- Solving a Capacitated Vehicle Routing Problem with time windows constraints (CVRPTW) with Mixed Integer Linear Programming (MILP) in pyt…☆89Updated 4 years ago