Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reity/trudge
Enumeration (using Python generators) of finite and infinite discrete spaces.
https://github.com/reity/trudge
enumeration exhaustive-search mathematics python-library state-space-search
Last synced: 5 days ago
JSON representation
Enumeration (using Python generators) of finite and infinite discrete spaces.
- Host: GitHub
- URL: https://github.com/reity/trudge
- Owner: reity
- License: mit
- Created: 2018-03-13T21:43:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T20:24:44.000Z (about 4 years ago)
- Last Synced: 2024-12-23T05:47:40.089Z (about 1 month ago)
- Topics: enumeration, exhaustive-search, mathematics, python-library, state-space-search
- Language: Python
- Homepage: https://pypi.org/project/trudge
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
trudge
======Generators that enumerate discrete spaces using various strategies.
.. image:: https://badge.fury.io/py/trudge.svg
:target: https://badge.fury.io/py/trudge
:alt: PyPI version and link.Package Installation and Usage
------------------------------
The package is available on PyPI::python -m pip install trudge
The library can be imported in the usual way::
import trudge