Skip to content

Commit 49f8ffe

Browse files
Update src/pyscipopt/scip.pxi
Co-authored-by: João Dionísio <57299939+Joao-Dionisio@users.noreply.github.com>
1 parent ed74fdc commit 49f8ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ cdef class Model:
21512151

21522152
def getNLPIterations(self):
21532153
"""
2154-
Retrieve the total number of LP iterations so far.
2154+
Returns the total number of LP iterations so far.
21552155
21562156
Returns
21572157
-------

0 commit comments

Comments
 (0)