EvaluatedNamedFunction#
- class EvaluatedNamedFunction#
EvaluatedNamedFunction wrapper for Python.
Holds the Rust
EvaluatedNamedFunctionplus an owned snapshot of its metadata. SeeNamedFunctionfor the snapshot-model rationale.- __copy__() EvaluatedNamedFunction#
- __repr__() str#
- property evaluated_value: float#
Read-only property.
- property id: int#
Read-only property.
- property parameters: dict[str, str]#
Read-only property.
- property subscripts: list[int]#
Read-only property.
- property used_decision_variable_ids: set[int]#
Read-only property.