| Alternative 1 |
|---|
| Error | 48.86% |
|---|
| Cost | 1645 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5 \cdot 10^{+165}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -3.6 \cdot 10^{+144}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq -1.05 \cdot 10^{+85}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -9.5 \cdot 10^{-241}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-287}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 2.8 \cdot 10^{-259}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 5.3 \cdot 10^{-104}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 9.8 \cdot 10^{-54}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 29000000000000 \lor \neg \left(x \leq 2.2 \cdot 10^{+93}\right) \land x \leq 5.5 \cdot 10^{+122}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 15.74% |
|---|
| Cost | 1115 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5 \cdot 10^{+165} \lor \neg \left(x \leq -1.26 \cdot 10^{+144}\right) \land \left(x \leq -1.15 \cdot 10^{+101} \lor \neg \left(x \leq 21000000000 \lor \neg \left(x \leq 2.85 \cdot 10^{+81}\right) \land x \leq 7 \cdot 10^{+122}\right)\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z + y \cdot 2\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 15.71% |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_0 := z + x \cdot 3\\
t_1 := z + y \cdot 2\\
\mathbf{if}\;x \leq -9.5 \cdot 10^{+165}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.6 \cdot 10^{+144}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -2.35 \cdot 10^{+101}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1150000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.3 \cdot 10^{+82}:\\
\;\;\;\;x \cdot 2 + \left(x + z\right)\\
\mathbf{elif}\;x \leq 5.5 \cdot 10^{+122}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 14.88% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := z + x \cdot 3\\
t_1 := z + y \cdot 2\\
\mathbf{if}\;z \leq -2.6 \cdot 10^{+193}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -2.35 \cdot 10^{+79}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.6 \cdot 10^{-21}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3 \cdot 10^{+92}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 20% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.2 \cdot 10^{+166}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -2.55 \cdot 10^{+144} \lor \neg \left(x \leq -1.46 \cdot 10^{+102}\right) \land x \leq 1.8 \cdot 10^{+159}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.09% |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]
| Alternative 7 |
|---|
| Error | 47.64% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.4 \cdot 10^{+33}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 3800000000000:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]