Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
avdudchenko committed Jun 6, 2024
1 parent 8dc8896 commit 3feccef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,9 @@ that folder into your conda env\Library\bin folder

<conda_location>\envs\<env_name>\Library\bin

Once the DLL files are placed you should be able to access the HSL solvers using solver options, in pyomo::
Once the DLL files are placed you should be able to access the HSL solvers using solver options::

solver = pyo.SolverFactory("cyipopt")
solver.config.options["linear_solver"] = "ma27"
problem.add_option('linear_solver', 'ma57')

If all works well, you should see the following when setting ``tee=True``::

Expand Down

0 comments on commit 3feccef

Please sign in to comment.