-
Notifications
You must be signed in to change notification settings - Fork 91
Add new multiset primitives #783
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
Merged
saulshanabrook
merged 36 commits into
egraphs-good:main
from
saulshanabrook:multiset-changes
Mar 16, 2026
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ef93167
Add multiset clear and fill index, and allow map to be added after mu…
saulshanabrook ce3a83b
Add flat map
saulshanabrook 8223ed4
Add more multiset ops
saulshanabrook a0e9863
allow nested vec containers
saulshanabrook f0cda62
Merge fa1269569a98d89fd63454ba8f49f89ddd13d06b into multiset-changes
saulshanabrook 3c80307
Add multiset fold and make map generic
saulshanabrook 5575331
tmp
saulshanabrook e5a86ce
Add vec union
saulshanabrook 9f83831
add failing merge fn test
saulshanabrook 3da620a
depend on UF table for primitives
saulshanabrook 8c3fb82
Makes some things public and add more vec methods
saulshanabrook 3ece363
Fail on map failing instead of omitting elements for vec
saulshanabrook 39e6ee4
Add log function
saulshanabrook b123f71
Add more ops
saulshanabrook 8f67a18
Add filter not and fix filter
saulshanabrook e2bbf46
go back to only allowing filter on unit so type inference works
saulshanabrook 1eee83c
Add subtract test
saulshanabrook d2ddb0c
Try switching registering maps to not use global
saulshanabrook d51ec5f
Refactor to remove global hack
saulshanabrook d3a7478
rename string log to println
saulshanabrook 31748b4
reduce size of math microbenchmark
saulshanabrook f0bfe30
Merge main into multiset-changes
saulshanabrook 55d7d16
Fix tests
saulshanabrook c4e12d2
nits fix
saulshanabrook d319866
Try removing set no default
saulshanabrook 336a8ed
update snapshots
saulshanabrook f47ee8d
add code coverage
saulshanabrook 544a8ac
fix reserved primitives
saulshanabrook bd57829
normalize use of is_eq_container_sort
saulshanabrook 5f4a626
remove extra nits
saulshanabrook 217f469
Check abs
saulshanabrook fc02e24
Rename fold to reduce
saulshanabrook 49e9072
dont panic on int out of bound for multiset-single
saulshanabrook d2dee31
Remove public backend and only expose function traversal
saulshanabrook 66b2778
Make functions private
saulshanabrook 625f24d
Change `function_for_each` to take a function name instead of a function
saulshanabrook File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.