当前位置:网站首页>Teacher Wang Shuyao's notes on operations research 09 linear programming and simplex method (Application of simplex table)
Teacher Wang Shuyao's notes on operations research 09 linear programming and simplex method (Application of simplex table)
2022-07-29 06:53:00 【three billion seventy-seven million four hundred and ninety-one】
The first 9 speak Linear programming and simplex method ( Application of simplex table )
Simplex table
give an example
See textbook P37 2.4
According to the inspection number σ i \sigma_i σi Select the variable of the base
about > 0 >0 >0 Of σ i \sigma_i σi, Compare their sizes , maximal σ i \sigma_i σi The corresponding variable is the variable to be entered into the base . Until after several rounds of iteration, all σ i \sigma_i σi all ≤ 0 \le0 ≤0.( This approach is also based on the standard requirements of the objective function m a x max max.)
Additional explanation
Inspection number σ i \sigma_i σi The meaning of is when introducing a unit variable x i x_i xi when , How much can the objective function be changed . If it doesn't exist σ i > 0 \sigma_i>0 σi>0, It shows that the optimal solution has been obtained .
Can prove that , The test number of the base variable must be 0, Therefore, there is no need to calculate .
According to the comparison coefficient θ \theta θ Select the base variable
according to θ = B − 1 b B − 1 a \theta=\frac{B^{-1} b}{B^{-1} a} θ=B−1aB−1b Calculate the... Of each row that will be entered into the base θ \theta θ, And find the minimum , According to the position of the minimum value , Determine the vector to base .
Additional explanation
In the first iteration , The inspection number and value coefficient are exactly the same .( Because the initial feasible basis is the identity matrix , And the identity matrix corresponds to c B c_B cB yes 0.)
Some values don't need to be calculated completely , That is, the simplex table does not need to be completely filled , For example, because you only need to find σ i \sigma_i σi The maximum of , Therefore, it can be calculated to judge the size relationship . Therefore, a modified simplex method is proposed , It can reduce the computational load of the computer .
The optimal solution and the optimal objective function value can be seen in the final table .
summary
Simplex is a method to solve linear programming problems , Simplex table is a tool for simplex method , The steps of solving the equation of simplex can be more systematic , And you can see a lot of information from the table . You need to master how to count according to the inspection number σ i \sigma_i σi Select the variables of the basis and according to the comparison coefficient θ \theta θ Select the base variable . Special attention should be paid to correct each step .
边栏推荐
- 王树尧老师运筹学课程笔记 09 线性规划与单纯形法(单纯形表的应用)
- SDN拓扑发现原理
- Hongke share | let you have a comprehensive understanding of "can bus error" (III) -- can node status and error counter
- 多线程并发下的指令重排问题
- Mutual conversion between Base64 and file
- pairs和ipairs的区别
- 【论文阅读 | cryoET】Gum-Net:快速准确的3D Subtomo图像对齐和平均的无监督几何匹配
- Navicat for Oracle Cannot create oci environment
- IPv6 representation and configuration cases
- MySQL 事物四种隔离级别分析
猜你喜欢
Analysis of four isolation levels of MySQL things
Shallow reading of reentrantlock source code of abstractqueuedsynchronizer (AQS)
【flask入门系列】Flask-SQLAlchemy的安装与配置
吴恩达老师机器学习课程笔记 02 单变量线性回归
OpenResty的核心与cosocket
NeuralCF-神经协同过滤网络
Hongke shares | testing and verifying complex FPGA design (2) -- how to perform global oriented simulation in IP core
【论文阅读 | cryoET】Gum-Net:快速准确的3D Subtomo图像对齐和平均的无监督几何匹配
【冷冻电镜入门】加州理工公开课课程笔记 Part 3: Image Formation
5G服务化接口和参考点
随机推荐
CNN convolutional neural network
ECCV 2022丨轻量级模型架ParC-Net 力压苹果MobileViT代码和论文下载
Actual combat! Talk about how to solve the deep paging problem of MySQL
数据库多表查询 联合查询 增删改查
Introduction to OSPF theory
基于Matlab解决线性规划问题
【论文阅读 | cryoET】Gum-Net:快速准确的3D Subtomo图像对齐和平均的无监督几何匹配
Relationship between subnet number, host number and subnet mask
游戏资产的革命
量子机器学习中的安全性问题
Best example of amortized cost
Hongke shares | testing and verifying complex FPGA design (2) -- how to perform global oriented simulation in IP core
Base64与File之间的相互转化
猜数字//第一次使用生成随机数
Why does 5g N2 interface control plane use SCTP protocol?
Not so simple singleton mode
finally 和 return 的执行顺序
5G服务化接口和参考点
Condition 条件对象源码浅读
MySQL 事物四种隔离级别分析