osqp-python icon indicating copy to clipboard operation
osqp-python copied to clipboard

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

Open litongyu opened this issue 3 years ago • 1 comments

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

litongyu avatar Mar 22 '22 02:03 litongyu

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

martinstefanik avatar Aug 16 '23 19:08 martinstefanik