-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory cleaning #443
Comments
CPLEX.jl does not use the C+++ API, so it does not call Objects are freed via a finalizer that runs when Julia's GC frees the associated CPLEX CPLEX.jl/src/MOI/MOI_wrapper.jl Lines 88 to 95 in 6e0fdaf
CPLEX.jl/src/MOI/MOI_wrapper.jl Lines 284 to 297 in 6e0fdaf
I assume this questions is related to https://discourse.julialang.org/t/memory-management-in-cplex-jl/109704. I don't have any suggestions other than what I mentioned there. |
Thank you very much, that is exactly what I am looking for. |
Hello.
I am trying to promote further analysis on the memory management, and, at the moment, I am looking for the snippets responsible for calling the
end()
function (cf. here and here for the C++ API reference) of the Cplex C API in the julia code. I would like to know if someone could point me such snippets.Thanks and regards.
The text was updated successfully, but these errors were encountered: