使用yalmip工具,可以方便快捷地解决线性规划问题,比如整数规划和0-1规划
2022-03-04 10:27:10 73KB yalmip matlab 线性规划 整数规划
1
整数规划部分的PPT,包括整数规划问题的建模及求解方法,割平面法、分支定界法、匈牙利法等内容。该部分内容是运筹学的一个分支,是管理类专业的必修课。
2022-03-03 14:40:10 2.94MB 管理类专业必修部分的内容
1
This directory contains the sources to the Mixed Integer Linear Program solver 'lp_solve' in gzip-ed tar format: lp_solve.tar.gz This is the supported version, which is written in strict ANSI C, meant for UNIX and contains porting information for VMS. The most current version is 3.2. Lp_solve 3.0 and newer are released under the Lesser GNU public License. Older versions live under a more restriction license, only non-commercial usage is free for them. Complaints about the programs should be sent to michel@magma-da.com. --------------------------------------------------------------------------- The currently latest version of lp_solve is 4.0. You can find a source kit (lp_solve_4.0.tar.gz), a pre-compiled Microsoft version (lp_solve_4.0_win32.zip) and a source kit that should compile under Visual C++ (lp_solve_4.0_vb.zip). lp_solve 4.0 is maintained by Peter Notebaert (peno@mailme.org). There are many older versions as well on this web site, if you feel the urge to play with them. ---------------------------------------------------------------------- There is a Java port of lp_solve 2.0 at: http://www.cs.wustl.edu/~javagrp/help/LinearProgramming.html ---------------------------------------------------------------------- There is a Perl interface available: start a search from http://search.cpan.org/ There are many other interfaces to lp_solve on the web; I advise a web search to find them.
2022-02-22 14:36:45 3.91MB Matlab 整数规划
1
本代码用于求解不定二次整数优化matlab算法主要用分枝定界的思想求解,可求解任何不定二次整数规划问题。
2022-02-11 15:00:50 27KB 分支定界 二次整数规划
1
以某航空公司排班问题进行求解+基于python的整数规划+Gurobi求解器。线性规划、整数规划、混合整数规划等问题,该代码文件以某航空公司排班问题进行求解,代码用python写的,里面有详细的注释,以及源文件,中文文档说明
2022-02-03 12:05:16 2.99MB 数学建模 python Gurobi 大数据
运筹学课件第四章整数规划.ppt
2022-02-01 11:02:28 5.86MB 课件
求解整数规划算法
2022-01-10 14:02:54 76KB 求解整数规划算法
1
java代码-0-1型整数规划
2022-01-05 14:25:56 845B 代码
1
安排最佳阵容的数学模型及其求解,张雨,詹立新,本文通过队最佳阵容的问题的研究提出了利用整数规划的方式求解此问题,在确定最佳阵容之后,并且利用随机数模拟取值的办法,模拟
2021-12-31 05:38:27 388KB 最佳阵容;0-1整数规划
1
用Matlab实现求解混合整数规划的分支定界法。还不是很完善,可以在上面修改。
2021-12-27 10:13:33 48KB 整数规划 分支定界法 Matlab 优化方法
1