public class ArithmeticCircuit3
extends java.lang.Object
One can see that the circuit's output value (0) can be explained in two alternate ways: either by the fact that z=0 (rightmost leaf), or by the fact that x=2 and y=2 (leftmost and center leaves).

ArithmeticCircuit1,
ArithmeticCircuit2| Constructor and Description |
|---|
ArithmeticCircuit3() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
Copyright © Sylvain Hallé. All Rights Reserved.