Skip to content

Commit f46bbd6

Browse files
authored
Update scip.pxi
1 parent 1f35a32 commit f46bbd6

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
@@ -6878,7 +6878,7 @@ cdef class Model:
68786878
SCIPhashmapFree(&varmap)
68796879
return sub_model
68806880

6881-
def translateSubSol(self, Model sub_model, Solution sol, heur) -> :
6881+
def translateSubSol(self, Model sub_model, Solution sol, heur) -> Solution:
68826882
"""
68836883
Translates a solution of a model copy into a solution of the main model
68846884

0 commit comments

Comments
 (0)