Metadata-Version: 1.1
Name: PyMPL
Version: 1.1.1
Summary: Mathematical Programming Toolbox for AMPL/GMPL
Home-page: https://github.com/fdabrandao/pympl
Author: Filipe Brandao
Author-email: fdabrandao@dcc.fc.up.pt
License: AGPLv3+
Description: 
        PyMPL
        -----
        PyMPL is a python extension to the AMPL modelling language that adds
        new statements for evaluating python code within AMPL/GMPL models.
        PyMPL also includes, among others, procedures for modelling piecewise
        linear functions, compressed arc-flow graphs for vector packing,
        sub-tour elimination constraints for TSP, and lot-sizing reformulations.
        PyMPL is fully compatible with both python 2 and 3.
        
        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>`_
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Scientific/Engineering
