Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 8270697

Browse files
author
Matthias Koeppe
committed
Merge #34941
2 parents 131e3be + 25f84e3 commit 8270697

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/numerical/backends/scip_backend.pyx

-3
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)