We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1099b2f commit de44b27Copy full SHA for de44b27
1 file changed
src/pyscipopt/scip.pxi
@@ -6032,7 +6032,6 @@ cdef class Model:
6032
assert(constype == 'and', "The constraint handler %s does not have this functionality." % constype)
6033
6034
nvars = SCIPgetNVarsAnd(self._scip, and_cons.scip_cons)
6035
- _vars = <SCIP_VAR**> malloc(nvars * sizeof(SCIP_VAR*))
6036
_vars = SCIPgetVarsAnd(self._scip, and_cons.scip_cons)
6037
6038
vars = []
0 commit comments