But, solver is returning infeasible status. And, I am not sure if I am doing something wrong, or the ORTools::LinearSumAssignment is not the right solver to solve this type of cost matrix. Could you please shed some lights if I should use any other configuration with ORTools::LinearSumAssignment to solve the above 20 * 16 cost matrix?
I have tried the given example of
ORTools::LinearSumAssignment
in the README section which works for 4 * 4 cost matrix:Now, I am trying to solve a similar problem for a slightly larger cost matrix which is *20 16 matrix** and the cost matrix is:
But, solver is returning
infeasible
status. And, I am not sure if I am doing something wrong, or theORTools::LinearSumAssignment
is not the right solver to solve this type of cost matrix. Could you please shed some lights if I should use any other configuration withORTools::LinearSumAssignment
to solve the above 20 * 16 cost matrix?Thank you in advance.