Releases: jbytecode/OperationsResearchModels.jl
Releases · jbytecode/OperationsResearchModels.jl
v0.2.13
OperationsResearchModels v0.2.13
-
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
OperationsResearchModels v0.2.12
JOSS submission
- Joss paper review
- Documentation update
- Most of the methods implement
solveinterface usingXXXProblemandXXXResultstructures.
v0.2.6
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}andArray{Type, 2}withVector{Type}andMatrix{Type}, respectively - Implement
isbalancedandbalancefor Assignment Problem - Solve unbalanced assignment problems