Metadata-Version: 2.1
Name: HyTra
Version: 0.0.2rc1
Summary: Hypergraph Transversals
Home-page: https://github.com/balqui/HyTra
Author: José Luis Balcázar
Author-email: joseluisbalcazar@gmail.com
License: UNKNOWN
Description: # HyTra
        **Hy**pergraph **Tra**nsversals: a project to study, and to employ in applications, algorithms for computing the minimal transversals of a hypergraph or, equivalently, to dualize monotone Boolean functions. 
        
        This project has _no connection whatsoever_ to the Python-based LISP dialect called Hy. 
        Hypergraphs had their name well established looooong before the birth of that programming language. 
        
        Written in standard Python: initially Python 2, later adjusted to be compatible with both Python 2 and 3. Compatibility with Python 2 might be lost in the near future.
        
        An earlier version of this software was written mid 2007 as ancillary classes for several exploratory developments on mining closed sets and association rules, of which only https://github.com/balqui/yacaree remains active. This repository is set up with very simmilar versions of the 2007 programs, and its mid-term purpose is to enjoy an independent life as a platform for testing and evaluating the efficiency of hypergraph transversal algorithms, of which there are several out there by now. However, it starts rather simple implementations both of the hypergraphs and of the transversal computation.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=2.7
Description-Content-Type: text/markdown
