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 3f918fc commit 9bd6ee5Copy full SHA for 9bd6ee5
test/Utilities/distance_to_set.jl
@@ -325,7 +325,7 @@ function test_positivesemidefiniteconetriangle()
325
MOI.PositiveSemidefiniteConeTriangle(2),
326
[1.0, 0.0, 1.0] => 0.0,
327
[1.0, -1.0, 1.0] => 0.0,
328
- [1.0, -2.0, 1.0] => 1.0
+ [1.0, -2.0, 1.0] => 1.0,
329
[1.0, 1.1, -2.3] => 2.6330532015051946;
330
mismatch = [1.0],
331
)
0 commit comments