|
|
发表于 2009-5-21 20:36:24
|
显示全部楼层
个人想法:
7 w( E- r+ G6 r- v6 e7 b约束条件是在上面的Table里面直接输入最大最小值吧。
8 x- y U5 G; Y. |Minimum 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).
- D; a& D" j6 V8 n) w# ^2 C. u/ I% O6 I1 l
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).
* F; d! r* }' J/ Z7 J$ k1 E下面的Equation栏里面应该写入目标函数吧。
8 J2 ^8 w; o( l5 L, }MaxProfit (MiniCost)= Var0 + Var1 + Var2; |
|