Using custom linear solver #464
RiccardoAldrighetti
started this conversation in
General
Replies: 1 comment 2 replies
-
CPLEX or Gurobi are not the kind of linear solvers that Ipopt is looking for. The value |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using IPOPT solver with Pyomo, and I would like to change the linear solver using CPLEX or Gurobi.
I saw in the documentation that there's the option 'linear_solver' that could be set to custom. However, I don't find any other parameter in order to specify my linear solver.
Does anyone find a solution to this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions