.TH "PYOMO" 1 "" "" "pyomo" .SH NAME \fBpyomo\fP \- user interface of the Pyomo optimization tool .SH USAGE EXAMPLES $ pyomo solve --solver=\fIglpk\fP \fImodel1.py\fP \fImodel.dat\fP --summary .PP $ pyomo solve --solver-manager=neos --solver=\fIcplex\fP \fImodel1.py\fP \fImodel.dat\fP --summary .SH OPTIONS .IP \fB--version\fP put out the version number and exit. .IP \fB-h,--help\fP put out a help message and exit. .SH SUBCOMMANDS .IP \fBsolve\fP optimize a Pyomo model. Some of the solvers which are supported by Pyomo's versatile backend are available within Debian. \fB--solver=glpk\fP uses the LP/MIP solver (glpsol) of GNU Linear Programming Kit for optimizing (package: glpk-utils). \fB--solver=cbc\fP uses the MIP solver (cbc) of the COIN-OR project (package: coinor-cbc). Individual configuration files could be employed, while rich commented templates for that could be easily generated. Individual arguments could be passed to the solver by \fB--solver-options="