Skip to content

Commit

Permalink
Merge pull request #19 from lpsinger/typo-impriving
Browse files Browse the repository at this point in the history
Fix typo: impriving
  • Loading branch information
PhilippeCouronne authored Feb 8, 2025
2 parents 3fb80ca + c56992c commit d7de883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docplex/mp/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ProgressClock(Enum):
- All: the listener listens to all calls from CPLEX.
- BestBound: listen to changes in best bound, not necessarily with a solution present.
- Solutions: listen to all intermediate solutions, not necessarily impriving.
- Solutions: listen to all intermediate solutions, not necessarily improving.
Nothing prevents being called several times with an identical solution.
- Gap: listen to intermediate solutions, where either objective or best bound has improved.
Expand Down

0 comments on commit d7de883

Please sign in to comment.