-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix symbolic br_table #140
Conversation
4fe7db3
to
57990be
Compare
Fix #116 |
7b06be5
to
0164c6c
Compare
Rebased |
I discovered recently that autofix messages MUST be in the initial message unfortunately. I've manually linked the issue. |
@filipeom, is there a way to remove some variables from a model ? |
We can request the solver for the specific variables we need. With the argument I been meaning to improve the way we generate output for models and testsuites to include only the symbols created through our symbolic API. This would also eliminate these auxiliary |
That would be nice, I created an issue so we don't forget about it, we can discuss it there |
Avoids sharing choice_i32 between different choices...
Also improve the performances by swaping the overflow test and the select_i32
Reverts the maze test to use a br_table