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 f845e5b commit 1788a65Copy full SHA for 1788a65
src/Bridges/Bridges.jl
@@ -320,7 +320,6 @@ function _test_dual(
320
list_of_constraints = MOI.get(model, MOI.ListOfConstraintTypesPresent())
321
attr = MOI.ConstraintDual()
322
for (F, S) in list_of_constraints
323
- Test.@test MOI.supports(model, attr, MOI.ConstraintIndex{F,S})
324
if !MOI.supports(model, attr, MOI.ConstraintIndex{F,S})
325
# We need all duals for `DualObjectiveValue` fallback
326
# TODO except the ones with no constants, we could ignore them
0 commit comments