Skip to content

Commit

Permalink
NFC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Feb 10, 2025
1 parent c35eee8 commit 8ba0dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/solvers/plugins/solvers/GUROBI.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __new__(cls, *args, **kwds):
logger.error('Unknown IO type: %s' % mode)
return
# The Gurobi ASL solver was 'gurobi_ampl' through Gurobi 11,
# then was renamed to 'gurobi'. Check 'gurobi' frst, then
# then was renamed to 'gurobi'. Check 'gurobi' first, then
# 'gurobi_ampl'.
for exe_name in ('gurobi', 'gurobi_ampl'):
exe = Executable(exe_name)
Expand Down

0 comments on commit 8ba0dfb

Please sign in to comment.