File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1196,10 +1196,10 @@ cdef extern from "scip/scip.h":
1196
1196
1197
1197
SCIP_IISFINDERDATA* SCIPiisfinderGetData(SCIP_IISFINDER* iisfinder)
1198
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);
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
1203
1204
1204
# Relaxation plugin
1205
1205
SCIP_RETCODE SCIPincludeRelax(SCIP* scip,
You can’t perform that action at this time.
0 commit comments