GpoSolver

A MATLAB/C++ Toolbox for Global Polynomial Optimization

GpoSolver is distributed as one archive file containing the Matlab toolbox, the C++ template library, and the third party DLL libraries facilitating the usage of GpoSolver under Windows 64-bit. The archive contains several subdirectories:
matlab Matlab toolbox for modeling POP and PMI problem classes and for generating the LMI relaxations.
include C++ GpoSolver template library.
examples examples of several practical engineering problems solved by GpoSolver.
win this directory contains third party DLL libraries to facilitate the usage of GpoSolver under Windows 64-bit. It also contains MS Visual Studio projects that can be used to build the problems from examples using MS Visual Studio versions 2008, 2010, and 2013.
doc GpoSolver documentation.

Version 1.2

 
Changes
 
  • Added more examples
  • Fixed the gpogenerator function call that crashed with “Undefined function ’lmirelax’” error.
  • Various bug fixes

Version 1.1

Changes
  • Added ability to solve LMI and PMI problems
  • Various bug fixes

Version 1.0

  • Initial version