ommx.v1.linear_pb2
Classes
Module Contents
- class ommx.v1.linear_pb2.Linear(*, terms: collections.abc.Iterable[global___Linear] | None = ..., constant: float = ...)
- class Term(*, id: int = ..., coefficient: float = ...)
- ClearField(field_name: Literal['coefficient', b'coefficient', 'id', b'id']) None
- COEFFICIENT_FIELD_NUMBER: int
- ID_FIELD_NUMBER: int
- coefficient: float
- id: int
- ClearField(field_name: Literal['constant', b'constant', 'terms', b'terms']) None
- CONSTANT_FIELD_NUMBER: int
- TERMS_FIELD_NUMBER: int
- constant: float
- property terms: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Linear]