Skip to content

Commit 285e62c

Browse files
Update src/pyscipopt/scip.pyx
Co-authored-by: fserra <[email protected]>
1 parent aef48f6 commit 285e62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscipopt/scip.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ cdef class Model:
16911691
return SCIPgetNIntVars(self._scip)
16921692

16931693
def getNBinVars(self):
1694-
"""Retrieve the number of binary variables"""
1694+
"""gets number of binary active problem variables"""
16951695
return SCIPgetNBinVars(self._scip)
16961696

16971697
def updateNodeLowerbound(self, Node node, lb):

0 commit comments

Comments
 (0)