A Comparison of SONC and SOS Certificates for Unconstrained Optimization

POEM: General information on the software, including the full database of examples.

On this page, we provide supplemental material for our paper “An Experimental Comparison of SONC and SOS Certificates for Unconstrained Optimization”.

Since some examples from the paper were too long to include them in the paper, we provide them here in digital form.
You can create the instance by calling p = Polynomial(<string from file>).
Alternatively, if the size of the string causes issues, call p = Polynomial(open(<file name>).read().strip()).

Last Update: September 4, 2018