“…The algorithm presented in [49] can be briefly described as an enumeration algorithm with the construction of lengthening chains of single-element bases that create a composite base. To form the base, a set of all combinations of index sets is pre-created: Ckn is the set of all combinations of k integers, from 1 to n, ordered in ascending order (Ckn is ordered in lexicographical order, for example, if n = 5 and k = 3; then, Ckn = {{1, 2, 3}, {1, 2, 4}, {1, 2, 5}, {1, 3, 4}, {1, 3, 5}, {1, 4, 5}, {2, 3, 4}, {2, 3, 5}, {2, 4, 5}, {3, 4, 5}}).…”