jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.22k stars 393 forks source link

Change show(::IO, ::GenericModel) to a more informative tree structure #3803

Closed odow closed 1 month ago

odow commented 1 month ago

Closes #3802

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.90%. Comparing base (23ccb2c) to head (f7dce00).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3803 +/- ## ========================================== - Coverage 98.40% 97.90% -0.51% ========================================== Files 44 44 Lines 5968 6010 +42 ========================================== + Hits 5873 5884 +11 - Misses 95 126 +31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odow commented 1 month ago

@pulsipher this breaks a printing test in InfiniteOpt. Thoughts?

pulsipher commented 1 month ago

@pulsipher this breaks a printing test in InfiniteOpt. Thoughts?

This is not unexpected and I think this is a good PR. I can update InfiniteOpt once this PR is merged and make that particular test more robust printing changes in JuMP when I am at it.