Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve on constant folding in multicircuits
- because they have more context, fold constants in the monads - if constant folding results in an already-existing sub-circuit, that sub-circuit is used instead of the newly created one - rename `InputIndicator`'s “*_row” to “*_column” - re-arrange the expression of some constraints to de-duplicate sub-circuits (Processor Table only) - perform constant folding just after the construction of the multicircuit instead of in the compiler Co-authored-by: sword-smith <thor@neptune.cash>
- Loading branch information