Macros | |
| #define | DBG_PRINT_JV_SOL(type, sol) |
| #define | DBG_PRINT_JV_COSTMAT(v) |
| #define | MAX_DIM(m) std::max(m.getDims()[0], m.getDims()[1]) |
| #define DBG_PRINT_JV_COSTMAT | ( | v | ) |
Prints contents of a costmat of RLAPSolverJV
| #define DBG_PRINT_JV_SOL | ( | type, | |
| sol | |||
| ) |
Prints contents of a row- or colsol of RLAPSolverJV
| #define MAX_DIM | ( | m | ) | std::max(m.getDims()[0], m.getDims()[1]) |
Used to determine the solver size needed internally
1.8.6