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

LP sensitivity reports #2662

Closed
odow opened this issue Aug 11, 2021 · 0 comments · Fixed by #2967
Closed

LP sensitivity reports #2662

odow opened this issue Aug 11, 2021 · 0 comments · Fixed by #2967
Labels
good first issue This issue is recommended for new users, it does not require a thorough understanding of the package Status: Help Wanted Help is welcome on this issue Type: Feature request
Milestone

Comments

@odow
Copy link
Member

odow commented Aug 11, 2021

A common request when teaching LP101-type classes is for sensitivity reports similar to Excel solver.

Here is a suggestion from someone who teaches these types of classes:

image
image

image

We already have the information available in https://jump.dev/JuMP.jl/stable/manual/solutions/#Sensitivity-analysis-for-LP, so it's really a matter of presenting it appropriately. I don't know if we want a data frames dependency, but maybe we could use the Tables.jl interface (https://github.com/JuliaData/Tables.jl) or just print it for now, similar to solution_summary.

In fact, maybe we could just add this as additional outputs to solution_summary if you pass a sensitivity = true keyword? (This was a bad suggestion by me.)

Before working on this PR, please read the comments in #2794 to understand a previous attempt.

@odow odow added Type: Feature request Status: Help Wanted Help is welcome on this issue good first issue This issue is recommended for new users, it does not require a thorough understanding of the package labels Aug 11, 2021
@odow odow added this to the 1.x milestone Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is recommended for new users, it does not require a thorough understanding of the package Status: Help Wanted Help is welcome on this issue Type: Feature request
1 participant