bodono / scs-python

Python interface for SCS
MIT License
41 stars 33 forks source link

Re-using matrix factorization #1

Closed nrontsis closed 5 years ago

nrontsis commented 6 years ago

Hi,

I believe that the python interface does not allow re-using the matrix factorization. Is this something you plan to support? Would it be difficult to implement?

Thanks,

Nikitas

bodono commented 6 years ago

Currently that isn't supported, is it something that would be useful to you? I don't think it would be difficult to implement, if you have a PR I would be happy to merge it in.

nrontsis commented 6 years ago

Hey, thanks for the reply.

Yes it makes sense for my problem, as I am solving a set of parametric problems.

I don't have any experience with connecting C with python. I plan though on working on similar projects related to OSQP, so I might come back with a PR at a future point. For now, I am closing the issue.

bodono commented 6 years ago

I'm going to re-open so we can track this.

bamos commented 5 years ago

This would be easy to add with only Python using #11 now

nrontsis commented 5 years ago

Thanks @bamos; this should cover my needs. @bodono do you think that this should be closed now?

bodono commented 5 years ago

Yep, I'll close it now! Thanks all.