Skip to content

Commit 55c049a

Browse files
Update src/pyscipopt/scip.pxi
Co-authored-by: DominikKamp <130753997+DominikKamp@users.noreply.github.com>
1 parent 450aa70 commit 55c049a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)