| Alternative 1 | |
|---|---|
| Error | 26.52% |
| Cost | 721 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.5 \cdot 10^{-27}:\\
\;\;\;\;-500 \cdot y\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{-63} \lor \neg \left(y \leq -6.8 \cdot 10^{-85}\right) \land y \leq 7.5 \cdot 10^{+87}:\\
\;\;\;\;500 \cdot x\\
\mathbf{else}:\\
\;\;\;\;-500 \cdot y\\
\end{array}
\]