| Alternative 1 |
|---|
| Error | 25.3 |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-x\right)\\
\mathbf{if}\;x \leq -1.25 \cdot 10^{+25}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.0622751996272954 \cdot 10^{-107}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 6.647684751752964 \cdot 10^{-96}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 2.15 \cdot 10^{+98}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 4.8 \cdot 10^{+233}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 19.8 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - x\right) \cdot z\\
\mathbf{if}\;y \leq -4.8 \cdot 10^{+101}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -1.472605459025564 \cdot 10^{-21}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.7833487649445906 \cdot 10^{-81}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 8.926185148338115 \cdot 10^{-39}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 25.1 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.8449012033723863 \cdot 10^{-21}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq -2.1833745312498129 \cdot 10^{-35}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq -1.0622751996272954 \cdot 10^{-107}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 6.647684751752964 \cdot 10^{-96}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 7.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot x\\
\mathbf{if}\;y \leq -2.7833487649445906 \cdot 10^{-81}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.733013438565501 \cdot 10^{-233}:\\
\;\;\;\;\left(1 - x\right) \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.3 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(y - z\right)\\
\mathbf{if}\;x \leq -332781774239692.56:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.3955334038845188 \cdot 10^{-5}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[\left(1 - x\right) \cdot z + y \cdot x
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[z + x \cdot \left(y - z\right)
\]