LogEncodingError#
- class LogEncodingError#
An exact log encoding is unavailable for one requested decision variable.
- property expected: str | int | float#
Read-only property.
Required bound condition or maximum bit count.
- property kind: str#
Read-only property.
Machine-readable reason for unavailable exact encoding.
- property observed: str | int | float#
Read-only property.
Observed bound or bit count that made encoding unavailable.
- property variable_id: int#
Read-only property.
Decision variable for which exact encoding is unavailable.