jump-dev / Pajarito.jl

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

Iteration progress output #449

Open dhendryc opened 1 year ago

dhendryc commented 1 year ago

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 computations with Pajarito on a fairly large instance set and it would be nice to have that sort of data for the evaluation later.

Thank you in advance!