osqp / osqp-python

Python interface for OSQP
https://osqp.org/
Apache License 2.0
112 stars 41 forks source link

Export OSQP_info and OSQP_results in src/extension/src/osqpmodule.c #75

Open litongyu opened 2 years ago

litongyu commented 2 years ago

Export these two types can make osqp pickleable, otherwise python cannot recognize these classes.

martinstefanik commented 1 year ago

Upvote for exporting OSQP_results and OSQP_info. This should be quick and it is helpful for code bases using type hints.