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

Adds adapters for solving std::array and raw (C-style) array. #15

Closed Gluttton closed 10 years ago

Gluttton commented 10 years ago

This commit is related to the issue #6 (Support other matrix data type classes).