OperationsResearchModels.jl

OperationsResearchModels.jl: A Julia package for operations research models - Published in JOSS (2025)

https://github.com/jbytecode/operationsresearchmodels.jl

Science Score: 93.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

assignment-problem cpm johnson-algorithm knapsack-problem maximum-flow minimum-spanning-tree p-median-problem pert scheduling shortest-path transportation-problem

Scientific Fields

Earth and Environmental Sciences Physical Sciences - 40% confidence
Last synced: 4 months ago · JSON representation

Repository

A Julia package for operations research problems

Basic Info
  • Host: GitHub
  • Owner: jbytecode
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 1.2 MB
Statistics
  • Stars: 31
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Topics
assignment-problem cpm johnson-algorithm knapsack-problem maximum-flow minimum-spanning-tree p-median-problem pert scheduling shortest-path transportation-problem
Created over 3 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

Doc status

OperationsResearchModels.jl

A package for Operations Research problems.

Installation

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

or

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

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

julia 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 cite

Please use the citation info below if you use this package in your work.

bibtex @article{Satman2025, doi = {10.21105/joss.08592}, url = {https://doi.org/10.21105/joss.08592}, year = {2025}, publisher = {The Open Journal}, volume = {10}, number = {113}, pages = {8592}, author = {Satman, Mehmet Hakan}, title = {OperationsResearchModels.jl: A Julia package for operations research models}, journal = {Journal of Open Source Software} }

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.

Owner

  • Name: Mehmet Hakan Satman
  • Login: jbytecode
  • Kind: user
  • Location: Istanbul
  • Company: Istanbul University

Professor of Numerical Methods

JOSS Publication

OperationsResearchModels.jl: A Julia package for operations research models
Published
September 02, 2025
Volume 10, Issue 113, Page 8592
Authors
Mehmet Hakan Satman ORCID
Department of Econometrics, Istanbul University, Turkiye
Editor
Arfon Smith ORCID
Tags
Operations Research Optimization Linear Programming

GitHub Events

Total
  • Create event: 1
  • Commit comment event: 5
  • Release event: 1
  • Issues event: 2
  • Watch event: 8
  • Issue comment event: 4
  • Push event: 126
  • Fork event: 2
Last Year
  • Create event: 1
  • Commit comment event: 5
  • Release event: 1
  • Issues event: 2
  • Watch event: 8
  • Issue comment event: 4
  • Push event: 126
  • Fork event: 2

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 7 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 2.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 7 days
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 2.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • odow (1)
  • dourouc05 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 3 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 17
juliahub.com: OperationsResearchModels

A Julia package for operations research problems

  • Versions: 17
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3 Total
Rankings
Dependent repos count: 9.8%
Average: 30.8%
Stargazers count: 33.4%
Dependent packages count: 38.7%
Forks count: 41.1%
Last synced: 4 months ago

Dependencies

.github/workflows/documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/main.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite