Skip to content

Commit c938854

Browse files
authored
Update scip.pxi
1 parent 3910122 commit c938854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pyscipopt/scip.pxi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6879,7 +6879,7 @@ cdef class Model:
68796879
return sub_model
68806880

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

68856885
Parameters
@@ -6895,8 +6895,8 @@ cdef class Model:
68956895
-------
68966896
solution : Solution
68976897
The corresponding solution in the main model
6898-
6899-
"""
6898+
6899+
"""
69006900
cdef SCIP_SOL* real_sol
69016901
cdef SCIP_SOL* subscip_sol
69026902
cdef SCIP_Bool success

0 commit comments

Comments
 (0)