当前位置:
首页 资源下载
搜索资源 - mixed integer linear programming
搜索资源列表
-
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
-
-
1下载:
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location
Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP)
Networks: Sho
-
-
0下载:
利用分支定届算法实现线性混合整数规划模型的求解(MATLAB代码), using branch algorithm to solve the mixed integer linear programming model (MATLAB code)
-
-
0下载:
分枝定界法程序,解混合整数线性规划《详解MATLAB在最优化计算中的应用》中的分枝定界法程序,稍作了修改-Branch and bound method procedures, the solution mixed integer linear programming, " Detailed MATLAB optimization calculation in the application" in the branch and bound procedure, slightl
-
-
1下载:
运用分支定界法求解混合整数线性规划,可用于求解电力系统机组组合问题- solving mixed integer linear programming branch and bound method ,and the program can solve unit commitment problem
-
-
1下载:
通常matlab不能进行整数规划,现一款混合整数的线形规划matlab m文件-Matlab usually can not be integer programming, are a mixed-integer linear programming matlab m file
-
-
20下载:
matlab最优化程序包括
无约束一维极值问题
进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法
Goidstein法 Wolfe.Powell法
单纯形搜索法 Powell法 最速下降法
共轭梯度法 牛顿法 修正牛顿法
拟牛顿法 信赖域法 显式最速下降法,
Rosen梯度投影法
罚函数法 外点罚函数法 內点罚函数法
混合罚函数法 乘子法
G-N法 修正G-N法 L-M法
-
-
0下载:
Mixed integer linear programming source code
-
-
0下载:
用带线性松驰的分支定界算法求解混合整数线性规划问题的软件系统源代码-MINTO is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
-
-
0下载:
整数规划mixed-integer linear programming problem-mixed-integer linear programming problem
-
-
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下载:
求解混合整数线性/非线性规划的matlab源代码-Solving mixed integer linear/nonlinear programming of matlab source code
-
-
0下载:
通常matlab不能进行整数规划,现一一款混合整数的线形规划matlab m文件
-Usually matlab integer programming, now a mixed integer linear programming matlab m file
-
-
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下载:
在最佳位置和合同双层办法
分布式发电的径向分布定价
使用混合整数线性规划系统-Bilevel approach for optimal location and contract
pricing of distributed generation in radial distribution
systems using mixed-integer linear programming
-
-
0下载:
This function solves the mixed integer linear programming problems. It
uses the linprog.m function that comes with the optimization toolbox
of MATLAB. It employs the branch and bound algorithm. It uses depth
first search.
-
-
0下载:
This paper considers the problem of hybrid flow shops with sublots and sequence dependent setup times to minimize the total tardiness. A mixed integer linear programming model is presented for the problem. The paper also proposes an imperialist compe
-
-
3下载:
BENDERS分解算法,用来求解MIPS,即混合整数线性规划问题。我已经做了注释。-Benders decomposition of solving MIPS problem, which is mixed integer linear programming, I have done Notes
-
-
0下载:
它是一个混合整数线性规划求解器,可以求解纯线性、(混合)整数/二值、半连续和特殊有序集模型。并且经过实际验证,有极高的求解效率。(It is a mixed integer linear programming solver, which can solve pure linear, mixed (integer) / integer, two valued, semi continuous and special ordered set models. And through practica
-
-
0下载:
提出了一种混合模拟退火算法, 以模拟退火法作为随机搜索引擎,利用逻辑编程和线性规划来检验和处理搜索结果。这种算法既可以发挥随机搜索法的快速寻找可行解的优势, 又可以充分考虑特定问题内在的逻辑和数学关系, 使之可以在较短的时间内得到一较优解实例计算结果表明, 同传统的混合整数线性规划方法相比这种算法可以快速地给出优化解, 月优化值与全局最优依差别不大, 可以更好地解决原油实际调度问题(A hybrid simulated annealing algorithm is proposed, which
-