-
Notifications
You must be signed in to change notification settings - Fork 98
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
Implement "can process" for block machine. #2372
base: main
Are you sure you want to change the base?
Conversation
8b604d7
to
2d61357
Compare
The formatter already pays off. The current version of the code does return range constraints, but somehow, for the binary machine, the new range constraints for the inputs are unconstrained, and this is already true for the variables. The range constraint on the input
it's unclear to me why the |
Ah nice! It does not consider the "only concrete is considered known" because this is only done if we fully solved the other case. The solution is to just do both, regardless of the other! |
Ok, that completely derives range constraints on the binary machine, but it still does not solve the vm_to_block_to_block stackable error :( |
b883831
to
1b667de
Compare
79cc6b9
to
13a32f3
Compare
b0db555
to
4122877
Compare
No description provided.