-
Notifications
You must be signed in to change notification settings - Fork 97
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
7af2db8
to
8b604d7
Compare
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 :( |
No description provided.