EvaluatedDecisionVariable

EvaluatedDecisionVariable#

class EvaluatedDecisionVariable#
from_bytes(bytes: bytes) EvaluatedDecisionVariable#
to_bytes() bytes#
property description: Optional[str]#

Read-only property.

Get the description

property id: int#

Read-only property.

Get the variable ID

property kind: Kind#

Read-only property.

Get the variable kind

property lower_bound: float#

Read-only property.

Get the lower bound

property name: Optional[str]#

Read-only property.

Get the variable name

property parameters: dict[str, str]#

Read-only property.

Get the parameters

property subscripts: list[int]#

Read-only property.

Get the subscripts

property upper_bound: float#

Read-only property.

Get the upper bound

property value: float#

Read-only property.

Get the evaluated value