We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730a5de commit 793e915Copy full SHA for 793e915
src/qp_rand_model.jl
@@ -2,7 +2,7 @@ export qp_rand_model
2
using .QuadraticModels
3
4
"""
5
- model, x0 = qp_rand_model(n; dens = 1.0e-3, convex = false)
+ model, x0 = qp_rand_model(n; dens = 1.0e-4, convex = false)
6
7
Return an instance of a `QuadraticModel` representing
8
@@ -16,7 +16,7 @@ with H = A + A' or H = A * A' + I (see the `convex` keyword argument) where A is
16
17
## Keyword arguments
18
19
-* `dens :: Real`: density of `A`` used to generate the quadratic model (default: `1.0e-3`).
+* `dens :: Real`: density of `A`` used to generate the quadratic model (default: `1.0e-4`).
20
* `convex :: Bool`: true to generate a convex `H` (default: `false`).
21
22
## Return Value
0 commit comments