Skip to content

Commit 18b4a8b

Browse files
return type
1 parent e9e8e62 commit 18b4a8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pyscipopt/scip.pxi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9109,6 +9109,12 @@ cdef class Model:
91099109
def getNLPBranchCands(self):
91109110
"""
91119111
Gets number of branching candidates for LP solution branching (number of fractional variables)
9112+
9113+
Returns
9114+
-------
9115+
int
9116+
number of LP branching candidates
9117+
91129118
"""
91139119
return SCIPgetNLPBranchCands(self._scip)
91149120

0 commit comments

Comments
 (0)