assignment {rminizinc}R Documentation

assignment problem 2

Description

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

Usage

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)


[Package rminizinc version 0.0.8 Index]