首页 > 其他分享 >MAST20018 – Discrete Mathematics and Operations Research

MAST20018 – Discrete Mathematics and Operations Research

时间:2024-09-14 18:46:27浏览次数:1  
标签:Operations product resource period Research Discrete planning model production

MAST20018 – Discrete Mathematics and Operations Research

Assignment 3

Upload to  Gradescope by 5pm  Wed  18th September 2024

Question 1

In assignment 1, you considered the following project with 8 activities, labelled A to H:

Activity

Time (days)

Precedence

A

B

C

D

E

F

G

H

5

11

15

9

27

17

23

13

A

A

A

B,C

C,D

F

G,E

Clearly define variables and propose a linear programming model to find the project’s earliest com- pletion time.

Question 2

Consider a company that manufactures n products and wants to plan its production over the next T time periods.  The demand for each product i ∈ {1,..., n} in each period t ∈ T of the planning horizon is given by dit.  In each period,  a single resource is required for production.  This resource is limited and renewable, i.e., in each period, the amount of the resource available does not depend on how it was used in previous periods.  Examples of renewable resources include labor, electricity, and machine hours, while non-renewable resources are, for example, raw materials that remain from one period and can be used in subsequent periods. Let Rt  be the amount of the renewable resource available dai 写MAST20018 – Discrete Mathematics and Operations Researchin period t ∈ T. Also let ri  be the quantity of the resource required to produce one unit of item i ∈ {1,..., n}.  The production cost depends on the product and on the period it is produced and is given by cit.  There is the possibility of storing products from one period to the next.   If a product is stored at the end of period t to be used later, a cost hit  is incurred.  There is no inventory at the beginning of the planning period.

a)  Clearly define your variables and model the production planning problem to meet the demand while minimising total costs as a linear programming model.

b)  Update your model to include backlogging, which occurs when some or all of the demand for a product in one period is fulfilled in a later period.  Let bit  be the cost of having one unit of product i in backlog at the end of period t.  Additionally, ensure that all demand is fully met by the end of the planning period. Write out the full linear programming model, not just the changes, and clearly define all variables used.

Question 3

The shaded area in the figure below depicts the feasible region of a linear programming model with 2 variables.

 

a) Write the constraints of the problem. Label them as blue, green and red constraints.

b)  Given the objective function f(x) = maxax1 +bx2 , determine all possible values of a and b for which the problem will have two distinct extreme points in the set of optimal solutions.

 

标签:Operations,product,resource,period,Research,Discrete,planning,model,production
From: https://www.cnblogs.com/qq---99515681/p/18414540

相关文章

  • [AGC003E] Sequential operations on Sequence
    题意给定一个整数序列,有\(q\)次操作,每次操作从无限复制的序列里面选择前\(q_i\)个元素作为当前的序列。问\(1\)到\(n\)每个整数在最终序列中出现的次数。\(n\le10^5,q_i\le10^{18}\)Sol想象一下每次操作,都是复制若干次前一次的序列然后拼上一段余数组成的。......
  • A Letter to Research Students 给研究生的一封信 译文
    以下是《致研究生的一封信》的中文译文,虽然这是一篇很早之前发表的文章,但阅读还是很收获满满~原文链接:https://www.cs.williams.edu/~bailey/p/research.pdf        通过一点点的组织,研究可以变得更有趣且更具成效。对于许多计算机科学家来说,研究技术更多是经验的产......
  • [1059] Operations of None in pandas
    Inpandas,handlingNonevalues(whicharerepresentedasNaNinDataFrames)isacommontask.Herearesomewaystodealwiththem:FilteringRowsFilterRowswithNoneValues:importpandasaspd#SampleDataFramedf=pd.DataFrame({'A......
  • ISO 26262中的失效率计算:SN 29500-3 Expected values for discrete semiconductors
    目录概要1基准条件下的失效率2失效率转换2.1失效率预测模型2.2电压应力系数2.2.1电压应力系数计算模型2.2.2电压应力系数计算2.3温度应力系数2.3.1温度应力系数计算模型2.3.2温度应力系数计算2.4漂移灵敏度系数3任务剖面应力系数4早期失效系数概......
  • OpenAI Gym custom environment: Discrete observation space with real values
    题意:OpenAIGym自定义环境:具有实数值的离散观测空间问题背景:Iwouldliketocreatecustomopenaigymenvironmentthathasdiscretestatespace,butwithfloatvalues.Tobemoreprecise,itshouldbearangeofvalueswith0.25step:10.0,10.25,10.5,10......
  • C. Perform Operations to Maximize Score
    原题链接题解着重点:分类讨论+二分中位数首先,由于要求中位数,我们先将数组进行排序;接着我们取遍所有的ai及其对应中位数。此时,分歧产生,我们有k次增值的机会,是加到ai(不会改变中位数)上还是增值后改变中位数(此时中位数可能改变)?显然,我们要分类讨论情况一:我们加到选取的ai上,显然......
  • OFtutorial04_basicFieldOperations解析
    OFtutorial4.C源码#include"fvCFD.H"//Thisisafunctiondeclaration;thismethodwillcalculatesomescalarvalue//giventhecurrenttime,locationinspacex,andareferencepointx0.The//functionalsoacceptsascalingfactor,scale.......
  • CF1654E Arithmetic Operations 题解
    CF1654E给定一个长度为\(n\)的序列\(a\)。问至少需要修改几个数才能使得\(a\)变为一个等差数列。\(n\leq10^5\),\(1\leqa_i\leq10^5\)。我们可以发现值域\(\leq10^5\)实属可疑,我们可以就这点进行分析考虑对于序列的公差\(d\),如果\(d\)太大的话经过若干......
  • SQL Zoo 7.More JOIN operations
    以下数据均来自SQLZoo1.Listthefilmswherethe yr is1962[Show id, title](列出1962年的电影)SELECTid,titleFROMmovieWHEREyr=19622.Giveyearof'CitizenKane'.(给出《公民凯恩》的年份)selectyrfrommoviewheretitle='CitizenKane'3.List......
  • VMware Aria Operations 8.18 发布 (新增功能概览) - 多云 IT 运维管理
    VMwareAriaOperations8.18发布(新增功能概览)-多云IT运维管理通过统一的高性能平台,实现跨私有云、混合云和多云环境的IT运维管理。请访问原文链接:https://sysin.org/blog/vmware-aria-operations/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.orgVMwareAri......