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

Support MOI.SolveTimeSec

Open kamilkhanlab opened this issue 1 year ago • 3 comments

According to this example in JuMP's documentation, JuMP.solution_summary(model) may report the following information:

  • CPU time required by a completed optimization run
  • the identified solution (if any)
  • and numbers of different types of iterations.

Could PATHSolver.jl's JuMP.solution_summary report this information as well? This would be helpful when performing quick one-off experiments or perturbations in the REPL. (Currently only the termination status is reported.)

kamilkhanlab avatar Jul 25 '22 00:07 kamilkhanlab