bodono / scs-python

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

Pardiso mkl #61

Closed bodono closed 2 years ago

bodono commented 2 years ago

Update API to allow users to call the Pardiso MKL direct solver by passing in '--scs --mkl' when installing and then 'mkl=True' when calling. Add basic testing of this.