Gluttton
Gluttton
Support other matrix data type classes from other libs (boost)? UPD Implemented: - `std::array` (C++11); - raw (C-style) array; - `boost::numeric::ublas::matrix`; - `std::vector `.
Method `Munkres::pair_in_list` always return `false`. I have launched tests with option `--gtest_repeat=100` and built test coverage report (using lcov). Based report I found that method `Munkres::pair_in_list` always return `false`. I...
Add rules for automatic formatters: astyle, uncrustify, etc... On the one hand each programmer has personal formating preferences and on the other hand, code on the whole project should looks...
Enforce class invariants when DEBUG def'd?