From 21b05cd2021171a2b5811b157ae57aea491ffe90 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 27 Apr 2026 09:20:12 -0400 Subject: [PATCH] Fix typo --- docplex/mp/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docplex/mp/model.py b/docplex/mp/model.py index 20e6cb3..17a704a 100644 --- a/docplex/mp/model.py +++ b/docplex/mp/model.py @@ -4968,7 +4968,7 @@ def get_solve_status(self): model solution. Otherwise returns None. :returns: The solve status of the last successful solve, a enumerated value of type - `docplex.utils.JobSolveStatus` + `docplex.util.status.JobSolveStatus` Note: The status returned by Cplex is stored as `status` in the solve_details of the model.