由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [转载] Matlab算LP最多支持多少变量?
相关主题
Linear Programming (LP) Solverlp_solve 求救! divide by zero error :-(
被script programming 问题难住了请问有人用过cholmod solver吗?
matlab里面的bintprog能处理到多大规模的integer programmingMINOS linear programming (转载)
文科PhD,没什么课修了,打算学点CS的东西,修什么课开始?有人知道免费的min cost network flow solver么?
求教:matlab (转载)求solver
[转载] 有什么好的free的software算LP?求solver
a quick question about integer programming问一个不等式 (转载)
哪个软件可以读入cplex文件输出dual?convex programming有啥好的solver吗?
相关话题的讨论汇总
话题: lp话题: matlab话题: 变量话题: use话题: neos
进入CS版参与讨论
1 (共1页)
f*****p
发帖数: 235
1
【 以下文字转载自 EE 讨论区 】
【 原文由 firstep 所发表 】
60,000个变量能处理么?
p*******e
发帖数: 40
2
use cplex

【在 f*****p 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 【 原文由 firstep 所发表 】
: 60,000个变量能处理么?

m*******y
发帖数: 18
3
cplex已经集成在Matlab里了吗?还是说要去Ilog买license?
有给学生使用的免费的版本吗?谢谢

【在 p*******e 的大作中提到】
: use cplex
c******n
发帖数: 4965
4
ft, I didn't know it could do this ...

【在 f*****p 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 【 原文由 firstep 所发表 】
: 60,000个变量能处理么?

p*******e
发帖数: 40
5
my lab hv purchased it...
student version can not deal with your large scale problem.

【在 m*******y 的大作中提到】
: cplex已经集成在Matlab里了吗?还是说要去Ilog买license?
: 有给学生使用的免费的版本吗?谢谢

p*******e
发帖数: 40
6
it could, but slow and probably cant deal such a large scale problem
its not a bad idea to use NEOS as well

【在 c******n 的大作中提到】
: ft, I didn't know it could do this ...
m*******y
发帖数: 18
7
多谢了.
我听别人说过lp_solve,免费,好像可以解决大的LP问题,不过我还没试过.
http://www.geocities.com/lpsolve/

【在 p*******e 的大作中提到】
: my lab hv purchased it...
: student version can not deal with your large scale problem.

c******n
发帖数: 4965
8
lp_solve is easy,
just pipe it a representation as you would write the LP ,
then it exports you the thing
we always use it
but I only used it for <1000
it can even do integer LP, but of couse slow, for 15 vars, it's about 4 hours

【在 m*******y 的大作中提到】
: 多谢了.
: 我听别人说过lp_solve,免费,好像可以解决大的LP问题,不过我还没试过.
: http://www.geocities.com/lpsolve/

p*******e
发帖数: 40
9
lots of solver available on NEOS ah

【在 m*******y 的大作中提到】
: 多谢了.
: 我听别人说过lp_solve,免费,好像可以解决大的LP问题,不过我还没试过.
: http://www.geocities.com/lpsolve/

a**s
发帖数: 1398
10
Try http://directory.fsf.org/libs/glpk.html

【在 c******n 的大作中提到】
: lp_solve is easy,
: just pipe it a representation as you would write the LP ,
: then it exports you the thing
: we always use it
: but I only used it for <1000
: it can even do integer LP, but of couse slow, for 15 vars, it's about 4 hours

x*b
发帖数: 253
11
Use COIN, which is free and much better than GLPK.
GLPK cannot deal with a large scale problem.

hours

【在 a**s 的大作中提到】
: Try http://directory.fsf.org/libs/glpk.html
1 (共1页)
进入CS版参与讨论
相关主题
convex programming有啥好的solver吗?求教:matlab (转载)
Java 问题, 请帮忙![转载] 有什么好的free的software算LP?
问一个有关用LIBSVM 做text classification 的问题a quick question about integer programming
请问:图像的autocorrelation和autocovariance是啥关系 (转载哪个软件可以读入cplex文件输出dual?
Linear Programming (LP) Solverlp_solve 求救! divide by zero error :-(
被script programming 问题难住了请问有人用过cholmod solver吗?
matlab里面的bintprog能处理到多大规模的integer programmingMINOS linear programming (转载)
文科PhD,没什么课修了,打算学点CS的东西,修什么课开始?有人知道免费的min cost network flow solver么?
相关话题的讨论汇总
话题: lp话题: matlab话题: 变量话题: use话题: neos