Skip to content

Commit ac58dac

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

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
@@ -1742,7 +1742,7 @@ cdef class Constraint:
17421742

17431743
def isStickingAtNode(self):
17441744
"""
1745-
Retrieve True if constraint is only locally valid or not added to any (sub)problem.
1745+
Returns True if constraint is only locally valid or not added to any (sub)problem.
17461746
17471747
Returns
17481748
-------

0 commit comments

Comments
 (0)