Skip to content

Commit d142c10

Browse files
committed
Mention ConvexTests.jl
1 parent 57d7583 commit d142c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/problem_depot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Problem Depot
22
=============
33

4-
Convex.jl has a submodule, `ProblemDepot` which holds a collection of convex optimization problems. The problems are used by Convex itself to test and benchmark its code, but can also be used by solvers to test and benchmark their code.
4+
Convex.jl has a submodule, `ProblemDepot` which holds a collection of convex optimization problems. The problems are used by Convex itself to test and benchmark its code, but can also be used by solvers to test and benchmark their code. These tests have been used with many solvers at [ConvexTests.jl](https://github.com/ericphanson/ConvexTests.jl).
55

66
ProblemDepot has two main methods for accessing these problems: `Convex.ProblemDepot.run_tests` and `Convex.ProblemDepot.benchmark_suite`.
77

0 commit comments

Comments
 (0)