Skip to content

Releases: jbytecode/OperationsResearchModels.jl

JOSS submission

01 Sep 10:33

Choose a tag to compare

  • Joss paper review
  • Documentation update
  • Most of the methods implement solve interface using XXXProblem and XXXResult structures.

v0.2.6

10 Jul 06:51

Choose a tag to compare

Changelog

  • Make initial solution optional in Transportation problems
  • Add tests for the shortest path problem
  • Add a $100 \times 100$ test problem for assignment
  • Replace Array{Type, 1} and Array{Type, 2} with Vector{Type} and Matrix{Type}, respectively
  • Implement isbalanced and balance for Assignment Problem
  • Solve unbalanced assignment problems