Searched refs:rowsol (Results 1 – 1 of 1) sorted by relevance
503 std::vector<int> matches(costMatrix.rows, 0), colsol(costMatrix.rows), rowsol(costMatrix.rows); in hungarian() local528 rowsol[imin] = j; in hungarian()548 j1=rowsol[i]; in hungarian()613 rowsol[i]=j1; in hungarian()728 endofpath = rowsol[i]; in hungarian()729 rowsol[i] = j1; in hungarian()766 if (rowsol[kc]<sizeScd1) // if a real match in hungarian()