We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3910122 commit c938854Copy full SHA for c938854
src/pyscipopt/scip.pxi
@@ -6879,7 +6879,7 @@ cdef class Model:
6879
return sub_model
6880
6881
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
@@ -6895,8 +6895,8 @@ cdef class Model:
6895
-------
6896
solution : Solution
6897
The corresponding solution in the main model
6898
-
6899
+
6900
cdef SCIP_SOL* real_sol
6901
cdef SCIP_SOL* subscip_sol
6902
cdef SCIP_Bool success
0 commit comments