Metadata-Version: 1.1
Name: dual
Version: 0.0.1
Summary: `dual` is a package for dual problem.
Home-page: https://pypi.python.org/pypi/dual
Author: Saito Tsutomu
Author-email: tsutomu@kke.co.jp
License: PSFL
Description: `dual` is a package for dual problem.
        ::
        
           print(dual("min c^T x
        A x >= b
        x >= 0"))
        
        Requirements
        ------------
        * Python 3
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ pip install dual
        
        History
        -------
        0.0.1 (2016-3-27)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: dual
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
