| Alternative 1 |
|---|
| Error | 15.7 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(1 - z\right)\\
t_1 := \left(y - x\right) \cdot z\\
\mathbf{if}\;x \leq -2.7610344307649485 \cdot 10^{+75}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -6.14050355646004 \cdot 10^{-39}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -1.1338017333462276 \cdot 10^{-97}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.022669151145139 \cdot 10^{-213}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.0200088596468365 \cdot 10^{-174}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.137708040318958 \cdot 10^{-128}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 15.7 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(1 - z\right)\\
t_1 := \left(y - x\right) \cdot z\\
\mathbf{if}\;x \leq -2.7610344307649485 \cdot 10^{+75}:\\
\;\;\;\;x - x \cdot z\\
\mathbf{elif}\;x \leq -6.14050355646004 \cdot 10^{-39}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -1.1338017333462276 \cdot 10^{-97}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.022669151145139 \cdot 10^{-213}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.0200088596468365 \cdot 10^{-174}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.137708040318958 \cdot 10^{-128}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 27.2 |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.7610344307649485 \cdot 10^{+75}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -6.14050355646004 \cdot 10^{-39}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq -1.1338017333462276 \cdot 10^{-97}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.119910048825879 \cdot 10^{-219}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq 1.0200088596468365 \cdot 10^{-174}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.137708040318958 \cdot 10^{-128}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.7 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(1 - z\right)\\
\mathbf{if}\;x \leq -1.1338017333462276 \cdot 10^{-97}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.119910048825879 \cdot 10^{-219}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq 2.106107471649781 \cdot 10^{-152}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.137708040318958 \cdot 10^{-128}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 24.2 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -14518.540134787778:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.263832731022775 \cdot 10^{-26}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.0218201840965185 \cdot 10^{+23}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{+105}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 1.1 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \left(y - x\right) \cdot z\\
\mathbf{if}\;z \leq -14518.540134787778:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.4403033977396004 \cdot 10^{-8}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[x + \left(y - x\right) \cdot z
\]