You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/introduction-to-solverbenchmark/index.jmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ The tutorial covers how to use the problems from `OptimizationProblems` to run a
225
225
### Handling `solver_specific` in stats
226
226
If a solver's `GenericExecutionStats` contains a `solver_specific` dictionary, a column is created for each key in that dictionary in the per-solver `DataFrame`.
227
227
228
-
Here is a example showing how to set a solver-specific flag and then access it for tabulation:
228
+
Here is an example showing how to set a solver-specific flag and then access it for tabulation:
229
229
```julia
230
230
using NLPModelsTest, DataFrames, SolverCore, SolverBenchmark
0 commit comments