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 e90b83d commit 285f4d0Copy full SHA for 285f4d0
src/pyscipopt/scip.pxi
@@ -6835,7 +6835,7 @@ cdef class Model:
6835
Py_INCREF(conshdlr)
6836
6837
def copyLargeNeighborhoodSearch(self, to_fix, fix_vals) -> Model:
6838
- """ Creates a subscip
+ """ Creates a copy of the transformed model
6839
6840
:param to_fix: A List[Variable] of variables to fix in the subscip
6841
:param fix_vals A List[Real] of the values to which to fix the variables in the subscip (care their order)
0 commit comments