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 e2d9038 commit 55c99bbCopy full SHA for 55c99bb
1 file changed
src/pyscipopt/iisfinder.pxi
@@ -3,6 +3,7 @@
3
cdef class IISfinder:
4
cdef public Model model
5
cdef public str name
6
+ cdef SCIP_IIS* _iisfinder
7
8
def iisfinderfree(self):
9
'''calls destructor and frees memory of iis finder'''
0 commit comments