jump-dev / Convex.jl

A Julia package for disciplined convex programming
https://jump.dev/Convex.jl/stable/
Other
567 stars 121 forks source link

Drop default `MAXWIDTH` to 3 (from 15) #661

Closed ericphanson closed 4 months ago

ericphanson commented 4 months ago

This dramatically shortens the printing in some cases, like the problem in https://jump.dev/Convex.jl/dev/examples/mixed_integer/n_queens/. I think showing so many constraints isn't useful, and one can dig into the problem themselves if needed. Not really sure why I chose such a big value in the first place in https://github.com/jump-dev/Convex.jl/pull/345.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 97.88%. Comparing base (68e9efc) to head (8433e4e). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #661 +/- ## ======================================= Coverage 97.88% 97.88% ======================================= Files 89 89 Lines 5205 5205 ======================================= Hits 5095 5095 Misses 110 110 ```

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