| Alternative 1 |
|---|
| Error | 42.8 |
|---|
| Cost | 1644 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(-t\right)\\
\mathbf{if}\;x \leq -1.45 \cdot 10^{+226}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -3.1 \cdot 10^{+97}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;x \leq -45000000000000:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq -5 \cdot 10^{-36}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -5.5 \cdot 10^{-257}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;x \leq -8.6 \cdot 10^{-298}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 6.5 \cdot 10^{-295}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;x \leq 1.22 \cdot 10^{-231}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.5 \cdot 10^{-149}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-41}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{+121}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 42.3 |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9 \cdot 10^{+226}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -2.55 \cdot 10^{+97}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;x \leq -2500000000000:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq -5.1 \cdot 10^{-37}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.25 \cdot 10^{-90}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;x \leq 3.2 \cdot 10^{+120}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 24.2 |
|---|
| Cost | 982 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.9 \cdot 10^{+97}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;x \leq -1.25 \cdot 10^{-44} \lor \neg \left(x \leq 8.5 \cdot 10^{-170} \lor \neg \left(x \leq 2.4 \cdot 10^{-160}\right) \land x \leq 4.4 \cdot 10^{-54}\right):\\
\;\;\;\;x + z \cdot x\\
\mathbf{else}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 40.2 |
|---|
| Cost | 852 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.5 \cdot 10^{+101}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1.95 \cdot 10^{-134}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq -2.7 \cdot 10^{-248}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -5.8 \cdot 10^{-261}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq 2.7 \cdot 10^{-10}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 31.2 |
|---|
| Cost | 852 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.45 \cdot 10^{+226}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -5.7 \cdot 10^{+97}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;x \leq -1.45 \cdot 10^{+27}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 3.7 \cdot 10^{-37}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;x \leq 4.3 \cdot 10^{+120}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 26.2 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;x \leq -1.75 \cdot 10^{-62}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{-37}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{+120}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 12.4 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.5 \cdot 10^{+101} \lor \neg \left(z \leq 25\right):\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 10.7 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1 \cdot 10^{-51} \lor \neg \left(y \leq 2.2 \cdot 10^{+21}\right):\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 10 |
|---|
| Error | 37.8 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{-14}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 0.124:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]