| Alternative 1 |
|---|
| Error | 16.84% |
|---|
| Cost | 7113 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.8 \cdot 10^{+62} \lor \neg \left(y \leq 6.8 \cdot 10^{+138}\right):\\
\;\;\;\;y \cdot \left(\left(1 + \log z\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 16.9% |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.6 \cdot 10^{+62}:\\
\;\;\;\;y \cdot \left(\left(1 + \log z\right) - z\right)\\
\mathbf{elif}\;y \leq 3.4 \cdot 10^{+141}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\mathbf{else}:\\
\;\;\;\;y + y \cdot \left(\log z - z\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.42% |
|---|
| Cost | 7108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 0.28:\\
\;\;\;\;x \cdot 0.5 + y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.14% |
|---|
| Cost | 7104 |
|---|
\[x \cdot 0.5 + \left(\left(1 - z\right) + \log z\right) \cdot y
\]
| Alternative 5 |
|---|
| Error | 22.07% |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{+175} \lor \neg \left(y \leq 4.8 \cdot 10^{+175}\right):\\
\;\;\;\;y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 22.03% |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.42 \cdot 10^{+174} \lor \neg \left(y \leq 2.25 \cdot 10^{+172}\right):\\
\;\;\;\;y + \log z \cdot y\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 46.66% |
|---|
| Cost | 918 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 10200000000 \lor \neg \left(z \leq 5.6 \cdot 10^{+42}\right) \land \left(z \leq 9.5 \cdot 10^{+67} \lor \neg \left(z \leq 9.2 \cdot 10^{+90}\right) \land z \leq 3.7 \cdot 10^{+118}\right):\\
\;\;\;\;x \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;z \cdot \left(-y\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 46.63% |
|---|
| Cost | 917 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 24000000000:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{elif}\;z \leq 8 \cdot 10^{+42}:\\
\;\;\;\;y - z \cdot y\\
\mathbf{elif}\;z \leq 8.6 \cdot 10^{+68} \lor \neg \left(z \leq 3.8 \cdot 10^{+91}\right) \land z \leq 1.35 \cdot 10^{+118}:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;z \cdot \left(-y\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 29.06% |
|---|
| Cost | 448 |
|---|
\[x \cdot 0.5 - z \cdot y
\]