powered by
Return the decimal expression for the subsets A. In binary and in cardinality ordering respectively.
fm.ShowCoalitions(env = NULL)
is the array of integers which show the decimal expressions for all 2^n coalitions.
Environment variable obtained from fm.Init(n).
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) ShowCoalitions <- fm.ShowCoalitions(env) ShowCoalitions
Run the code above in your browser using DataLab