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 2272187 commit 448617cCopy full SHA for 448617c
test/Bridges/Variable/zeros.jl
@@ -32,7 +32,7 @@ MOI.set(bridged_mock, MOI.ObjectiveFunction{typeof(obj)}(), obj)
32
@test MOIB.Variable.unbridged_map(MOIB.bridge(bridged_mock, z), z, MOIB.Variable.IndexInVector(2)) === nothing
33
34
err = ErrorException(
35
- "Cannot delete constraint index of bridged constrained variables, delete" *
+ "Cannot delete constraint index of bridged constrained variables. Delete" *
36
" the scalar variable or the vector of variables instead."
37
)
38
@test_throws err MOI.delete(bridged_mock, cyz)
0 commit comments