| Alternative 1 |
|---|
| Error | 22.74% |
|---|
| Cost | 1115 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.5 \cdot 10^{+77} \lor \neg \left(x \leq -5 \cdot 10^{-44} \lor \neg \left(x \leq -4.8 \cdot 10^{-105}\right) \land \left(x \leq 1.48 \cdot 10^{-80} \lor \neg \left(x \leq 6.9 \cdot 10^{-48}\right) \land x \leq 5600000000\right)\right):\\
\;\;\;\;x + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(x + z\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 41.95% |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.8 \cdot 10^{+84}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -8.2 \cdot 10^{-72}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq -7.5 \cdot 10^{-105}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.4 \cdot 10^{-77}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq 5.4 \cdot 10^{-48}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4600000000:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 19.13% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.35 \cdot 10^{-10} \lor \neg \left(y \leq 4.2 \cdot 10^{-12}\right):\\
\;\;\;\;y \cdot \left(x + z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.02% |
|---|
| Cost | 448 |
|---|
\[x + y \cdot \left(x + z\right)
\]