Skip to content

Commit 7ccee04

Browse files
Update src/pyscipopt/lp.pxi
Co-authored-by: João Dionísio <57299939+Joao-Dionisio@users.noreply.github.com>
1 parent 31cf96e commit 7ccee04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscipopt/lp.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ cdef class LP:
485485
def getActivity(self):
486486
"""
487487
Returns the row activity vector of the last LP solve.
488-
If the vecotr does not exists, None will be returned.
488+
If the vector does not exist, None will be returned.
489489
"""
490490
if not self.isOptimal():
491491
return None

0 commit comments

Comments
 (0)