LP单纯形算法的C ++ [英] LP Simplex algorithm in C++

查看:182
本文介绍了LP单纯形算法的C ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要单纯形算法(是一种流行的算法的线性规划问题的数值解)的强大的C ++源$ C ​​$ C。

I need the robust C++ source code of the simplex algorithm (is a popular algorithm for numerical solution of the linear programming problem).

请,没有链接到维基百科。我需要很好的来源$ C ​​$ C在C ++中,使用模板,清晰的用户友好的名称,并很好地工作。

Please, no links to wikipedia. I need good source code in C++, using templates, clear user-friendly names and work very well.

preferably算法必须检查不稳定的浮点计算。

Preferably algorithm must check the unstable floating-point calculation.

推荐答案

这一个是一个C ++库:的http:// soplex .zib.de 。但该许可证已就商业使用一些限制。

This one is a C++ library: http://soplex.zib.de. But the license has some restrictions regarding commercial use.

这其中有一个宽松的许可证,但在C:的http://aldebaran.devinci.fr/~cagnol/promotion2007/cs302/gsl/multimin/simplex.c.html 也许你可以写一个瘦包装。

This one has a liberal license, but is in C: http://aldebaran.devinci.fr/~cagnol/promotion2007/cs302/gsl/multimin/simplex.c.html Probably you can write a thin wrapper.

这篇关于LP单纯形算法的C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆