Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docplex/mp/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down