Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55c049a

Browse files
Update src/pyscipopt/scip.pxi
Co-authored-by: DominikKamp <[email protected]>
1 parent 450aa70 commit 55c049a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7319,6 +7319,7 @@ cdef class Model:
73197319

73207320
if cons.isLinearType():
73217321
return SCIPconsGetRhs(self._scip, cons.scip_cons, &success)
7322+
assert(success)
73227323
elif constype == 'nonlinear':
73237324
return SCIPgetRhsNonlinear(cons.scip_cons)
73247325
else:

0 commit comments

Comments
 (0)