Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/2-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using SolverBenchmark
Let us select equality-constrained problems from CUTEst with a maximum of 100 variables or constraints. After removing problems with fixed variables, examples with a constant objective, and infeasibility residuals.

``` @example ex1
_pnames = CUTEst.select(
_pnames = CUTEst.select_sif_problems(
max_var = 100,
min_con = 1,
max_con = 100,
Expand Down
Loading