Skip to content
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

Closed
Betristor opened this issue Oct 31, 2024 · 4 comments
Closed

What is the underlying API of COPT 32-bit or 64 bit #42

Betristor opened this issue Oct 31, 2024 · 4 comments

Comments

@Betristor
Copy link

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.

@joachimdahl
Copy link
Collaborator

joachimdahl commented Oct 31, 2024 via email

@Betristor
Copy link
Author

Ok, thanks. Same question as in the post, is there any plan to extend the limit?

@joachimdahl
Copy link
Collaborator

joachimdahl commented Oct 31, 2024 via email

@Betristor
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants