| Alternative 1 |
|---|
| Error | 12.8 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := x - z \cdot x\\
t_1 := z \cdot \left(-y\right)\\
\mathbf{if}\;z \leq -4 \cdot 10^{+137}:\\
\;\;\;\;x \cdot \left(-z\right)\\
\mathbf{elif}\;z \leq -3.8 \cdot 10^{+48}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -535.2718147454776:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.266665387251684 \cdot 10^{-17}:\\
\;\;\;\;x + y\\
\mathbf{elif}\;z \leq 1.02 \cdot 10^{+128}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 13.1 |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
t_1 := z \cdot \left(-y\right)\\
\mathbf{if}\;z \leq -4 \cdot 10^{+137}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.8 \cdot 10^{+48}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -535.2718147454776:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.5838275979479375 \cdot 10^{-7}:\\
\;\;\;\;x + y\\
\mathbf{elif}\;z \leq 1.02 \cdot 10^{+128}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.8 |
|---|
| Cost | 648 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(\left(-y\right) - x\right)\\
\mathbf{if}\;z \leq -535.2718147454776:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.5838275979479375 \cdot 10^{-7}:\\
\;\;\;\;x + y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 12.9 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -535.2718147454776:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.5838275979479375 \cdot 10^{-7}:\\
\;\;\;\;x + y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[\left(1 - z\right) \cdot \left(x + y\right)
\]
| Alternative 6 |
|---|
| Error | 31.4 |
|---|
| Cost | 196 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq 6.624819284044066 \cdot 10^{+29}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]