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

HiGHS API and duals / reduced costs / slacks #780

Open
WPettersson opened this issue Oct 4, 2024 · 0 comments · May be fixed by #781
Open

HiGHS API and duals / reduced costs / slacks #780

WPettersson opened this issue Oct 4, 2024 · 0 comments · May be fixed by #781

Comments

@WPettersson
Copy link

Describe the new feature

The HiGHS (highspy in particular) API doesn't currently load the duals / reduced costs / slacks / shadow prices into pulp from highs, but they are present in highs (admittedly, the slacks aren't quite present, only the row values, but slacks can be computed easily from those).

I do have a commit ready to go for this, a PR will be raised in a few minutes referencing this.

Additional info

Please answer these questions before submitting your feature request.

Is your feature request related to an issue? Please include the issue number.

No.

Does this feature exist in another product or project? Please provide a link.

I ... guess not.

WPettersson added a commit to WPettersson/pulp that referenced this issue Oct 4, 2024
This adds duals, slacks, and reduced costs to the highspy HiGHS interface.

Closes: coin-or#780
@WPettersson WPettersson linked a pull request Oct 4, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant