| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.0 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot z\\
\mathbf{if}\;y \leq -4.467235781468881 \cdot 10^{+269}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.73123433079739 \cdot 10^{+213}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.6551753127859233 \cdot 10^{+187}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.58325743152806 \cdot 10^{+89}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -10604636.769083364:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.08839147709823608:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 8.6 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -9.022991087177669 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.896522597872772 \cdot 10^{+38}:\\
\;\;\;\;x + \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.6 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;y \leq -6.22550385717427 \cdot 10^{+34}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 9.789299162384845 \cdot 10^{-16}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.7 |
|---|
| Cost | 324 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 6.1808399442153046 \cdot 10^{+47}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]