Skip to content

Commit

Permalink
Update src/structures.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Alejandro Tejada Arango <[email protected]>
  • Loading branch information
gnawin and datejada authored Feb 20, 2024
1 parent 35137f9 commit b373e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ function Base.show(io::IO, ep::EnergyProblem)
println(io, " - Solved: ", ep.solved)
println(io, " - Termination status: ", ep.termination_status)
println(io, " - Objective value: ", ep.objective_value)
println(io, " - Time for reading the data (in seconds): ", ep.time_read_data)
println(io, " - Time for creating the model (in seconds): ", ep.time_create_model)
println(io, " - Time for solving the model (in seconds): ", ep.time_solve_model)
end

0 comments on commit b373e6d

Please sign in to comment.