assignment_2: assignment problem 2

Description Usage Arguments

View source: R/CommonMZNProblems.R

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

1
assignment_2(rows, cols, cost)

Arguments

rows

number of columns

cols

number of tasks

cost

cost matrix (to be provided as 1-D vector)


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