How can I install ipopt solver to use it with pyomo in ubuntu??? I have already download the zip file of ipopt
but I don'n find any specific instructions how to install it and use it with pyomo.
How can I install ipopt solver to use it with pyomo in ubuntu??? I have already download the zip file of ipopt
but I don'n find any specific instructions how to install it and use it with pyomo.
If you downloaded a binary then you just have to make sure that the ipopt executable is in your PATH environment variable. If you are trying to install from source code you should follow the instructions here. Your last option is to use anaconda to install an ipopt binary using the command:
I think conda installs an old version of ipopt so be aware.
With any of these installations you will know it is installed correctly when you type
ipopt
in a terminal window and get the following output: