Skip to content

Releases: jbytecode/OperationsResearchModels.jl

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:45

OperationsResearchModels v0.2.13

Diff since v0.2.12

  • Minimum Spanning Tree accepts distance matrix encapsulated by MstProblem as input.

  • Export lower and upper bounds of the game and strategy type (Pure or Mixed) in Game solver.

  • Intoduce parametric typing in many methods.

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:52

OperationsResearchModels v0.2.12

Diff since v0.2.7

JOSS submission

Choose a tag to compare

@jbytecode jbytecode released this 01 Sep 10:33
  • Joss paper review
  • Documentation update
  • Most of the methods implement solve interface using XXXProblem and XXXResult structures.

v0.2.6

Choose a tag to compare

@jbytecode jbytecode released this 10 Jul 06:51

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