| Alternative 1 |
|---|
| Error | 0.0 |
|---|
| Cost | 13248 |
|---|
\[\left(x + \cos y\right) - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 0.9 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \left(x + 1\right) - \sin y \cdot z\\
\mathbf{if}\;z \leq -6657819.89257601:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 2.4691728910638 \cdot 10^{-47}:\\
\;\;\;\;x + \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 5.3 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
\mathbf{if}\;z \leq -4.980723565132105 \cdot 10^{+117}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.1276020500820164 \cdot 10^{-10}:\\
\;\;\;\;x + \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 11.7 |
|---|
| Cost | 6920 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-\sin y\right)\\
\mathbf{if}\;z \leq -1.2582800421291595 \cdot 10^{+194}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.607587977229177 \cdot 10^{+89}:\\
\;\;\;\;x + \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 11.8 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x + \cos y\\
\mathbf{if}\;y \leq -10604636.769083364:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 389.6858559397786:\\
\;\;\;\;x - \left(y \cdot z + -1\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 17.8 |
|---|
| Cost | 6728 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.9157326639427598:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;x \leq 3.8135462907295645 \cdot 10^{-7}:\\
\;\;\;\;\cos y\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 18.7 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.3562927529405907 \cdot 10^{+47}:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;y \leq 4.754348398261506 \cdot 10^{+19}:\\
\;\;\;\;x - \left(y \cdot z + -1\right)\\
\mathbf{else}:\\
\;\;\;\;x + -1\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 21.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -23171205789086.324:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 7.371067309490128 \cdot 10^{-25}:\\
\;\;\;\;1 - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 24.6 |
|---|
| Cost | 388 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 1.0049206363290624 \cdot 10^{+161}:\\
\;\;\;\;x + 1\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 24.7 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3719448422663253 \cdot 10^{-5}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.0179829716806413 \cdot 10^{-6}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 25.1 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2602511433546637 \cdot 10^{-32}:\\
\;\;\;\;x + -1\\
\mathbf{elif}\;x \leq 3.0179829716806413 \cdot 10^{-6}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]