Pajarito.jl
Pajarito.jl copied to clipboard
A solver for mixed-integer convex optimization
x-ref https://github.com/jump-dev/Pajarito.jl/pull/453
Hi all, I have a (hopefully) minor request. Is it possible to output the iteration progress data shown in the logs? E.g. a dictionary maintained by the solver? I'm running...
In some cases, one would be interested in the cuts generated by the OA algorithm in addition to the solution etc, for instance if we run it in a limited...
Hi, I want to solve a `max mineig` problem and Pajarito is not always converging to the correct solution as I get a better solution with a different solver. It...