# NOT RUN {
## Roommate problem with 10 players, transferable utility and random preferences:
plp(N=10)
## Roommate problem with 10 players, transferable utility and given preferences:
V <- matrix(rep(1:10, 10), 10, 10)
plp(V=V)
# }
Run the code above in your browser using DataLab