Learn R Programming

rorutadis (version 0.4.2)

getAssignments: Get assignments

Description

This function returns assignments for given model solution.

Usage

getAssignments(problem, solution)

Arguments

problem
Problem whose model was solved.
solution
Result of model solving (e.g. result of findRepresentativeFunction or investigateUtility).

Value

Vector of alternative assignments. Each element contains an index of a class that corresponding alternative was assigned to.

Details

Function is deprecated. Solution already contains assignments.