V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
zaojangkn
V2EX  ›  Python

我想用python解一些线性规划的问题,应该怎么做呢

  •  
  •   zaojangkn · 2011-04-27 08:47:51 +08:00 · 9811 次点击
    这是一个创建于 4720 天前的主题,其中的信息可能已经有所发展或是发生改变。
    8 条回复    1970-01-01 08:00:00 +08:00
    est
        1
    est  
       2011-04-27 09:18:55 +08:00
    LZ打这么多字都懒得去google一下么
    chone
        2
    chone  
       2011-04-27 09:41:57 +08:00
    数学模型和python关系不大吧。
    oppih28
        3
    oppih28  
       2011-04-27 09:46:08 +08:00
    yeshiwei
        4
    yeshiwei  
       2011-08-09 17:06:30 +08:00
    @chone 用scipy, numpy
    wlxiong
        5
    wlxiong  
       2011-08-09 19:03:57 +08:00   ❤️ 1
    glpk + PuLP
    如果只是想求解问题的话 建议直接用AMPL建立模型然后用glpk求解
    或者直接用python实现一个简单的simplex algorithm
    mathgl
        6
    mathgl  
       2011-08-19 16:17:07 +08:00
    use lp solver...it is more intuitive...
    FillingYichao
        7
    FillingYichao  
       2011-08-23 21:15:39 +08:00
    话说py我就懂symbian上的那些,还是一知半解的,想找本书看看都不知道找什么看
    reedxiao
        8
    reedxiao  
       2011-08-24 00:37:42 +08:00
    直接 Lingo
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5432 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 08:45 · PVG 16:45 · LAX 01:45 · JFK 04:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.