Metadata-Version: 1.1
Name: PyMPL
Version: 0.3.0
Summary: Python extension to the AMPL modelling language
Home-page: https://github.com/fdabrandao/pympl
Author: Filipe Brandao
Author-email: fdabrandao@dcc.fc.up.pt
License: GPLv3+
Description: 
        PyMPL
        -----
        PyMPL is a python extension to the AMPL modelling language that adds
        new statements for evaluating python code within AMPL models.
        PyMPL includes, among others, procedures for modelling piecewise linear
        functions, arc-flow graphs for vector packing, 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>`_
        
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Scientific/Engineering
