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 1de0cd9 commit a6aada0Copy full SHA for a6aada0
src/pyscipopt/scip.pxi
@@ -1019,7 +1019,7 @@ cdef class Solution:
1019
if not stage_check or self.sol == NULL and SCIPgetStage(self.scip) != SCIP_STAGE_SOLVING:
1020
raise Warning(f"{method} can only be called with a valid solution or in stage SOLVING (current stage: {SCIPgetStage(self.scip)})")
1021
1022
- def getSolOrigin(self):
+ def getOrigin(self):
1023
"""
1024
Returns origin of solution: where to retrieve uncached elements.
1025
0 commit comments