From 386cb2ab4825b616f3d370a352fa43e9ef88b63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Wed, 31 Jul 2024 09:50:39 +0200 Subject: [PATCH] Translate HPIPM module name when getting its version --- qpbenchmark/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qpbenchmark/utils.py b/qpbenchmark/utils.py index e334bb2..249d971 100644 --- a/qpbenchmark/utils.py +++ b/qpbenchmark/utils.py @@ -77,6 +77,7 @@ def get_solver_versions(solvers: Set[str]): { "gurobi": "gurobipy", "highs": "highspy", + "hpipm": "hpipm_python", "proxqp": "proxsuite", } )