Skip to content

jbytecode/OperationsResearchModels.jl

Repository files navigation

Doc status

OperationsResearchModels.jl

A package for Operations Research problems.

Installation

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

or

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

If you want to install latest source that is not registered yet, you can

julia> ]
(@1.xx) pkg> add https://github.com/jbytecode/OperationsResearchModels.jl

but it's not recommended.

Documentation

Please visit The Documentation Page. This page includes both the API documentation and examples.

Implemented Problems and Algorithms

How to contribute

Please read the page Contributing before contributing.

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.

Releases

No releases published

Packages

No packages published

Languages