Metadata-Version: 2.1
Name: dual
Version: 0.0.9
Summary: `dual` is a package for dual problem.
Home-page: https://github.com/SaitoTsutomu/dual
Author: SaitoTsutomu
Author-email: tsutomu7@hotmail.co.jp
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Description-Content-Type: text/x-rst

`dual` is a package for dual problem.
::

   from dual import dual
   print(dual("min c^T x\nA x >= b\nx >= 0"))

Requirements
------------
* Python 3

Features
--------
* nothing

Setup
-----
::

   $ pip install dual

History
-------
0.0.1 (2016-3-27)
~~~~~~~~~~~~~~~~~~
* first release

