Metadata-Version: 1.0
Name: dlx
Version: 1.0.3
Summary: Implementation of Donald Knuth's Dancing Links algorithm.
Home-page: http://www.site.uottawa.ca/~mraap046
Author: Sebastian Raaphorst
Author-email: srcoding@gmail.com
License: Apache 2.0
Description: 
                 This package provides an implementation of Donald Knuth's Dancing
                 Links algorithm for solving exact set cover problems.
        
                 1.0.3: Attempt to make code compatible with Python 3.
                 1.0.2: Removed extraneous code (had switched from callbacks for solutions to
                        making solve a generator to yield, but had forgotten to remove the
                        solution callback function parameter from the solve method).
                 1.0.1: Critical bugfix (N array was one short: did not account for header).
                 1.0.0: Initial release.
              
Keywords: exact cover algorithm dlx dancing links
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Mathematics
