对于AMPL,有一个可能的变量后缀列表,例如_var.ub
,它是变量的上限。
我得到了与_var
相关的可能后缀列表,我想知道它们的含义。
Possible suffix values for _var.suffix:
astatus current defeqn derstage
down dual init init0
int lb lb0 lb1
lb2 lrc lslack no
rc relax slack sno
sstatus stage status ub
ub0 ub1 ub2 up
urc uslack val
例如stage
意味着什么?
答案 0 :(得分:0)
大多数后缀都在BUILT-IN SUFFIXES页面上进行了描述。 stage
后缀(未在此处记录)用于AMPL的随机编程扩展,以指定变量的阶段。它在Overview of and Update on ASL, the AMPL/Solver Interface Library中描述。