Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python linsys solver improvements #13

Open
1 of 6 tasks
bamos opened this issue Apr 5, 2019 · 0 comments
Open
1 of 6 tasks

python linsys solver improvements #13

bamos opened this issue Apr 5, 2019 · 0 comments

Comments

@bamos
Copy link
Contributor

bamos commented Apr 5, 2019

  • Add support for other precision.
  • Decide if anything else should be passed back up to Python.
  • Add normalization.
  • Add some docs and a description somewhere.
  • Add more checks to the functions passed in to make sure they are reasonable/take the correct number of arguments since otherwise errors coming from C calling back into Python can be uninformative/unnecessarily long
  • Add in standard normalization routines to the library users can call if they don't want to implement their own
bamos pushed a commit to bamos/scs-python that referenced this issue Apr 8, 2019
bamos pushed a commit to bamos/scs-python that referenced this issue Apr 8, 2019
bodono pushed a commit that referenced this issue Apr 8, 2019
* python_linsys: Correctly pass back up `None` when warm-start is provided.

* Python linsys: Add normalization for #13.

* Python linsys: Add normalization tests.

* Bump scs submodule to the latest master.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant