Skip to content

Commit

Permalink
Update src/pyscipopt/scip.pxi
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-Dionisio authored Sep 20, 2024
1 parent c893de4 commit 329d2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscipopt/scip.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,7 @@ cdef class Model:

def cacheRowExtensions(self, Row row not None):
"""
Informs row, that all subsequent additions of variables to the row
Informs row that all subsequent additions of variables to the row
should be cached and not directly applied;
after all additions were applied, flushRowExtensions() must be called;
while the caching of row extensions is activated, information methods of the
Expand Down

0 comments on commit 329d2c7

Please sign in to comment.