-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Integers into parser and solvers #36
Merged
Merged
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e38d04e - Browse repository at this point
Copy the full SHA e38d04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a32c5 - Browse repository at this point
Copy the full SHA 83a32c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf9643 - Browse repository at this point
Copy the full SHA 6bf9643View commit details -
- added class CryptaConstant extending CryptaLeaf - test long multiplication - update all classes so that integers are treated as constants and in evaluation case are not added in the map of symbols - we can do long multiplications, there is a test for that taken from issue #22 ``` SEE * SO = ----- EMOO + MESS = ------ MIMEO ``` - test on long division - other thest have been taken from http://cryptarithms.awardspace.us/puzzles.html TODO : test for BigNum and add more tests for basic cases expecially negative tests
Configuration menu - View commit details
-
Copy full SHA for 22183a9 - Browse repository at this point
Copy the full SHA 22183a9View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4de9f31 - Browse repository at this point
Copy the full SHA 4de9f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1921d87 - Browse repository at this point
Copy the full SHA 1921d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5d764 - Browse repository at this point
Copy the full SHA ab5d764View commit details -
- Added method in CryptaConstant to convert decimal integer to integer in a given base in LittleEndian - BigNumModeler corrected method to add right integer to model in the wanted base (from config.arithBase) - Added tests on bignum with integers - Added tests with base change (both for bignum and normal solver)
Configuration menu - View commit details
-
Copy full SHA for bb9b454 - Browse repository at this point
Copy the full SHA bb9b454View commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bea41c1 - Browse repository at this point
Copy the full SHA bea41c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f779e - Browse repository at this point
Copy the full SHA d5f779eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa25e6 - Browse repository at this point
Copy the full SHA 1aa25e6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.