| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \sin y + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.5 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \sin y\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -5.773901193465493 \cdot 10^{+50}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -162671694012.22647:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.016975672981508 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.564967545708885 \cdot 10^{-5}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 4.2274113302286874 \cdot 10^{+52}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.8514155374616943 \cdot 10^{+266}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.3 |
|---|
| Cost | 7372 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -404717.8097016547:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 8.704211662859401 \cdot 10^{-157}:\\
\;\;\;\;z \cdot \sin y\\
\mathbf{elif}\;x \leq 1.6319780425701814 \cdot 10^{+69}:\\
\;\;\;\;x + z \cdot \left(\left(\sin y + 1\right) + -1\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.3 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -162671694012.22647:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.564967545708885 \cdot 10^{-5}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 38.8 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.2785685710583106 \cdot 10^{-17}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.0068756707268119 \cdot 10^{-280}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]