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 4ceb242 commit 9a5b9e5
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 @@ -6838,10 +6838,10 @@ cdef class Model:
"""
Creates a copy of the transformed model

Parameters
----------
Parameters
----------
to_fix : List[Variable]
A list of variables to fix in the copy
A list of variables to fix in the copy
fix_vals : List[Real]
A list of the values to which to fix the variables in the copy (care their order)

Expand Down

0 comments on commit 9a5b9e5

Please sign in to comment.