Skip to content

Commit a07e273

Browse files
author
Release Manager
committed
gh-35101: scip_backend: Remove use of deprecated sage.ext.memory_allocator <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description Fixes #34941 <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> URL: #35101 Reported by: Matthias Köppe Reviewer(s): Jonathan Kliem
2 parents 357ca10 + e736b5d commit a07e273

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)