Skip to content

Commit 55c99bb

Browse files
committed
iis compilation
1 parent e2d9038 commit 55c99bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyscipopt/iisfinder.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
cdef class IISfinder:
44
cdef public Model model
55
cdef public str name
6+
cdef SCIP_IIS* _iisfinder
67

78
def iisfinderfree(self):
89
'''calls destructor and frees memory of iis finder'''

0 commit comments

Comments
 (0)