Skip to content

Commit 9a5b9e5

Browse files
authored
Update scip.pxi
1 parent 4ceb242 commit 9a5b9e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pyscipopt/scip.pxi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6838,10 +6838,10 @@ cdef class Model:
68386838
"""
68396839
Creates a copy of the transformed model
68406840

6841-
Parameters
6842-
----------
6841+
Parameters
6842+
----------
68436843
to_fix : List[Variable]
6844-
A list of variables to fix in the copy
6844+
A list of variables to fix in the copy
68456845
fix_vals : List[Real]
68466846
A list of the values to which to fix the variables in the copy (care their order)
68476847

0 commit comments

Comments
 (0)