jump-dev / Pajarito.jl

A solver for mixed-integer convex optimization
Mozilla Public License 2.0
129 stars 22 forks source link

Improved Logging #420

Closed ccoffrin closed 2 years ago

ccoffrin commented 5 years ago

I think the solver would be improved by having some more structured logging controlling the terminal output.

Notable challenges for controlling output include the mixture of warn and printf.

Possibly in Julia 1.0's native loggers could help improve this.

If the logging is updated then the logging redirection feature can be removed from the tests.

chriscoey commented 2 years ago

I've rewritten Pajarito on the new main branch. The printing/warning etc and tests are much simpler, so I'll close this issue for now.