Skip to content

Commit f721cf0

Browse files
authored
Update src/copy_dual.jl
1 parent 88086e8 commit f721cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copy_dual.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function _copy_dual(dest::MOI.ModelLike, src::MOI.ModelLike, index_map)
103103
)
104104
end
105105
# Same as in `JuMP.set_start_values`
106-
# Needed for models which bridge `min f(x)` into `min t; t >= f(x)`.
106+
# Needed for models which bridge `min f(x)` into `min t such that t >= f(x)`.
107107
MOI.set(dest, MOI.Bridges.Objective.SlackBridgePrimalDualStart(), nothing)
108108
return
109109
end

0 commit comments

Comments
 (0)