Skip to content

Commit fbaf4f4

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

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
@@ -1821,7 +1821,7 @@ cdef class Variable(Expr):
18211821

18221822
def getNBranchingsCurrentRun(self, branchdir):
18231823
"""
1824-
returns the number of times, a bound of the variable was changed in given direction due to branching in the
1824+
returns the number of times a bound of the variable was changed in given direction due to branching in the
18251825
current run
18261826
18271827
Parameters

0 commit comments

Comments
 (0)