def __call__(self, exprs: list[CostExpression]) -> CostExpression
Return the elementwise-maximum cost expression.
CostExpression — ``(N, M)`` maximum matrix with OR-combined gates.
Source: unitrack/pipeline/merge.py:188