Metadata-Version: 1.0
Name: coinor.blimpy
Version: 1.3.4
Summary: Basic List Implementation in Python',
      long_description='BLImPy (Basic List Implementation in Python) is a basic implementation of a linked list data structure that is a drop-in replacement for the Python list. It supports all basic list methods. The data structure is not as efficient as the Python list for many operations and in most cases, should not be used except in a teaching setting. It was developed to illustrate basic principles and to be used with GiMPy, a graph implementation in Python. BLImPy includes a stack data structure, a queue data structure, and a priority queue data structure.

Documentation for the API is here:

https://tkralphs.github.io/BLImPy

Home-page: http://projects.coin-or.org/CoinBazaar/wiki/Projects/GIMPy
Author: Aykut Bulut, Ted Ralphs
Author-email: {aykut,ted}@lehigh.edu
License: Eclipse Public License
Description: UNKNOWN
Platform: UNKNOWN
