Skip to content

Commit 0ab3542

Browse files
authored
Update slack.jl
1 parent b5596e8 commit 0ab3542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bridges/Constraint/bridges/slack.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ end
124124
function MOI.get(
125125
model::MOI.ModelLike,
126126
a::Union{MOI.ConstraintDual,MOI.ConstraintDualStart},
127-
bridge::_AbstractSlackBridge,
128-
)
127+
bridge::_AbstractSlackBridge{T},
128+
) whhere {T}
129129
# The dual constraint on slack (since it is free) is
130130
# `-dual_slack_in_set + dual_equality = 0` so the two duals are
131131
# equal and we can return either one of them.

0 commit comments

Comments
 (0)