assignment_2 {rminizinc} | R Documentation |
assignment problem 2
Description
Solve an assignment problem Winston "Operations Research", page 398, swimming team example Model created by Hakan Kjellerstrand(hakank(at)bonetmail.com) See : http://www.hakank.org/minizinc/assignment2.mzn
Usage
assignment_2(rows, cols, cost)
Arguments
rows |
number of columns |
cols |
number of tasks |
cost |
cost matrix (to be provided as 1-D vector) |
[Package rminizinc version 0.0.8 Index]