File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function test_runtests_VectorOfVariables()
4848 return
4949end
5050
51- function test_runtests_VectorOfVariables ()
51+ function test_runtests_VectorAffineFunction ()
5252 MOI. Bridges. runtests (
5353 MOI. Bridges. Constraint. SOS1ToMILPBridge,
5454 """
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function test_runtests_VectorOfVariables()
5252 return
5353end
5454
55- function test_runtests_VectorOfVariables ()
55+ function test_runtests_VectorAffineFunction ()
5656 MOI. Bridges. runtests (
5757 MOI. Bridges. Constraint. SOS2ToMILPBridge,
5858 """
Original file line number Diff line number Diff line change @@ -2193,7 +2193,7 @@ function test_bridge_complex_nonpostononneg()
21932193 return
21942194end
21952195
2196- function test_bridge_complex_greatertoless ()
2196+ function test_bridge_complex_lesstogreater ()
21972197 model = MOI. instantiate (
21982198 MOI. Utilities. Model{Float64};
21992199 with_bridge_type = Float64,
Original file line number Diff line number Diff line change @@ -1480,7 +1480,7 @@ function test_integer_coefficients()
14801480 return
14811481end
14821482
1483- function test_ScaledPositiveSemidefiniteConeTriangle ()
1483+ function test_ScaledPositiveSemidefiniteConeTriangle_set_to_moi ()
14841484 object = Dict (
14851485 " type" => " ScaledPositiveSemidefiniteConeTriangle" ,
14861486 " side_dimension" => 2 ,
You can’t perform that action at this time.
0 commit comments