Skip to content

Commit

Permalink
Merge remote-tracking branch 'jsiirola/solver-refactor' into solver-r…
Browse files Browse the repository at this point in the history
…efactor
  • Loading branch information
jsiirola committed Feb 21, 2024
2 parents cf5dc9c + a906f9f commit 8c0cf59
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyomo/contrib/solver/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,12 @@ class Results(ConfigDict):
iteration_count: int
The total number of iterations.
timing_info: ConfigDict
A ConfigDict containing two pieces of information:
start_timestamp: UTC timestamp of when run was initiated
wall_time: elapsed wall clock time for entire process
timer: a HierarchicalTimer object containing timing data about the solve
A ConfigDict containing three pieces of information:
- ``start_timestamp``: UTC timestamp of when run was initiated
- ``wall_time``: elapsed wall clock time for entire process
- ``timer``: a HierarchicalTimer object containing timing data about the solve
Specific solvers may add other relevant timing information, as appropriate.
extra_info: ConfigDict
A ConfigDict to store extra information such as solver messages.
solver_configuration: ConfigDict
Expand Down

0 comments on commit 8c0cf59

Please sign in to comment.