| Alternative 1 |
|---|
| Error | 49.98% |
|---|
| Cost | 1644 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.8 \cdot 10^{+113}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -1.05 \cdot 10^{-9}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq -1.05 \cdot 10^{-170}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq -1.3 \cdot 10^{-221}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-300}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 4.4 \cdot 10^{-224}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 1.2 \cdot 10^{-147}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 3.65 \cdot 10^{-124}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 2.3 \cdot 10^{-35}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 2 \cdot 10^{+60}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 4.6 \cdot 10^{+166}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 43.69% |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := x + \left(y + y\right)\\
\mathbf{if}\;z \leq -2.05 \cdot 10^{+76}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;z \leq -1.04 \cdot 10^{-255}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -2.1 \cdot 10^{-291}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;z \leq 5.8 \cdot 10^{-192}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.25 \cdot 10^{-114}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;z \leq 2.05 \cdot 10^{+20}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 46.65% |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -9.5 \cdot 10^{+50}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;z \leq -4.8 \cdot 10^{-250}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-292}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;z \leq 4.5 \cdot 10^{-194}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;z \leq 1.56 \cdot 10^{-114}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;z \leq 1.46 \cdot 10^{+20}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.16% |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.26 \cdot 10^{+114} \lor \neg \left(x \leq 6.2 \cdot 10^{-54} \lor \neg \left(x \leq 4.8 \cdot 10^{+46}\right) \land x \leq 3.6 \cdot 10^{+164}\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;x + \left(z + y \cdot 2\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 14.14% |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.08 \cdot 10^{+114}:\\
\;\;\;\;z + x \cdot 3\\
\mathbf{elif}\;x \leq -2.75 \cdot 10^{+63} \lor \neg \left(x \leq -2 \cdot 10^{-6}\right) \land x \leq 7.8 \cdot 10^{+31}:\\
\;\;\;\;x + \left(z + y \cdot 2\right)\\
\mathbf{else}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 17.69% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.9 \cdot 10^{+113} \lor \neg \left(x \leq 6.2 \cdot 10^{-54}\right) \land \left(x \leq 2.3 \cdot 10^{+46} \lor \neg \left(x \leq 1.55 \cdot 10^{+165}\right)\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z + y \cdot 2\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 19.72% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.85 \cdot 10^{+138}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 2.1 \cdot 10^{+167}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 0.1% |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]
| Alternative 9 |
|---|
| Error | 48.07% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2 \cdot 10^{+64}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 1.65 \cdot 10^{+20}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]