Metadata-Version: 1.1
Name: pybnb
Version: 0.2.0
Summary: A parallel branch-and-bound engine for Python
Home-page: https://github.com/ghackebeil/pybnb
Author: Gabriel A. Hackebeil
Author-email: gabe.hackebeil@gmail.com
License: MIT
Description: pybnb
        =====
        
        .. image:: https://travis-ci.org/ghackebeil/pybnb.svg?branch=master
          :target: https://travis-ci.org/ghackebeil/pybnb
        .. image::  https://ci.appveyor.com/api/projects/status/gfbrxja9v08rm7a2?svg=true
          :target: https://ci.appveyor.com/project/ghackebeil/pybnb
        .. image:: https://codecov.io/gh/ghackebeil/pybnb/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/ghackebeil/pybnb
        .. image:: https://img.shields.io/pypi/v/pybnb.svg
          :target: https://pypi.python.org/pypi/pybnb/
        .. image:: https://readthedocs.org/projects/pybnb/badge/?version=latest
          :target: http://pybnb.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        A parallel branch-and-bound engine for Python.
        
        This software is copyright (c) by Gabriel A. Hackebeil (gabe.hackebeil@gmail.com).
        
        This software is released under the MIT software license.
        This license, including disclaimer, is available in the 'LICENSE' file.
        
Keywords: optimization,branch and bound
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
