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

dual variables for SciPy LP solver interfaces #1425

Closed
rileyjmurray opened this issue Jun 21, 2021 · 1 comment
Closed

dual variables for SciPy LP solver interfaces #1425

rileyjmurray opened this issue Jun 21, 2021 · 1 comment

Comments

@rileyjmurray
Copy link
Collaborator

From the SciPy user digest, as of SciPy 1.7.0:

When linprog is used with method 'highs', 'highs-ipm', or
'highs-ds', the result object now reports the marginals (AKA shadow
prices, dual values) and residuals associated with each constraint.

Adding support for this would follow up on #1416. Pinging @Michael-git96.

@michaels0m
Copy link
Contributor

@rileyjmurray - thanks for letting me know, glad to see the dual variables are returned for the HiGHS solvers in the latest SciPy version. I will create a pull request linked to this issue.

rileyjmurray pushed a commit that referenced this issue Jun 29, 2021
* Added dual variables for Scipy HiGHS solvers

* Adding class attribute to run tests with duals for SCIPY
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

2 participants