Skip to content

Commit

Permalink
reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Aug 12, 2024
1 parent 9df0f49 commit 300ac39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/sparsepattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using ADNLPModels
using SparseArrays
T = Float64
n = 1000000
n = 100000
N = div(n, 2)
h = 1 // N
x0 = 1
Expand Down Expand Up @@ -66,7 +66,7 @@ using ADNLPModels
using SparseArrays
T = Float64
n = 1000000
n = 100000
N = div(n, 2)
h = 1 // N
x0 = 1
Expand Down

0 comments on commit 300ac39

Please sign in to comment.