SymPy | Subset.next_lexicographic() in Python
Subset.next_lexicographic() : next_lexicographic() is a sympy Python library function that returns the next lexicographically ordered subset. Syntax : sympy.combinatorics.subset.Subset.next_lexicographic() Return : the next lexicographically ordered subset Code #1 : next_lexicographic() Example # Py