Skip to content

Files

Latest commit

 

History

History
44 lines (30 loc) · 2.4 KB

README.md

File metadata and controls

44 lines (30 loc) · 2.4 KB

Doc

OperationsResearchModels.jl

A package for Operations Research problems.

Installation

julia> ]
(@v1.xx) pkg> add OperationsResearchModels

or

julia> using Pkg
julia> Pkg.add("OperationsResearchModels")

Implemented Problems and Algorithms

Notes for the users

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.