Skip to content

Commit

Permalink
Translate HPIPM module name when getting its version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 31, 2024
1 parent 8604f00 commit 386cb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qpbenchmark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def get_solver_versions(solvers: Set[str]):
{
"gurobi": "gurobipy",
"highs": "highspy",
"hpipm": "hpipm_python",
"proxqp": "proxsuite",
}
)
Expand Down

0 comments on commit 386cb2a

Please sign in to comment.