# NOT RUN {
library(CoopGame)
bankruptcyGameVector(n=3, d=c(1,2,3), E=4)
# }
# NOT RUN {
#Estate division problem from Babylonian Talmud
#from paper by Aumann (2002) with E=300
library(CoopGame)
bankruptcyGameVector(n=3,d=c(100,200,300),E=300)
#Output
#[1] 0 0 0 0 100 200 300
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab