码迷,mamicode.com
首页 > 其他好文 > 详细

Pyomo+GLPK使用

时间:2019-09-15 16:58:19      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:mkdir   使用   install   dir   get   python   wget   hub   pytho   

Pyomo下载安装

GLPK的下载和安装参考上一篇博客。

mkdir Pyomo
cd Pyomo
wget https://github.com/Pyomo/pyomo/archive/5.6.6.tar.gz
tar -zxvf 5.6.6.tar.gz
cd pyomo-5.6.6/
sudo  python setup.py install

或者

mkdir Pyomo
cd Pyomo
git clone https://github.com/Pyomo/pyomo
cd pyomo/
sudo  python setup.py install

Pyomo+GLPK使用

参考网站

Pyomo+GLPK使用

标签:mkdir   使用   install   dir   get   python   wget   hub   pytho   

原文地址:https://www.cnblogs.com/qujingtongxiao/p/11107529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!