Skip to content

Commit

Permalink
Add benchmark result
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Feb 9, 2024
1 parent a2eb7b0 commit c278a74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions bench/jump_bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ $ julia --sysimage sysimage facility.jl --run
$ julia --sysimage sysimage lqcp.jl --run
$ python facility.py
$ python facility_gurobipy.py
$ python facility_poi.py
$ python lqcp.py
$ python lqcp_gurobipy.py
$ python lqcp_poi.py
$ julia gurobi_cpp_run.jl
Expand Down
20 changes: 10 additions & 10 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ The key features of PyOptInterface include:
:widths: grid
:align: center

| Model | GRB C++ | PyOptInterface | JuMP.jl(direct) | JuMP.jl(default) | Pyomo |
|-----------|---------|----------------|-----------------|------------------|-------|
| fac-25 | 0 | 0 | 1 | 1 | 5 |
| fac-50 | 1 | 1 | 3 | 5 | 34 |
| fac-75 | 2 | 4 | 9 | 12 | 115 |
| fac-100 | 4 | 12 | 26 | 32 | 284 |
| lqcp-500 | 1 | 0 | 2 | 5 | 24 |
| lqcp-1000 | 2 | 2 | 6 | 9 | 100 |
| lqcp-1500 | 4 | 5 | 18 | 23 | 232 |
| lqcp-2000 | 8 | 10 | 40 | 49 | 403 |
| Model | Gurobi C++ | Gurobi Python | PyOptInterface | JuMP.jl(direct) | JuMP.jl(default) | Pyomo |
|-----------|------------|---------------|----------------|-----------------|------------------|-------|
| fac-25 | 0 | 1 | 0 | 1 | 1 | 5 |
| fac-50 | 1 | 10 | 1 | 3 | 5 | 34 |
| fac-75 | 2 | 34 | 4 | 9 | 12 | 115 |
| fac-100 | 4 | 81 | 13 | 26 | 32 | 284 |
| lqcp-500 | 1 | 6 | 0 | 2 | 5 | 24 |
| lqcp-1000 | 2 | 26 | 2 | 6 | 9 | 100 |
| lqcp-1500 | 4 | 60 | 5 | 18 | 23 | 232 |
| lqcp-2000 | 8 | 107 | 10 | 40 | 49 | 403 |
:::

:::{note}
Expand Down

0 comments on commit c278a74

Please sign in to comment.