issues
search
saebyn
/
munkres-cpp
Kuhn-Munkres (Hungarian) Algorithm in C++
http://saebyn.info/2007/05/22/munkres-code-v2/
GNU General Public License v2.0
205
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adding target_include_directories to allow easier usage in subdirecto…
#33
rmpowell77
opened
2 years ago
0
Add a namespace MunkresCpp to avoid type collision.
#32
xuhao1
opened
3 years ago
0
Tests are broken
#31
yurivict
opened
3 years ago
0
do this code return the minimum assignment or the max one?
#30
zhuzy-2018
opened
3 years ago
1
do this algorithm return max assignment or the minimum one ??
#29
zhuzy-2018
closed
3 years ago
0
About make install
#28
HenryBao91
opened
3 years ago
1
Memory leak if bad_alloc happens
#27
demin-dmitriy
opened
7 years ago
0
seems there's a bug
#26
mxmxlwlw
closed
7 years ago
1
confused about the ouput of the munkres.solve()
#25
mxmxlwlw
closed
7 years ago
0
`$$` != `&&`
#24
Yay295
closed
7 years ago
1
Eliminate function pair_in_list and use std::find instead.
#23
Gluttton
closed
7 years ago
1
Migrate to header-only, involved generic abstract base class for data holder class, etc...
#22
Gluttton
closed
8 years ago
13
Wrong results from solve()-method
#21
patriciastar
closed
8 years ago
3
Non-optimal results for test case with DBL_MAX in diagonal
#20
louiev
closed
8 years ago
7
Templated munkres
#19
kaajo
closed
9 years ago
2
Adapters doesn't allow correct convert non square matrices
#18
Gluttton
closed
9 years ago
0
Add to CMake build script "install" target
#17
Gluttton
closed
9 years ago
1
Add rules for automatic formatters
#16
Gluttton
opened
10 years ago
0
Adds adapters for solving std::array and raw (C-style) array.
#15
Gluttton
closed
10 years ago
0
Testing issues...
#14
Gluttton
closed
10 years ago
0
Method Munkres::pair_in_list always return false
#13
Gluttton
opened
10 years ago
2
Wrong result of function replace_infinites
#12
Gluttton
closed
10 years ago
2
Wrong result of function minimize_along_direction over rows and columns
#11
Gluttton
closed
10 years ago
2
Wrong solution result for non square matrix.
#10
Gluttton
closed
8 years ago
5
Improving tests
#9
Gluttton
closed
10 years ago
1
C++11 migration
#8
Gluttton
closed
10 years ago
1
Cxxtest to gtest pull request
#7
Gluttton
closed
10 years ago
2
Support other matrix data type classes.
#6
Gluttton
opened
10 years ago
5
Enforce class invariants when DEBUG defined
#5
Gluttton
opened
10 years ago
0
Extract methods / functions out of the longer steps
#4
Gluttton
closed
10 years ago
3
Replace cxxtest with google test
#3
Gluttton
closed
10 years ago
1
Missed step 0 (subtraction from each row and column their min item) was added
#2
Gluttton
closed
10 years ago
2
Unused methods from Matrix class were removed.
#1
Gluttton
closed
10 years ago
1