Skip to content

Commit 7296348

Browse files
committed
Update
1 parent d885391 commit 7296348

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Bridges/bridge_optimizer.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,9 @@ end
542542
543543
Return `true` if `ci` was added by one of the bridges in `c_map`.
544544
545-
For performance reasons, we store the `ListOfConstraintIndices{F,S}` in `cache`,
546-
so that we don't have to keep lopping through the bridges.
545+
For performance reasons, we store the index values associated with
546+
`MOI.ListOfConstraintIndices{F,S}` in `cache` so that we don't have to keep
547+
looping through the bridges.
547548
"""
548549
function _is_added_by_bridge(
549550
c_map,

0 commit comments

Comments
 (0)