You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Description
It is possible to get an expre such as q_L * w_L + t = 0
Since q_L and t are constants, w_L can be solved and we can replace all instances of w_L with -t/q_L
Note
In Barretenberg, put_constant is used to deliberately set some wires to be constants. We should figure out the usecases as to why this is being done.
The text was updated successfully, but these errors were encountered: