assignment function

assignment problem 2

assignment problem 2

Solve an assignment problem (Goal is to minimize the cost)

assignment(n, m, cost)

Arguments

  • n: number of agents
  • m: number of tasks
  • cost: 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)
  • Maintainer: Akshit Achara
  • License: Mozilla Public License Version 2.0
  • Last published: 2021-10-15