Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JIT] Enable branching on fixed column values #2369

Open
chriseth opened this issue Jan 21, 2025 · 0 comments
Open

[JIT] Enable branching on fixed column values #2369

chriseth opened this issue Jan 21, 2025 · 0 comments

Comments

@chriseth
Copy link
Member

We should be able to branch on fixed column values that are known but not concrete. This is currently not possible, because the branching code iterates over all variables in witgen.known_variables(), which just returns a reference to the HashSet of known variables.
Fixed column cell references are implicitly marked as known though. The main reason for that is that they are known from the start, but we do not really know for which row offsets they will later occur in the constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant