Skip to content

Commit

Permalink
Update scip.pxi
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaak authored Jan 14, 2025
1 parent 3910122 commit c938854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyscipopt/scip.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -6879,7 +6879,7 @@ cdef class Model:
return sub_model

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

Parameters
Expand All @@ -6895,8 +6895,8 @@ cdef class Model:
-------
solution : Solution
The corresponding solution in the main model
"""
"""
cdef SCIP_SOL* real_sol
cdef SCIP_SOL* subscip_sol
cdef SCIP_Bool success
Expand Down

0 comments on commit c938854

Please sign in to comment.