Skip to content

Commit bb47fc3

Browse files
Update scip.pxi
1 parent 55a5081 commit bb47fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyscipopt/scip.pxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4507,7 +4507,7 @@ cdef class Model:
45074507
locale.setlocale(locale.LC_NUMERIC,user_locale)
45084508

45094509
def createSol(self, Heur heur = None):
4510-
"""Create a new primal solution.
4510+
"""Create a new primal solution in the transformed space.
45114511
45124512
:param Heur heur: heuristic that found the solution (Default value = None)
45134513
@@ -4542,7 +4542,7 @@ cdef class Model:
45424542
return partialsolution
45434543

45444544
def createOrigSol(self, Heur heur = None):
4545-
"""Create a new primal solution.
4545+
"""Create a new primal solution in the original space.
45464546
45474547
:param Heur heur: heuristic that found the solution (Default value = None)
45484548

0 commit comments

Comments
 (0)