More generally speaking, CUE has overlap with propagator networks.
Given
x = y + 1
y = x - 1
You can specify either x or y and the other will be solved for. A more powerful PN system can be built on CUE, especially given the DAG solver in the code base
k37dhn3|4 years ago
Try changing the values of before and after
verdverm|4 years ago
Given
x = y + 1 y = x - 1
You can specify either x or y and the other will be solved for. A more powerful PN system can be built on CUE, especially given the DAG solver in the code base
gregwebs|4 years ago