checkConsistency: Check problem consistency

Description Usage Arguments Value Examples

Description

This function allows to check if preference information is consistent.

Usage

1

Arguments

problem

Problem to check.

Value

TRUE if a model of a problem is feasible and FALSE otherwise.

Examples

1
2
3
4
5
perf <- matrix(c(5, 2, 1, 7, 0.5, 0.9, 0.4, 0.4), ncol = 2)
problem <- buildProblem(perf, 3, FALSE, c('g', 'g'), c(0, 0))
problem <- addAssignmentsLB(problem, c(1, 2), c(2, 3))

isConsistent <- checkConsistency(problem)

kciomek/rorutadis documentation built on May 20, 2019, 8:16 a.m.