assignment problem 2
Solve an assignment problem (Goal is to minimize the cost)
assignment(n, m, cost)
n
: number of agentsm
: number of taskscost
: m x n 2D array where each row corresponds to the cost of each task for that agent. (to be provided as 1-D vector)Useful links