| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \sin y + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 10.1 |
|---|
| Cost | 7250 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.9 \cdot 10^{+91} \lor \neg \left(z \leq -6 \cdot 10^{-13}\right) \land \left(z \leq -1.2 \cdot 10^{-131} \lor \neg \left(z \leq 1.4 \cdot 10^{-36}\right)\right):\\
\;\;\;\;x + z \cdot \sin y\\
\mathbf{else}:\\
\;\;\;\;x \cdot \cos y\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.3 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.4 \cdot 10^{-8} \lor \neg \left(y \leq 0.001\right):\\
\;\;\;\;z \cdot \sin y\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.2 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.45 \cdot 10^{-82} \lor \neg \left(x \leq 6 \cdot 10^{-111}\right):\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z \cdot \sin y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.5 \cdot 10^{-207}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.2 \cdot 10^{-220}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]