Skip to content

Commit 8ad051c

Browse files
committed
extend documentation
1 parent d57c40e commit 8ad051c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pyscipopt/scip.pxi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2895,6 +2895,7 @@ cdef class Model:
28952895
----------
28962896
heurname : string, name of the heuristic
28972897
heurtiming : PY_SCIP_HEURTIMING
2898+
positions in the node solving loop where heuristic should be executed
28982899
"""
28992900
cdef SCIP_HEUR* _heur
29002901
n = str_conversion(heurname)
@@ -2913,7 +2914,8 @@ cdef class Model:
29132914
29142915
Returns
29152916
-------
2916-
SCIP_HEURTIMING
2917+
PY_SCIP_HEURTIMING
2918+
positions in the node solving loop where heuristic should be executed
29172919
"""
29182920
cdef SCIP_HEUR* _heur
29192921
n = str_conversion(heurname)

0 commit comments

Comments
 (0)