Skip to content

Commit aef48f6

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

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
@@ -1687,7 +1687,7 @@ cdef class Model:
16871687
return SCIPgetNConss(self._scip)
16881688

16891689
def getNIntVars(self):
1690-
"""Retrieve the number of integer variables"""
1690+
"""gets number of integer active problem variables"""
16911691
return SCIPgetNIntVars(self._scip)
16921692

16931693
def getNBinVars(self):

0 commit comments

Comments
 (0)