Computing the table of conflict for \(nbexperts\) masses and \(natoms = round(\log2(lm))\) classes.
This function gives the conflict focal set combinations for the \(nbexperts\) masses. The focal sets are labeled in natural order, e.g,
number 2 denotes \(\omega_1\), and number 4 donoets \(\{\omega_1,\omega_2\}\) if the discernment frame is \(\{\omega_1,\omega_2,\ldots,\omega_n\}\). Note that only one case of
conflict is given. For example, if expert 1 says 3, and expert 2 says 2 the function returns matrix(c(2,3),,1)
and if expert 1 says 2, and expert 2 says 3 the function also returns matrix(c(2,3),,1)
.