Search code examples
pyomo

How to Setup ASL Solvers in Pyomo


I am using Pyomo on Windows. I wanted to use nonlinear solvers such as BONMIN and I noticed that they are available using ASL. How can I use ASL?


Solution

  • Solver installation can be tricky on Windows, but you will want to:

    1. install the relevant ASL solver
    2. add its executable to your system path
    3. call it from Pyomo

    Each of these steps should have pre-existing documentation.