Metadata-Version: 2.0
Name: PyMPL
Version: 0.5.0
Summary: Mathematical Programming Toolbox for AMPL
Home-page: https://github.com/fdabrandao/pympl
Author: Filipe Brandao
Author-email: fdabrandao@dcc.fc.up.pt
License: GPLv3+
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Scientific/Engineering
Requires-Dist: setuptools (>=3.3)
Requires-Dist: future (>=0.15.0)
Requires-Dist: six (>=1.5.2)

PyMPL
-----
PyMPL is a python extension to the AMPL modelling language that adds
new statements for evaluating python code within AMPL models.
PyMPL also includes, among others, procedures for modelling piecewise
linear functions, compressed arc-flow graphs for vector packing,
lot-sizing reformulations, and sub-tour elimination constraints for TSP.

Setup
`````

.. code:: bash

    $ pip install pympl

Links
`````

* `PyMPL documentation <https://github.com/fdabrandao/pympl/wiki>`_
* `GiHub repository <https://github.com/fdabrandao/pympl>`_
* `BitBucket repository <https://bitbucket.org/fdabrandao/pympl>`_


