#include <unordered_set>#include <numeric>#include <stdexcept>#include "RLAPSolverHungarian.hpp"#include <iostream>Macros | |
| #define | DBG_PRINT_ZEROS(v) |
| #define | MAX_DIM(m) std::max(m.getDims()[0], m.getDims()[1]) |
Functions | |
| rowMin ({MAX_DIM(mat)}, maxCost) | |
| colMin ({MAX_DIM(mat)}, maxCost) | |
| solved (false) | |
| #define DBG_PRINT_ZEROS | ( | v | ) |
Prints contents of a container of RLAPSolverHungarian::Zero human readable
| #define MAX_DIM | ( | m | ) | std::max(m.getDims()[0], m.getDims()[1]) |
Used to determine the solver size needed internally
| colMin | ( | {MAX_DIM(mat)} | , |
| maxCost | |||
| ) |
| rowMin | ( | {MAX_DIM(mat)} | , |
| maxCost | |||
| ) |
| solved | ( | false | ) |
1.8.6