We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2089e0 commit 2c900b3Copy full SHA for 2c900b3
CHANGELOG.md
@@ -4,6 +4,8 @@
4
- Add tests for the shortest problem problem
5
- Add a 100x100 test problem for assignment
6
- Replace `Array{Type, 1}` and `Array{Type, 2}` with `Vector{T}` and `Matrix{Type}`, respectively
7
+- Implement `isbalanced` and `balance` for Assignment Problem
8
+- Solve unbalanced assignment problems
9
10
11
### 0.2.5
0 commit comments