We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some errors are raised when trying to run speck_diff_find.py (Run on Python Python 3.8.10, Windows).
I "fixed" them the following way:
**replace line 60 for the following:
constraints = constraints + three_way_fork(x3, y1, y0,r)
replace line 106 for the following:
V = getVariables_From_Constraints(C)
replace line 108 for the following:
V = V.union(getVariables_From_Constraints([add_constraint_1]))**
I would like to know if the results are still the ones obtained by the authors with these changes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some errors are raised when trying to run speck_diff_find.py (Run on Python Python 3.8.10, Windows).
I "fixed" them the following way:
**replace line 60 for the following:
constraints = constraints + three_way_fork(x3, y1, y0,r)
replace line 106 for the following:
V = getVariables_From_Constraints(C)
replace line 108 for the following:
V = V.union(getVariables_From_Constraints([add_constraint_1]))**
I would like to know if the results are still the ones obtained by the authors with these changes.
The text was updated successfully, but these errors were encountered: