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 0ab3542 commit d5b9733Copy full SHA for d5b9733
src/Bridges/Constraint/bridges/slack.jl
@@ -125,7 +125,7 @@ function MOI.get(
125
model::MOI.ModelLike,
126
a::Union{MOI.ConstraintDual,MOI.ConstraintDualStart},
127
bridge::_AbstractSlackBridge{T},
128
-) whhere {T}
+) where {T}
129
# The dual constraint on slack (since it is free) is
130
# `-dual_slack_in_set + dual_equality = 0` so the two duals are
131
# equal and we can return either one of them.
0 commit comments