Metadata-Version: 1.0
Name: vizing
Version: 0.0.10
Summary: List-colouring of graphs
Home-page: http://packages.python.org/vizing/
Author: Matthew Henderson
Author-email: matthew.james.henderson@gmail.com
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi/vizing/
Description: Vizing -- list-colouring of graphs in Python 
        ============================================
        
        Vizing is a collection of Python code for working with list-colouring problems. List vertex-colourings and list edge-colourings are both of interest here. With Vizing you can easily build a variety of models of a list colouring problem instances and use solvers to find realisations of your models. 
        
        Visualisations in LaTeX are provided via ``tkz-graph``.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
