Skip to content

Commit 25f84e3

Browse files
author
Matthias Koeppe
committed
src/sage/numerical/backends/scip_backend.pyx: Remove unused imports
1 parent 047281e commit 25f84e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/numerical/backends/scip_backend.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ AUTHORS:
2424

2525
from os import sys
2626
from os.path import splitext
27-
from sage.ext.memory_allocator cimport MemoryAllocator
2827
from sage.numerical.mip import MIPSolverException
29-
from libc.float cimport DBL_MAX
30-
from libc.limits cimport INT_MAX
3128
from pyscipopt import Model
3229

3330

0 commit comments

Comments
 (0)