CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - integer programming

搜索资源列表

  1. lp_solve_4.0.tar

    0下载:
  2. 利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,-use of language, compiled DLL from the Matlab Integer Programming Toolbox contains language source c,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:305823
    • 提供者:郑成勇
  1. MATLAB 解整数规划 (分支定界)

    3下载:
  2. matlab解用分支定界法解整数规划的程序。请大家参考-solutions using Matlab branch and bound method for integer programming procedures. Please refer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-07-13
    • 文件大小:898
    • 提供者:杜香港
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5929399
    • 提供者:zhxj
  1. CUMCM_prize

    0下载:
  2. 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:882
    • 提供者:张天翼
  1. 0-1programming

    1下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:wan
  1. ElementAlloc

    0下载:
  2. 用元素分配法求解0-1整数规划问题,比匈牙利法简单且易实现,该算法已通过实例验证-elemental distribution method 0-1 integer programming problems than Hungary and France is simple to implement, The algorithm has been verified by examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1292
    • 提供者:yay
  1. bnb

    0下载:
  2. matlab 实现的整数规划工具箱,用起来挺方便的-Matlab achieve the integer programming toolbox, together with quite convenient
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:138275
    • 提供者:王晓楠
  1. bnb20

    0下载:
  2. MatLab求解整数规划的一个工具箱, 有需要的吗-MatLab Solving Integer Programming a toolbox, the needy?
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:141659
    • 提供者:王桂从
  1. shuxueguihua

    0下载:
  2. 数学中经常用到的一些规划模型包含整数规划、线性规划、非线性规划-Frequently used for mathematical programming model contains a number of integer programming, linear programming, nonlinear programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:615147
    • 提供者:詹惠崇
  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. NIP

    4下载:
  2. matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:13764215
    • 提供者:feimaxiao
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:138639
    • 提供者:wangjunxia
  1. fenzhijianding

    0下载:
  2. 实验目的:用Matlab实现分支定界法求解整数线性规划问题。 实验内容: 用分支定界法求下面的线性整数规划问题的最优解: -Experiment Objective: Matlab to achieve branch and bound method for solving integer linear programming problem. Experiment content: With the branch and bound method seek
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14505
    • 提供者:wanggen
  1. integerandquadratic

    0下载:
  2. 整数规划(Integer programming)分支定界法 二次规划(quadratic programming)路径跟踪法-Integer programming (Integer programming)branch and bound method quadratic programming (quadratic programming)the path tracing method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1796
    • 提供者:Rongsheng
  1. MILP

    0下载:
  2. Mixed integer linear programming source code
  3. 所属分类:Console

    • 发布日期:2017-05-26
    • 文件大小:9540804
    • 提供者:park sang yoon
  1. BranchBound

    0下载:
  2. 最优化问题中分枝定界法求解整数线性规划问题-Optimization of branch and bound method for solving integer linear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:669
    • 提供者:夜海星
  1. A-multi-stage-vendor-selection-mixed-integer-progr

    0下载:
  2. 一种多阶段供应商选择的混合整数规划模型A multi-stage vendor selection mixed integer programming model-A multi-stage vendor selection mixed integer programming model
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:133200
    • 提供者:zhejiang001
  1. Logic_and_Integer_Programming

    0下载:
  2. Logic and Integer Programming. This book combines two related topics which are usually covered in separate texts,namely logic and integer programming (discrete ptimisation). These two subjects have close connections and each is applicable to the o
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1217820
    • 提供者:Thanh
  1. linear-programming-algorithm

    0下载:
  2. 线性规划算法,整数规划及二次规划算法,经测试收敛较快,效果不错,需要非线性最优化的可以借鉴-Linear programming algorithm, integer programming, quadratic programming algorithm, tested converges faster, effect is good, need to nonlinear optimization can draw lessons from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6973
    • 提供者:wyg
  1. 0-1-integer-problem

    0下载:
  2. 0-1整数规划 -运筹与优化MATLAB程序(源代码)- 0-1 integer programming - Operations Research and Optimization MATLAB program (source code)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1935
    • 提供者:gloria
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com