| Alternative 1 |
|---|
| Error | 17.7 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := z - y \cdot z\\
\mathbf{if}\;z \leq -2.5038571055156836 \cdot 10^{-27}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.397015299728275 \cdot 10^{-75}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq -2.142898990248836 \cdot 10^{-149}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.3293971760662845 \cdot 10^{-212}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq 2.6290663705422513 \cdot 10^{-162}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.3664895809646704 \cdot 10^{-55}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 25.2 |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -5.1 \cdot 10^{+36}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -25797787656.342686:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.593767511656747 \cdot 10^{-123}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 5.841420377191197 \cdot 10^{-17}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 9 \cdot 10^{+75}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 5.8 \cdot 10^{+144}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.2 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := z - y \cdot z\\
t_1 := z + y \cdot x\\
\mathbf{if}\;z \leq -1.3132551898705475 \cdot 10^{+74}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.6820249479386225 \cdot 10^{+36}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.119207062164188 \cdot 10^{-5}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 6.1407871930028805 \cdot 10^{+26}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(x - z\right)\\
\mathbf{if}\;y \leq -25797787656.342686:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.009758804437583346:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[z \cdot \left(1 - y\right) + y \cdot x
\]
| Alternative 6 |
|---|
| Error | 25.0 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5.593767511656747 \cdot 10^{-123}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 5.841420377191197 \cdot 10^{-17}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]