Skip to content

Commit fafb32a

Browse files
Apply suggestions from code review
Co-authored-by: DominikKamp <[email protected]>
1 parent 9457dc0 commit fafb32a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/pyscipopt/scip.pxd

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,6 @@ cdef extern from "scip/scip.h":
295295
SCIP_EVENTTYPE SCIP_EVENTTYPE_ROWCHANGED
296296
SCIP_EVENTTYPE SCIP_EVENTTYPE_ROWEVENT
297297

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-
303298
ctypedef int SCIP_LPSOLQUALITY
304299
cdef extern from "lpi/type_lpi.h":
305300
SCIP_LPSOLQUALITY SCIP_LPSOLQUALITY_ESTIMCONDITION
@@ -317,11 +312,6 @@ cdef extern from "scip/scip.h":
317312
SCIP_BENDERSENFOTYPE SCIP_BENDERSENFOTYPE_PSEUDO
318313
SCIP_BENDERSENFOTYPE SCIP_BENDERSENFOTYPE_CHECK
319314

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-
325315
ctypedef int SCIP_LPSOLSTAT
326316
cdef extern from "scip/type_lp.h":
327317
SCIP_LPSOLSTAT SCIP_LPSOLSTAT_NOTSOLVED

0 commit comments

Comments
 (0)