| Alternative 1 |
|---|
| Error | 25.2 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := 6 \cdot \left(y \cdot z\right)\\
t_1 := -6 \cdot \left(x \cdot z\right)\\
\mathbf{if}\;z \leq -4.5 \cdot 10^{+235}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.65 \cdot 10^{+190}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -2.5 \cdot 10^{+160}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -430000000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.75 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{-69}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 25.2 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := 6 \cdot \left(y \cdot z\right)\\
t_1 := x \cdot \left(z \cdot -6\right)\\
\mathbf{if}\;z \leq -6.4 \cdot 10^{+234}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.3 \cdot 10^{+190}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{+160}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -780000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.05 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-69}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 25.3 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := 6 \cdot \left(y \cdot z\right)\\
t_1 := x \cdot \left(z \cdot -6\right)\\
t_2 := y \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -5.5 \cdot 10^{+242}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.1 \cdot 10^{+190}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq -2.8 \cdot 10^{+160}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -78000000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 1.4 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.25 \cdot 10^{-68}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 25.3 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(y \cdot 6\right)\\
t_1 := x \cdot \left(z \cdot -6\right)\\
t_2 := y \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -1.5 \cdot 10^{+239}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -8.5 \cdot 10^{+190}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{+160}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -780000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 5.6 \cdot 10^{-94}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 8.4 \cdot 10^{-69}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 25.3 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(y \cdot 6\right)\\
t_1 := y \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -6.2 \cdot 10^{+244}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.6 \cdot 10^{+190}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq -9 \cdot 10^{+159}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -430000000000:\\
\;\;\;\;z \cdot \left(x \cdot -6\right)\\
\mathbf{elif}\;z \leq -6.5 \cdot 10^{-129}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.7 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-69}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(z \cdot -6\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 25.4 |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(y \cdot 6\right)\\
t_1 := y \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -6.2 \cdot 10^{+248}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.95 \cdot 10^{+190}:\\
\;\;\;\;\frac{-x \cdot z}{0.16666666666666666}\\
\mathbf{elif}\;z \leq -2.4 \cdot 10^{+159}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -160000000:\\
\;\;\;\;z \cdot \left(x \cdot -6\right)\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.4 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 9 \cdot 10^{-68}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(z \cdot -6\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 13.5 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := 6 \cdot \left(\left(y - x\right) \cdot z\right)\\
\mathbf{if}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.75 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-69}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 9.5 \cdot 10^{-19}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 13.5 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(\left(y - x\right) \cdot 6\right)\\
\mathbf{if}\;z \leq -1 \cdot 10^{-128}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.75 \cdot 10^{-93}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{-69}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 13.5 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(\left(y - x\right) \cdot 6\right)\\
\mathbf{if}\;z \leq -4.4 \cdot 10^{-129}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.66 \cdot 10^{-93}:\\
\;\;\;\;x \cdot \left(1 + z \cdot -6\right)\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-69}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 1.25 \cdot 10^{-15}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 13.5 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.5 \cdot 10^{-129}:\\
\;\;\;\;\left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 1.05 \cdot 10^{-93}:\\
\;\;\;\;x \cdot \left(1 + z \cdot -6\right)\\
\mathbf{elif}\;z \leq 4.1 \cdot 10^{-69}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 5 \cdot 10^{-17}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z \cdot \left(\left(y - x\right) \cdot 6\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 1.2 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1520 \lor \neg \left(z \leq 4.2 \cdot 10^{-13}\right):\\
\;\;\;\;z \cdot \left(\left(y - x\right) \cdot 6\right)\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot \left(y \cdot 6\right)\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 23.8 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1520 \lor \neg \left(z \leq 0.165\right):\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 0.2 |
|---|
| Cost | 576 |
|---|
\[x + z \cdot \left(\left(y - x\right) \cdot 6\right)
\]
| Alternative 14 |
|---|
| Error | 0.2 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - x\right) \cdot \left(6 \cdot z\right)
\]