Metadata-Version: 1.1
Name: pyvpsolver
Version: 3.1.3
Summary: Arc-flow Vector Packing Solver (VPSolver)
Home-page: https://github.com/fdabrandao/vpsolver
Author: Filipe Brandao
Author-email: fdabrandao@gmail.com
License: AGPLv3+
Description: 
        VPSolver
        --------
        VPSolver is a vector packing solver based on an arc-flow formulation
        with graph compression. VPSolver generates very strong models that can
        be solved using general-purpose mixed-integer programming solvers such
        as Gurobi and GLPK. For modelling other problems easily, VPSolver
        includes a Python API and a modelling toolbox (PyMPL).
        
        Setup
        `````
        
        .. code:: bash
        
            $ pip install pyvpsolver
        
        System requirements
        ```````````````````
        
        * UNIX-like operating system or a UNIX-like environment such as Cygwin
        * g++ >= 4.8; bash >= 3.0
        
        Links
        `````
        
        * `VPSolver wiki <https://github.com/fdabrandao/vpsolver/wiki>`_
        * `GiHub repository <https://github.com/fdabrandao/vpsolver>`_
        * `BitBucket repository <https://bitbucket.org/fdabrandao/vpsolver>`_
        
Platform: unix
Platform: linux
Platform: osx
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
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
