| Alternative 1 |
|---|
| Error | 4.91% |
|---|
| Cost | 13385 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;x \leq -26 \lor \neg \left(x \leq 6.2 \cdot 10^{-10}\right):\\
\;\;\;\;x + t_0\\
\mathbf{else}:\\
\;\;\;\;\sin y + t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.08% |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + \left(x + \sin y\right)
\]
| Alternative 3 |
|---|
| Error | 29.86% |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -9.5 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.02 \cdot 10^{-226}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq -6 \cdot 10^{-247}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 1.35 \cdot 10^{-104}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 3.15 \cdot 10^{-55}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 3.9 \cdot 10^{+65}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.58% |
|---|
| Cost | 7376 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -3.7 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 6:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 2.4 \cdot 10^{+68}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 8.2 \cdot 10^{+163}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_0 + \left(y + x\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.87% |
|---|
| Cost | 6988 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -5.2 \cdot 10^{+57}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 6:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 2.15 \cdot 10^{+68}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 5.14% |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3 \cdot 10^{-31} \lor \neg \left(z \leq 6\right):\\
\;\;\;\;x + z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x + \sin y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 32.01% |
|---|
| Cost | 6860 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.8 \cdot 10^{-43}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 5.3 \cdot 10^{-217}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{elif}\;x \leq 1.3 \cdot 10^{-58}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 29.38% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.4 \cdot 10^{+33}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 1.72 \cdot 10^{+50}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 31.38% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.4 \cdot 10^{-134}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 6.5 \cdot 10^{-126}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 44.21% |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.8 \cdot 10^{-55}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 8 \cdot 10^{-6}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]