A package for Operations Research problems.
julia> ]
(@v1.xx) pkg> add OperationsResearchModels
or
julia> using Pkg
julia> Pkg.add("OperationsResearchModels")
- Assignment Problem
- Transportation Problem
- The Shortest Path
- Maximum Flow
- Minimum Spanning Tree
- p-median for Location Selection
- CPM - Critical Path Method
- PERT - Project Evaluation and Review Technique
- The Knapsack Problem
- Johnson's Rule for Flow-Shop Scheduling
- Flow-shop Scheduling using Permutation Encoded Genetic Algorithms (using a Random Key Genetic Algorithm)
- Traveling Salesman with Random Key Genetic Algorithm
The package is implemented for mostly academic purposes. The implementations are not optimized for large-scale problems. The users are encouraged to use the package for educational purposes and small-scale problems.