| Alternative 1 |
|---|
| Error | 8.3 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot x\\
t_1 := z - x \cdot z\\
\mathbf{if}\;y \leq -2.5915916961252376 \cdot 10^{+42}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.055749506320730155:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -5.466783102911237 \cdot 10^{-67}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.814177943791391 \cdot 10^{-66}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.1226622071452355 \cdot 10^{-26}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 201076203.38887015:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 23.5 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
\mathbf{if}\;x \leq -274176822964341700:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.7037420070196744 \cdot 10^{-28}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 5.4850829834804725 \cdot 10^{-40}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 2.8 \cdot 10^{+68}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.2 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := z - x \cdot z\\
\mathbf{if}\;z \leq -7.043421958014651 \cdot 10^{-171}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 2.3433590642581154 \cdot 10^{-88}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(y - z\right)\\
\mathbf{if}\;x \leq -274176822964341700:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.0077794395830085945:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -274176822964341700:\\
\;\;\;\;y \cdot x - x \cdot z\\
\mathbf{elif}\;x \leq 0.0077794395830085945:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(y - z\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 23.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.7037420070196744 \cdot 10^{-28}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 5.4850829834804725 \cdot 10^{-40}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[z + x \cdot \left(y - z\right)
\]