Skip to content

Commit 63d656d

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

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
@@ -5469,7 +5469,7 @@ cdef class Model:
54695469

54705470
def chgRhs(self, Constraint cons, rhs):
54715471
"""
5472-
Change right hand side value of a constraint.
5472+
Change right-hand side value of a constraint.
54735473
54745474
Parameters
54755475
----------

0 commit comments

Comments
 (0)