assignment: assignment problem 2

Description Usage Arguments

View source: R/CommonMZNProblems.R

Description

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

Usage

1
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)


acharaakshit/RMiniZinc documentation built on Oct. 22, 2021, 11:18 p.m.