File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,12 @@ class Results(ConfigDict):
164
164
iteration_count: int
165
165
The total number of iterations.
166
166
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.
171
173
extra_info: ConfigDict
172
174
A ConfigDict to store extra information such as solver messages.
173
175
solver_configuration: ConfigDict
You can’t perform that action at this time.
0 commit comments