File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -295,11 +295,6 @@ cdef extern from "scip/scip.h":
295
295
SCIP_EVENTTYPE SCIP_EVENTTYPE_ROWCHANGED
296
296
SCIP_EVENTTYPE SCIP_EVENTTYPE_ROWEVENT
297
297
298
- ctypedef int SCIP_LOCKTYPE
299
- cdef extern from " scip/type_var.h" :
300
- SCIP_LOCKTYPE SCIP_LOCKTYPE_MODEL
301
- SCIP_LOCKTYPE SCIP_LOCKTYPE_CONFLICT
302
-
303
298
ctypedef int SCIP_LPSOLQUALITY
304
299
cdef extern from " lpi/type_lpi.h" :
305
300
SCIP_LPSOLQUALITY SCIP_LPSOLQUALITY_ESTIMCONDITION
@@ -317,11 +312,6 @@ cdef extern from "scip/scip.h":
317
312
SCIP_BENDERSENFOTYPE SCIP_BENDERSENFOTYPE_PSEUDO
318
313
SCIP_BENDERSENFOTYPE SCIP_BENDERSENFOTYPE_CHECK
319
314
320
- ctypedef int SCIP_LOCKTYPE
321
- cdef extern from " scip/type_var.h" :
322
- SCIP_LOCKTYPE SCIP_LOCKTYPE_MODEL
323
- SCIP_LOCKTYPE SCIP_LOCKTYPE_CONFLICT
324
-
325
315
ctypedef int SCIP_LPSOLSTAT
326
316
cdef extern from " scip/type_lp.h" :
327
317
SCIP_LPSOLSTAT SCIP_LPSOLSTAT_NOTSOLVED
You can’t perform that action at this time.
0 commit comments