Skip to content

Commit 285f4d0

Browse files
Update src/pyscipopt/scip.pxi
Co-authored-by: João Dionísio <[email protected]>
1 parent e90b83d commit 285f4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6835,7 +6835,7 @@ cdef class Model:
68356835
Py_INCREF(conshdlr)
68366836

68376837
def copyLargeNeighborhoodSearch(self, to_fix, fix_vals) -> Model:
6838-
""" Creates a subscip
6838+
""" Creates a copy of the transformed model
68396839

68406840
:param to_fix: A List[Variable] of variables to fix in the subscip
68416841
:param fix_vals A List[Real] of the values to which to fix the variables in the subscip (care their order)

0 commit comments

Comments
 (0)