Menu

#12 Deprecate combinatorial.combination_index_generator

None
pending
nobody
None
5
2023-03-22
2022-02-12
No

combinatorial.combination_index_genarator(n, m) generates indices of m elment subsets of n element set.
It is equivalent to itertools.combinations(range(n), m)since Python 2.6.

Discussion

  • Tanaka Satoru

    Tanaka Satoru - 2023-03-22

    Because of data type imcompatibilities, we stop to rewrite it.

     
  • Tanaka Satoru

    Tanaka Satoru - 2023-03-22
    • status: open --> pending
    • Group: -->
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.