Skip to content

Commit

Permalink
Update docs to point to new gurobi interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 14, 2024
1 parent b19c75a commit 9ed93fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/solver/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class PersistentSolverBase(SolverBase):
methods from the direct solver base and adds those methods that are necessary
for persistent solvers.
Example usage can be seen in solvers within APPSI.
Example usage can be seen in the GUROBI solver.
"""

def is_persistent(self):
Expand Down

0 comments on commit 9ed93fe

Please sign in to comment.