View source: R/CommonMZNProblems.R
Solve an assignment problem (Goal is to minimize the cost)
1 | assignment(n, m, cost)
|
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.