# NOT RUN {
library(CoopGame)
bankruptcyGameValue(S=c(2,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)
bankruptcyGameValue(S=c(2,3),d=c(100,200,300),E=300)
#Output
#[1] 200
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab