Closed LukasZahradnik closed 1 month ago
Works only for + (sum), * (elprod), and @ (prod) for now
Added support for references:
R.a(V.X) <= (R.b(V.X) + R.c(1) * (d := R.d(2)) * d + d * d)
This works! There will be actually only three literals in the body
Works only for + (sum), * (elprod), and @ (prod) for now
Added support for references:
This works! There will be actually only three literals in the body