| Alternative 1 |
|---|
| Error | 24.9 |
|---|
| Cost | 1180 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -2.3 \cdot 10^{+96}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -114672239854.52312:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.423695109329987 \cdot 10^{-105}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 2.8371282529814475 \cdot 10^{-57}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 5.3 \cdot 10^{+42}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 3.6 \cdot 10^{+107}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.06 \cdot 10^{+201}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 16.1 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := z - y \cdot z\\
\mathbf{if}\;z \leq -9.361948743394583 \cdot 10^{-145}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.4092068392300965 \cdot 10^{-95}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 7.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot x\\
\mathbf{if}\;x \leq -1.0313355878424595 \cdot 10^{-131}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.188548355433791 \cdot 10^{-77}:\\
\;\;\;\;z - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(x - z\right)\\
\mathbf{if}\;y \leq -406.53821263036303:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.032211548072597 \cdot 10^{-5}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -406.53821263036303:\\
\;\;\;\;y \cdot x - y \cdot z\\
\mathbf{elif}\;y \leq 2.032211548072597 \cdot 10^{-5}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(x - z\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 25.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.423695109329987 \cdot 10^{-105}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 2.8371282529814475 \cdot 10^{-57}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[z + y \cdot \left(x - z\right)
\]