Metadata-Version: 1.0
Name: dlx
Version: 1.0.1
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: GPL
Description: 
        This package provides an implementation of Donald Knuth's Dancing
        Links algorithm for solving exact set cover problems.
        
        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
