| Alternative 1 |
|---|
| Error | 17.1 |
|---|
| Cost | 33362 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \sqrt{z}\\
\mathbf{if}\;t_0 \leq -5 \cdot 10^{-23} \lor \neg \left(t_0 \leq 5 \cdot 10^{-117}\right) \land \left(t_0 \leq 5 \cdot 10^{-96} \lor \neg \left(t_0 \leq 2 \cdot 10^{+45}\right)\right):\\
\;\;\;\;0.5 \cdot t_0\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 17.0 |
|---|
| Cost | 33361 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \sqrt{z}\\
\mathbf{if}\;t_0 \leq -5 \cdot 10^{-23}:\\
\;\;\;\;y \cdot \frac{0.5}{{z}^{-0.5}}\\
\mathbf{elif}\;t_0 \leq 5 \cdot 10^{-117} \lor \neg \left(t_0 \leq 5 \cdot 10^{-96}\right) \land t_0 \leq 2 \cdot 10^{+45}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 17.0 |
|---|
| Cost | 33361 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \sqrt{z}\\
\mathbf{if}\;t_0 \leq -5 \cdot 10^{-23}:\\
\;\;\;\;\frac{0.5}{\frac{{z}^{-0.5}}{y}}\\
\mathbf{elif}\;t_0 \leq 5 \cdot 10^{-117} \lor \neg \left(t_0 \leq 5 \cdot 10^{-96}\right) \land t_0 \leq 2 \cdot 10^{+45}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 17.0 |
|---|
| Cost | 33361 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \sqrt{z}\\
\mathbf{if}\;t_0 \leq -5 \cdot 10^{-23}:\\
\;\;\;\;\frac{0.5 \cdot y}{{z}^{-0.5}}\\
\mathbf{elif}\;t_0 \leq 5 \cdot 10^{-117} \lor \neg \left(t_0 \leq 5 \cdot 10^{-96}\right) \land t_0 \leq 2 \cdot 10^{+45}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.2 |
|---|
| Cost | 6848 |
|---|
\[0.5 \cdot \left(x + y \cdot \sqrt{z}\right)
\]