osqp / osqp-python

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

Vb/codegencompile #92

Closed vineetbansal closed 2 years ago

vineetbansal commented 2 years ago

A codegen python module that supports the following module-level functions:

solve()                              # returns a 4-tuple of x, y, <iterations>, <runtime>
update_data_vec(q, l, u)             # any of these can be None, but not all
update_data_mat(P_x, P_i, A_x, A_i)  # At least one of P_x/A_x must be specified; i's can be None