Skip to content

Commit

Permalink
Report qpOASES version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 11, 2023
1 parent 1c461f0 commit 63b6bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qpsolvers_benchmark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_solver_versions(solvers: Set[str]):
pass
if "qpoases" in solvers and "qpoases" not in versions:
# See https://github.com/coin-or/qpOASES/issues/140
versions["qpoases"] = "3.2.2"
versions["qpoases"] = "3.2.1"
if "gurobi" in versions:
versions["gurobi"] += " (size-limited)"
return versions
Expand Down
2 changes: 1 addition & 1 deletion results/maros_meszaros_dense.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Subset of the Maros-Meszaros test setrestricted to smaller dense problems.
| highs | 1.5.0.dev0 |
| osqp | 0.6.2.post0 |
| proxqp | 0.3.1 |
| qpoases | 3.2.0 |
| qpoases | 3.2.1 |
| quadprog | 0.1.11 |
| scs | 3.2.2 |

Expand Down

0 comments on commit 63b6bb9

Please sign in to comment.