Skip to content

Commit 3914760

Browse files
committed
some iis methods
1 parent 55c99bb commit 3914760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyscipopt/scip.pxd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,9 @@ cdef extern from "scip/scip.h":
11971197
SCIP_IISFINDERDATA* SCIPiisfinderGetData(SCIP_IISFINDER* iisfinder)
11981198
SCIP_RETCODE SCIPincludeIISfinderGreedy(SCIP* scip)
11991199
SCIP_RETCODE SCIPiisGreedyMakeIrreducible(SCIP_IIS* iis);
1200+
SCIP_Bool SCIPiisIsSubscipInfeasible(SCIP_IIS* iis);
1201+
SCIP_Bool SCIPiisIsSubscipIrreducible(SCIP_IIS* iis);
1202+
SCIP* SCIPiisGetSubscip(SCIP_IIS* iis);
12001203

12011204
#Relaxation plugin
12021205
SCIP_RETCODE SCIPincludeRelax(SCIP* scip,

0 commit comments

Comments
 (0)