We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
I benchmarked some different solvers supporting JuMP.jl, both IP and LP, see https://github.com/ArrogantGao/JuMPSolver_benchmarks
I used a bottle neck case for solving the MIS problem, see https://arrogantgao.github.io/OptimalBranching.jl/dev/generated/rule_discovery/#Bottleneck-case, which take about 15000 variables and 71 constraints. The results are summarized as below.
Integer programming:
and Cbc crash directly
Cbc
Linear programming:
Hypatia, Loraine and DSDP are slow in this case and take more than 100s to solve. COSMO, QSQP, ProxSDP and SCS failed to solve the problem.
Hypatia
Loraine
DSDP
COSMO
QSQP
ProxSDP
SCS
Sorry, something went wrong.
I added some benchmark for the commerical solver CPLEX, it is indeed much faster then the non commerical ones, about 10 time faster than HiGHS.
CPLEX
HiGHS
CPLEX does not allow me to share the results, one can run the code themselves to verify.
No branches or pull requests
The text was updated successfully, but these errors were encountered: