Metadata-Version: 2.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@dcc.fc.up.pt
Maintainer: Filipe Brandao
Maintainer-email: fdabrandao@gmail.com
License: AGPLv3+
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
Requires-Dist: future (>=0.15.0)
Requires-Dist: six (>=1.5.2)
Requires-Dist: flask (>=0.10.1)
Requires-Dist: pympl (>=1.1.2)
Requires-Dist: pytest (>=2.9.1)
Requires-Dist: pytest-cov (>=2.2.1)
Requires-Dist: coveralls (>=1.1)


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>`_


