Skip to content

Commit a6aada0

Browse files
Update src/pyscipopt/scip.pxi
Co-authored-by: João Dionísio <57299939+Joao-Dionisio@users.noreply.github.com>
1 parent 1de0cd9 commit a6aada0

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
@@ -1019,7 +1019,7 @@ cdef class Solution:
10191019
if not stage_check or self.sol == NULL and SCIPgetStage(self.scip) != SCIP_STAGE_SOLVING:
10201020
raise Warning(f"{method} can only be called with a valid solution or in stage SOLVING (current stage: {SCIPgetStage(self.scip)})")
10211021

1022-
def getSolOrigin(self):
1022+
def getOrigin(self):
10231023
"""
10241024
Returns origin of solution: where to retrieve uncached elements.
10251025

0 commit comments

Comments
 (0)