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

Add QP solver through OSQP #225

Merged
merged 24 commits into from
Mar 16, 2021
Merged

Add QP solver through OSQP #225

merged 24 commits into from
Mar 16, 2021

Commits on Oct 12, 2020

  1. add osqp interface

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    1d64600 View commit details
    Browse the repository at this point in the history
  2. first functional version

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    206a2c3 View commit details
    Browse the repository at this point in the history
  3. complete functionality

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    54fe5fb View commit details
    Browse the repository at this point in the history
  4. add tests

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f1ea437 View commit details
    Browse the repository at this point in the history
  5. make compatible with sympy

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    77f6287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b286adb View commit details
    Browse the repository at this point in the history
  7. remove skip for fixed issue

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    d4165b9 View commit details
    Browse the repository at this point in the history
  8. additional fixes

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    39afef2 View commit details
    Browse the repository at this point in the history
  9. make pickling superfast

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    613e0fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c740e58 View commit details
    Browse the repository at this point in the history
  11. update default params

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    caed9bd View commit details
    Browse the repository at this point in the history
  12. using the dual solution to populate shadow prices (instead of reduced…

    … costs)
    Elad Noor authored and cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6e633bc View commit details
    Browse the repository at this point in the history
  13. fix: adding the _objective_offset to the objective value

    Elad Noor authored and cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    0ca13da View commit details
    Browse the repository at this point in the history
  14. fix regressions

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    10ccd72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b39d9a7 View commit details
    Browse the repository at this point in the history
  16. support cuosqp as well

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    fd02b71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b80b0b View commit details
    Browse the repository at this point in the history
  18. remove merge statements

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    a48046e View commit details
    Browse the repository at this point in the history
  19. remove merge statements

    cdiener committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    0f40532 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. enable missing features

    cdiener committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    1494a94 View commit details
    Browse the repository at this point in the history
  2. add osqp to tox

    cdiener committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    92bf883 View commit details
    Browse the repository at this point in the history
  3. add osqp to tox

    cdiener committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    4d5364d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    e773852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b92be View commit details
    Browse the repository at this point in the history