We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4b29c commit 0792800Copy full SHA for 0792800
pyomo/contrib/solver/common/solution_loader.py
@@ -50,7 +50,7 @@ def get_solution_ids(self) -> List[Any]:
50
"""
51
If there are multiple solutions available, this will return a
52
list of the solution ids which can then be used with other
53
- methods like `load_soltuion`. If only one solution is
+ methods like `load_solution`. If only one solution is
54
available, this will return [None]. If no solutions
55
are available, this will return None
56
0 commit comments