搜索资源列表
-
0下载:
非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar-very good, very well-known for linear programming and mixed-integer planning the source code, using the c language, the author M. Berkelaar
-
-
6下载:
1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发,
拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指;
1stOpt 应用范围
1) 模型自动优化率定
2) 参数估算
3) 任意模型公式线性,非线性拟合,回归
4) 非线性连立方程组求解
5) 任意维函数,隐函数极值求解
6) 隐函数根求解,作图,求极值
7) 线
-
-
0下载:
利用mathematica、MATLAB解决线性规划,整数规划(0-1规划)的源代码-To solve the linear/integer/0-1 programming problems by mathematica or matlab
-
-
0下载:
本文提出了商业公司的订货问题,包括货物从工厂到仓库,再到分店销售两部分,是经济管理中的优化问题。根据改进的综合了贮存与运输的模型,我们建立了非线性整数规划模型进行求解,得出初步的优化订货及运输方案,并在问题2和问题3中增加了一些实际考虑因素,将问题拓展。-In this paper, the company' s orders for commercial issues, including goods from the factory to the warehouse, to sales
-
-
0下载:
Gomory algorithm used to solve pure integer linear programming problems.
-
-
0下载:
线性规划算法,用C语言开发,可以在多种不同的操作系统上编译运行-Mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-cont and special ordered sets (SOS) models.lp_solve is written in ANSI C and can be compiled on many different pl
-
-
0下载:
分支界定实现源程序,本程序用C语言实现,故依据C语言的语法,数字0表示甲城市,数字49表示乙城市.-This is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
-
-
0下载:
该书讲述了线性规划,整数规划,图与网络,排队论,对策论,层次分析法,插值与拟合,回归分析,常微分方程,现代优化算法的等等,是一个相当好的数学文档。-The book tells the story of linear programming, integer programming, drawing and networks, queuing theory, game theory, AHP, interpolation and fitting, regression analysis, ord
-
-
0下载:
线性规划:
CmpSimpleMthd(完整单纯形法)
整数规划(含0-1规划)
DividePlane(割平面法)
ZeroOneprog(枚举法)
二次规划
QuadLagR(拉格朗日法)
ActivedeSet(起作用集法)-Linear Programming:
CmpSimpleMthd (complete simplex method)
Integer programming (including 0-1 Programming)
Divide
-