|
|
发表于 2009-5-21 20:36:24
|
显示全部楼层
个人想法:
' B, O- r% k- Y2 r7 X/ t约束条件是在上面的Table里面直接输入最大最小值吧。
# a/ r* j6 j2 n9 u$ KMinimum Limit: Table Column 5: The minimum value that this variable can be set to by the Optimizer block. If it is entered without a decimal point, it can only assume integer values. Do not enter limits for variables that are used as results from the model (i.e. Exited from an Exit block).0 g' K0 |! e' s# J( K
/ z J( p: E$ I" X1 I- J$ M9 F
Maximum Limit: Table Column 6: The maximum value that this variable can be set to by the Optimizer block. If it is entered without a decimal point, it can only assume integer values. Do not enter limits for variables that are used as results from the model (i.e. Exited from an Exit block).6 B/ ^9 O) b- E& O6 ]
下面的Equation栏里面应该写入目标函数吧。9 n" K5 w; }. H/ z
MaxProfit (MiniCost)= Var0 + Var1 + Var2; |
|