Skip to content

Commit 3910122

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

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/pyscipopt/scip.pxi

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

68816881
def translateSubSol(self, Model sub_model, Solution sol, heur) -> Solution:
6882-
"""
6883-
Translates a solution of a model copy into a solution of the main model
6884-
6885-
Parameters
6886-
----------
6887-
sub_model : Model
6888-
The python-wrapper of the subscip
6889-
sol : Solution
6890-
The python-wrapper of the solution of the subscip
6891-
heur : Heur
6892-
The python-wrapper of the heuristic that found the solution
6893-
6894-
Returns
6895-
-------
6896-
solution : Solution
6897-
The corresponding solution in the main model
6898-
6899-
"""
6882+
"""
6883+
Translates a solution of a model copy into a solution of the main model
6884+
6885+
Parameters
6886+
----------
6887+
sub_model : Model
6888+
The python-wrapper of the subscip
6889+
sol : Solution
6890+
The python-wrapper of the solution of the subscip
6891+
heur : Heur
6892+
The python-wrapper of the heuristic that found the solution
6893+
6894+
Returns
6895+
-------
6896+
solution : Solution
6897+
The corresponding solution in the main model
6898+
6899+
"""
69006900
cdef SCIP_SOL* real_sol
69016901
cdef SCIP_SOL* subscip_sol
69026902
cdef SCIP_Bool success

0 commit comments

Comments
 (0)