OperationsResearchModels.jl

A Julia package for operations research subjects
Author jbytecode
Popularity
22 Stars
Updated Last
1 Month Ago
Started In
June 2022

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.

Used By Packages

No packages found.