Metadata-Version: 2.1
Name: SOSPysp
Version: 0.1.0
Summary: Python version of MATLAB SOSTOOLS, a toolbox for sum-of-squares optimization
Home-page: https://github.com/zm2404/SOSPy/tree/main
Author: Zhe Mo
Author-email: zm2404@columbia.edu
Keywords: Sum of Square Optimization,SOSTOOLS
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown

This package is a Python version of MATLAB TOOLBOX -- SOSTOOLS. 

This package contains functions based on **sympy** package. However, in case of a large number of decision variables, **sympy** may take a long time to parse the data.

Demos are in the folder SOSPy/SOSPy_demos.
