Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.37 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.37 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.