Plugins to commercial solvers for pagmo / pygmo#
pagmo_plugins_nonfree is an affiliated package of
pagmo/pygmo.
It adds commercial solvers to the list of User Defined Algorithms (UDAs). All added UDAs are implemented as plugins, so third-party libraries are loaded at run time. You must ensure you have access rights to the solver libraries. Library name and path can be specified when constructing the UDAs.
Getting Started#
C++#
API reference for C++ plugins.
Python#
API reference for Python plugins.