-
Notifications
You must be signed in to change notification settings - Fork 4
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
What is the underlying API of COPT 32-bit or 64 bit #42
Comments
I think the same issue will happen in COPT.jl
…On Thu, Oct 31, 2024 at 3:50 AM Yuheng Zhang ***@***.***> wrote:
Lately I have encountered a problem that Gurobi.jl will crush the machine
when the number of variables exceeds 2147483647. I have some discussions
with @odow <https://github.com/odow>, see here
<https://discourse.julialang.org/t/large-scale-model-using-gurobi-causes-machine-crushed/121988/6>.
The machine crushed because Gurobi.jl wraps 32-bit C API, leading to a
limit of 2147483647 and my problem is oversized. I'm wondering if there is
the same limit with COPT.jl.
—
Reply to this email directly, view it on GitHub
<#42>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNFJRQTNTTWRRJSVURQ3ELZ6GLFTAVCNFSM6AAAAABQ5NBYZKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDKOBVGQ4DEMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Ok, thanks. Same question as in the post, is there any plan to extend the limit? |
Maybe eventually, but I don't think we will change this in the short term.
…On Thu, Oct 31, 2024 at 9:42 AM Yuheng Zhang ***@***.***> wrote:
Ok, thanks. Same question as in the post, is there any plan to extend the
limit?
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNFJRTXOYI2TKVZI5ITLDTZ6HUPVAVCNFSM6AAAAABQ5NBYZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBZGMZDQNRVGE>
.
You are receiving this because you commented.Message ID: <COPT-Public/COPT
.***@***.***>
|
Thanks, now I do think it's necessary to reduce the problem size and I shall close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lately I have encountered a problem that Gurobi.jl will crush the machine when the number of variables exceeds 2147483647. I have some discussions with @odow, see here. The machine crushed because Gurobi.jl wraps 32-bit C API, leading to a limit of 2147483647 and my problem is oversized. I'm wondering if there is the same limit with COPT.jl.
The text was updated successfully, but these errors were encountered: