| Alternative 1 |
|---|
| Error | 26.5 |
|---|
| Cost | 1444 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-x\right)\\
\mathbf{if}\;z \leq -1.5 \cdot 10^{+48}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq -2.3975546825524242 \cdot 10^{+20}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -4.277029720035062 \cdot 10^{-13}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq -2.5556540052464727 \cdot 10^{-68}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -4.908044267308802 \cdot 10^{-158}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 1.3874543125872942 \cdot 10^{-123}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 0.06080698161188071:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 7.4 \cdot 10^{+61}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.8 \cdot 10^{+137}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 11.8 |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_0 := x + y \cdot z\\
t_1 := z \cdot \left(-x\right)\\
\mathbf{if}\;z \leq -2.2 \cdot 10^{+44}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.85 \cdot 10^{+23}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 0.06080698161188071:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.4 \cdot 10^{+61}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.8 \cdot 10^{+137}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 7.3 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x + y \cdot z\\
\mathbf{if}\;y \leq -1.2675943329902867 \cdot 10^{-64}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.546039477756458 \cdot 10^{-186}:\\
\;\;\;\;x \cdot \left(1 - z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \left(y - x\right) \cdot z\\
\mathbf{if}\;z \leq -335.7984585828583:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 0.002967947162656754:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -335.7984585828583:\\
\;\;\;\;y \cdot z - x \cdot z\\
\mathbf{elif}\;z \leq 0.002967947162656754:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;\left(y - x\right) \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[\left(x - x \cdot z\right) + y \cdot z
\]
| Alternative 7 |
|---|
| Error | 25.9 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.7497540898071024 \cdot 10^{-9}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.5673003047544302 \cdot 10^{-114}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[x + \left(y - x\right) \cdot z
\]