现在的关键是如何将真实性检验方程(Reality Check Equations)含有的三个变量,即final demand;always have stock和fill orders when stocked,嵌入到模型中,并进行适当的定义。在这里,只讲2种方法:
第一种
打开前述模型“nlm0402.mdl”,在原先框图的基础上,画出以上检验方程的三个变量及其之间的关系连线。如图b所示。其中final demand;always have stock和fill orders when stocked的定义关系如图c,图d和图e所示。 ...
现在的关键是如何将真实性检验方程(Reality Check Equations)含有的三个变量,即final demand;always have stock和fill orders when stocked,嵌入到模型中,并进行适当的定义。在这里,只讲2种方法:
第一种
打开前述模型“nlm0402.mdl”,在原先框图的基础上,画出以上检验方程的三个变量及其之间的关系连线。如图b所示。其中final demand;always have stock和fill orders when stocked的定义关系如图c,图d和图e所示。
至此,就可以进行Reality Check了。如图f所示。
现在假设想进行模型的真实性检验(Reality Check),且真实性检验方程(Reality Check Equations)含有三个变量,即final demand;always have stock和fill orders when stocked。
并且这三者本身及其与模型中的有关变量的关系为:
变量“final demand”的值为20;
变量“always have stock”用以测试“Inventory”是否等于3倍的“final demand”;
变量“fill orders when stocked”用以表示:当系统符合“always have stock”条件时,则系统满足“shipments大于等于final demand”,即系统具有“shipments大于等于final demand”这一特性
以上三个真实性检验方程以模型语言来表示,就是:
final demand = 20
always have stock :TEST INPUT: Inventory = 3* final demand
fill orders when stocked :THE CONDITION: always have stock:IMPLIES: shipments>=final demand