Pajarito.jl icon indicating copy to clipboard operation
Pajarito.jl copied to clipboard

A solver for mixed-integer convex optimization

Results 4 Pajarito.jl issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...