| Alternative 1 |
|---|
| Error | 8.0 |
|---|
| Cost | 13384 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.8939672978711524 \cdot 10^{+44}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 3.6713465662994665 \cdot 10^{+50}:\\
\;\;\;\;\sin y + z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\left(x + \sin y\right) + z \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 21.4 |
|---|
| Cost | 6992 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.906342940571468 \cdot 10^{-219}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq -5.33684750857382 \cdot 10^{-262}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;x \leq 1.5512872373336204 \cdot 10^{-246}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{elif}\;x \leq 3.6465996271126133 \cdot 10^{-72}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 10.0 |
|---|
| Cost | 6988 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -1.494977013994149 \cdot 10^{+163}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.2828973129543407 \cdot 10^{-59}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 7467826829884971:\\
\;\;\;\;x + \sin y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 18.4 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.8939672978711524 \cdot 10^{+44}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 3.6713465662994665 \cdot 10^{+50}:\\
\;\;\;\;z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 18.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.8690080106936887 \cdot 10^{+23}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 0.0004406951564213727:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 26.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1335595.5653913505:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.0854284218421 \cdot 10^{-24}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 20.2 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.657102180469003 \cdot 10^{-122}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 8.226831608733367 \cdot 10^{-96}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 35.1 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.657102180469003 \cdot 10^{-122}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 8.226831608733367 \cdot 10^{-96}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]