Skip to content

Commit 8c0cf59

Browse files
committed
Merge remote-tracking branch 'jsiirola/solver-refactor' into solver-refactor
2 parents cf5dc9c + a906f9f commit 8c0cf59

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyomo/contrib/solver/results.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@ class Results(ConfigDict):
164164
iteration_count: int
165165
The total number of iterations.
166166
timing_info: ConfigDict
167-
A ConfigDict containing two pieces of information:
168-
start_timestamp: UTC timestamp of when run was initiated
169-
wall_time: elapsed wall clock time for entire process
170-
timer: a HierarchicalTimer object containing timing data about the solve
167+
A ConfigDict containing three pieces of information:
168+
- ``start_timestamp``: UTC timestamp of when run was initiated
169+
- ``wall_time``: elapsed wall clock time for entire process
170+
- ``timer``: a HierarchicalTimer object containing timing data about the solve
171+
172+
Specific solvers may add other relevant timing information, as appropriate.
171173
extra_info: ConfigDict
172174
A ConfigDict to store extra information such as solver messages.
173175
solver_configuration: ConfigDict

0 commit comments

Comments
 (0)