OutputObjective

OutputObjective#

class OutputObjective#

Read-only objective semantics used when evaluating solver output.

Invariants#

The sense, function, and optimality-transport flag are exposed as one root-owned value. Instances create and update this value through their mathematical owner operations; Python callers cannot construct or mutate it.

property function: Function#

Read-only property.

Function evaluated after the full state is populated.

property preserves_optimality: bool#

Read-only property.

Whether active-formulation optimality transports to the output objective.

property sense: Sense#

Read-only property.

Optimization sense used for evaluated output objective values.