We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae21eb8 commit cc843f6Copy full SHA for cc843f6
1 file changed
test/conic_form.jl
@@ -236,9 +236,9 @@ function psd2(
236
@test index_map isa MOI.Utilities.IndexMap
237
238
@test MatOI.objective_vector(conic_form) ≈ [zeros(T, 6); one(T)]
239
- @test conic_form.constraint.constants ≈ [T(10); zeros(T, 10)]
+ @test conic_form.constraints.constants ≈ [T(10); zeros(T, 10)]
240
return _test_matrix_equal(
241
- conic_form.constraint.coefficients,
+ conic_form.constraints.coefficients,
242
SparseMatrixCSC(
243
11,
244
7,
0 commit comments