Skip to content
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 FastSetUnification #7699

Open
6 tasks
magnus-madsen opened this issue May 7, 2024 · 0 comments
Open
6 tasks

Add FastSetUnification #7699

magnus-madsen opened this issue May 7, 2024 · 0 comments
Assignees

Comments

@magnus-madsen
Copy link
Member

  • Use FastBoolUnification as baseline.
  • Copy TestFastBoolUnification to TestFastSetUnification
  • Replace Term.True and Term.False by a new Term.Val(s: Set[Int]) -- this represents a concrete set.
  • Add an alias Term.Bot which is just Term.Val(empty).
  • Add a new term Term.Top -- this symbolically represents the universe.
  • Ensure that propagateAnd is only used if a term does not contain any concrete sets (e.g. Term.Val). Otherwise it is incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants