Skip to content

Commit 242af07

Browse files
authored
Apply suggestion from @matbesancon
1 parent 814f98a commit 242af07

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/birkhoff_polytope.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,6 @@ end
391391

392392
## Changing the bounds constraints.
393393

394-
"""
395-
Boscia.set_bound!(blmo::BirkhoffLMO, c_idx, value, sense::Symbol)
396-
397-
Change the value of an existing bound constraint at index `c_idx` with
398-
`sense ∈ {:lessthan, :greaterthan}`. If a lower bound is set to `1.0`, `fixed_to_one_rows` and
399-
`fixed_to_one_cols` are updated.
400-
"""
401394
function Boscia.set_bound!(blmo::BirkhoffLMO, c_idx, value, sense::Symbol)
402395
# Reset the lmo if necessary
403396
if blmo.updated_lmo

0 commit comments

Comments
 (0)