coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
384 stars 129 forks source link

Getting qpOASES version in Python #140

Open stephane-caron opened 1 year ago

stephane-caron commented 1 year ago

The Python interface does not currently export a __version__ attribute, or an any way to retrieve the qpOASES version after importing the module.

This would be useful e.g. in QP solvers benchmarks, where it is important to report the exact solver version used when comparing to other solvers (or even to the same solver across successive versions).