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 55c99bb commit 3914760Copy full SHA for 3914760
src/pyscipopt/scip.pxd
@@ -1197,6 +1197,9 @@ cdef extern from "scip/scip.h":
1197
SCIP_IISFINDERDATA* SCIPiisfinderGetData(SCIP_IISFINDER* iisfinder)
1198
SCIP_RETCODE SCIPincludeIISfinderGreedy(SCIP* scip)
1199
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);
1203
1204
#Relaxation plugin
1205
SCIP_RETCODE SCIPincludeRelax(SCIP* scip,
0 commit comments