Skip to content

Commit

Permalink
Skip cplex_persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 15, 2025
1 parent f3a6da6 commit cbed907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyomo/scripting/driver_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def help_solvers():
# suppress ALL output
# with capture_output(capture_fd=True):
for s in solver_list:
if s == 'cplex_persistent':
pass
# Log the solver being checked
print(f"Checking solver: {s}")
# Create a solver, and see if it is available
Expand Down

0 comments on commit cbed907

Please sign in to comment.