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

搜索资源列表

  1. MATLAB 解整数规划 (分支定界)

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

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

    1下载:
  2. 物流分析工具包。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
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4853791
    • 提供者:陈宝文
  1. branch-and-cut-algorithm.rar

    0下载:
  2. 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1384790
    • 提供者:abrahamlau
  1. MIP

    1下载:
  2. 运用分支定界法求解混合整数线性规划,可用于求解电力系统机组组合问题- solving mixed integer linear programming branch and bound method ,and the program can solve unit commitment problem
  3. 所属分类:Energy industry

    • 发布日期:2017-03-23
    • 文件大小:1891
    • 提供者:苏济归
  1. fenzhidingjieMATLAB

    0下载:
  2. 分枝定界法求解整数规划的MATLAB实现-Branch and Bound Method for Solving Integer Programming MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:41399
    • 提供者:彭刚
  1. che

    0下载:
  2. 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其位置和攻击方向
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1422
    • 提供者:yxd
  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. BNBGUI

    0下载:
  2. 分支定界算法的GUI版 用来解整数规划问题 相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:526
    • 提供者:guiji
  1. filldisk-1.01.tar

    0下载:
  2. filldisk is an utility to optimize filling a media (cd/dvd/others with big files while wasting the minimum amount of space on it. It is an integer binary programming application using a customized branch and bound algorithm which focuses on yes/no
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:6975
    • 提供者:carlorossi
  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. BranchBound

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

    • 发布日期:2017-03-29
    • 文件大小:669
    • 提供者:夜海星
  1. IntProgFZ1

    0下载:
  2. matlab利用分支定界法求解整数规划的m函数文件,有详细的输入说明-matlab using the branch and bound method for solving integer programming m-function file, a detailed descr iption of the input
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:895
    • 提供者:lianhao
  1. ip

    2下载:
  2. 分支定界法、割平面法、隐式枚举法的整数规划matlab源代码-The branch and bound method for, cut plane method, the method of implicit enumeration methods of integer programming matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3183
    • 提供者:lzyacht
  1. YALMIP

    0下载:
  2. YALMIP,用于求解整数规划,主要思想为分支界定,效率和功能都比较好-YALMIP, for solving integer programming, the main idea of ​ ​ the branch and bound, efficiency and function are better
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1091739
    • 提供者:maltinda
  1. MIP

    1下载:
  2. 运用分枝定界法求解混合整数规划程序 各输入参数的含义: min f*x A*x<=b Aeq*x=beq iter_num_max:迭代次数的上限 lb:各变量的下限 ub:各变量的上限 x0:初值 ID:0、1变量,ID(k)=1,表示第k个变量为整数变量,ID(k)=0,表示第k个变量为非整数变量 ftemp_up:初始上界,无法找到初始上界,默认为无穷大 IP:初始可行解,无法找到初始可行解,默认为空 各输出参
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:1888
    • 提供者:程序菜鸟
  1. zhengshuguihua

    0下载:
  2. 整数规划:用割平面法求解整数规划 用分支定界法求解整数规划 用枚举法(包括穷举法和隐枚举法)求解0-1规划 -Integer programming: cutting plane method for solving integer programming with branch and bound method for solving integer programming Solving 0-1 planning enumeration method (exhaustive me
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:2586
    • 提供者:wangchun
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版用来解整数规划问题相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:forsdth
  1. zsgh

    0下载:
  2. 整数规划,0-1整数规划,分支定界法求最优解-0-1 integer programming integer programming, branch and bound method for the optimal solution
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:4486
    • 提供者:lwm
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版用来解整数规划问题相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:611
    • 提供者:lightly
  1. lp_solve_5.1_MATLAB_exe

    0下载:
  2. 运用分枝定界法求解混合整数规划的matlab程序- Use the branch and bound method for solving mixed integer programming procedures -Use the branch and bound method for solving mixed integer programming procedures
  3. 所属分类:matlab例程

    • 发布日期:2017-04-06
    • 文件大小:51241
    • 提供者:chris
« 12 »
搜珍网 www.dssz.com