Skip to content

Commit

Permalink
Add more type information
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhansk committed Nov 28, 2023
1 parent 183a6a4 commit 4d51953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygradflow/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@


class SolverStatus(Enum):
description: str

Converged = (auto(), "Convergence achieved")
IterationLimit = (auto(), "Reached iteration limit")
TimeLimit = (auto(), "Reached time limit")
Expand Down

0 comments on commit 4d51953

Please sign in to comment.