Metadata-Version: 1.2
Name: py-bipartite-matching
Version: 0.1.12
Summary: Py Bipartite Matching contains bipartite graphs matching algorithms.
Home-page: https://github.com/FranciscoMoretti/py_bipartite_matching
Author: Francisco Moretti
Author-email: franciscoemoretti@gmail.com
License: MIT license
Description: =====================
        Py Bipartite Matching
        =====================
        .. image:: icon_152x200.png
                :height: 200px
                :align: center
                :alt: Bipartite graph
        
        .. image:: https://img.shields.io/pypi/v/py_bipartite_matching.svg
                :target: https://pypi.python.org/pypi/py_bipartite_matching
        
        .. image:: https://pyup.io/repos/github/FranciscoMoretti/py_bipartite_matching/shield.svg
             :target: https://pyup.io/repos/github/FranciscoMoretti/py_bipartite_matching/
             :alt: Updates
        
        .. image:: https://travis-ci.com/FranciscoMoretti/py_bipartite_matching.svg?branch=master
            :target: https://travis-ci.com/FranciscoMoretti/py_bipartite_matching
        
        .. image:: https://readthedocs.org/projects/py-bipartite-matching/badge/?version=latest
                :target: https://py-bipartite-matching.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Algorithms for Enumerating All Perfect, Maximum and Maximal Matchings in Bipartite Graphs.
        
        Algorithm described in "Algorithms for Enumerating All Perfect, Maximum and Maximal Matchings in Bipartite Graphs"
        By Takeaki Uno in "Algorithms and Computation: 8th International Symposium, ISAAC '97 Singapore,
        December 17-19, 1997 Proceedings"
        See http://dx.doi.org/10.1007/3-540-63890-3_11
        
        * Free software: MIT license
        * Documentation: https://py-bipartite-matching.readthedocs.io.
        
        
        Features
        --------
        
        * Functions available:
                * enum_perfect_matchings
                * enum_maximum_matchings
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        
        0.1.10 (2021-04-02)
        --------------------------------------------------------
        
        * Functions already available: enum_perfect_matchings and enum_maximum_matchings
        * Readme files updated
        
        
        0.1.0 (2021-02-14)
        --------------------------------------------------------
        
        * First release on PyPI.
        
Keywords: py_bipartite_matching
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
