变量值数据

(类来自 pyomo.contrib.pyros.pyros_algorithm_methods)

class pyomo.contrib.pyros.pyros_algorithm_methods.VariableValueData(first_stage_variables, second_stage_variables, decision_rule_monomials)

基础:tuple

__init__()

方法

__init__()

count(value, /)

返回值的出现次数。

index(value[, start, stop])

返回值的第一个索引。

属性

decision_rule_monomials

字段编号2的别名

first_stage_variables

字段编号0的别名

second_stage_variables

字段编号1的别名

成员文档

count(value, /)

返回值的出现次数。

index(value, start=0, stop=9223372036854775807, /)

返回值的第一个索引。

如果值不存在,则引发ValueError。

decision_rule_monomials

字段编号2的别名

first_stage_variables

字段编号0的别名

second_stage_variables

字段编号1的别名