Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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