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 300bad6 commit c4b2a1cCopy full SHA for c4b2a1c
src/Bridges/bridge_optimizer.jl
@@ -410,7 +410,7 @@ function MOI.Utilities.pass_nonvariable_constraints(
410
constraint_types,
411
)
412
if Variable.has_bridges(Variable.bridges(dest))
413
- # The functions may contained bridged variables which needs to be
+ # The functions may contain bridged variables which needs to be
414
# substituted so we use the fallback.
415
MOI.Utilities.pass_nonvariable_constraints_fallback(
416
dest,
0 commit comments