osqp / osqp-python

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

As/torch #129

Closed AmitSolomonPrinceton closed 6 months ago

AmitSolomonPrinceton commented 7 months ago

Improvements to torch.py, including parallelization, refactoring, update existing solvers instead of recreating them. Also added devcontainer, set the version of scipy to <1.12, and update build files.

vineetbansal commented 7 months ago

Great to see that the CI is working on this PR!

I have a couple of suggestions, mostly having to do with my taking a shortcut on this before, something that might be handled better with this PR (and going forward):

I also don't recommend including .devcontainer in this PR, since that might trigger an IDE-specific proliferation of code, but that's just my personal opinion.