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 410e0cc commit 85de184Copy full SHA for 85de184
test/runtests.jl
@@ -155,12 +155,12 @@ end
155
@testset "QP-rand" begin
156
n, dens = 100, 0.1
157
model = qp_rand_model(n; dens = dens, convex = false)
158
- @test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
159
- @test all(0.0 .≤ model.meta.uvar .≤ 2.0)
+ @test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
+ @test all(0.0 .≤ model.meta.uvar .≤ 2.0)
160
@test all(model.meta.x0 .== 0)
161
162
model = qp_rand_model(n; dens = dens, convex = true)
163
164
165
166
end
0 commit comments