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)


rminizinc documentation built on Oct. 15, 2021, 9:06 a.m.