osqp / osqp-python

Python interface for OSQP

Home Page:https://osqp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

litongyu opened this issue · comments

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

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