Skip to content

Commit 9e53153

Browse files
committed
Update
1 parent c192248 commit 9e53153

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/algorithms/Sandwiching.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ function test_molp_2()
9393
C = Float64[3 -2; -1 2]
9494
A = Float64[-4 -8; 3 -6; 4 -2; 1 0; -1 3; -2 4; -6 3]
9595
b = Float64[-8, 6, 14, 6, 15, 18, 9]
96-
results = sort([
97-
[1.0, 5.0] => [-7.0, 9.0], # not sure about this
96+
results = [
9897
[3.0, 6.0] => [-3.0, 9.0],
9998
[4.0, 1.0] => [10.0, -2.0],
10099
[6.0, 5.0] => [8.0, 4.0],
101100
[6.0, 7.0] => [4.0, 8.0],
102-
])
101+
]
103102
sense = MOI.MAX_SENSE
104103
return _test_molp(C, A, b, results, sense)
105104
end

0 commit comments

Comments
 (0)