I want to use \"pyomo\" for my studies. I installed pyomo via easy_install
coopr install instructions, Pyomo needs a solver to work so I wanted to install the
Better late than never: in order to use GLPK (executable glpsol.exe
), it must be somewhere on your sytem environment variable "Path". For sake of an example, let's assume you put the GLPK executable into the folder C:\GLPK\bin
. Then (steps copied from this answer by melhosseiny):
;C:\GLPK\bin
to the Path
variable.Now try to launch glpsol
from any directory. If it is found, pyomo should now be able to use it.