fm.ShowCoalitionsCard {Rfmtool} | R Documentation |
Return the decimal expression for the subsets A. In binary and in cardinality ordering respectively.
fm.ShowCoalitionsCard(env = NULL)
env |
Environment variable obtained from fm.Init(n). |
output |
The output the decimal expression for the subsets A. It is the array of integers containing the decimal expressions for all 2^n coalitions. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3)
CoalitionsCard <- fm.ShowCoalitionsCard(env)
CoalitionsCard