File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments