Spaces:
Sleeping
Sleeping
File size: 443 Bytes
b66f126 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | .. _combinatorics-graycode:
Gray Code
=========
.. module:: sympy.combinatorics.graycode
.. autoclass:: GrayCode
:members:
.. automethod:: sympy.combinatorics.graycode.random_bitstring
.. automethod:: sympy.combinatorics.graycode.gray_to_bin
.. automethod:: sympy.combinatorics.graycode.bin_to_gray
.. automethod:: sympy.combinatorics.graycode.get_subset_from_bitstring
.. automethod:: sympy.combinatorics.graycode.graycode_subsets
|